You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* tsconfig.extends as array
* Updated baselines
* Changes for pr
* Changes for pr comments
* Fixed formatting and edited a test
* Resolved errors after a merge conflict
* Added "string | list" type implentation
* Removed string | list type implementation
* Fixed formatting
* Added compiler test
* Resolving programUpdate errors
* Fixing commandLineParser error
type: "string"|"number"|"boolean"|"object"|"list"|Map<string,number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
6980
+
type: "string"|"number"|"boolean"|"object"|"list"|"listOrElement"|Map<string,number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
6981
6981
isFilePath?: boolean;// True if option value is a path or fileName
6982
6982
shortName?: string;// A short mnemonic for convenience - for instance, 'h' can be used in place of 'help'
6983
6983
description?: DiagnosticMessage;// The message describing what the command line switch does.
0 commit comments