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
Copy file name to clipboardExpand all lines: src/harness/fourslash.ts
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,11 @@ namespace FourSlash {
80
80
// To add additional option, add property into the testOptMetadataNames, refer the property in either globalMetadataNames or fileMetadataNames
81
81
// Add cases into convertGlobalOptionsToCompilationsSettings function for the compiler to acknowledge such option from meta data
82
82
constenumMetadataOptionNames{
83
-
baselineFile="BaselineFile",
84
-
emitThisFile="emitThisFile",// This flag is used for testing getEmitOutput feature. It allows test-cases to indicate what file to be output in multiple files project
85
-
fileName="Filename",
86
-
resolveReference="ResolveReference",// This flag is used to specify entry file for resolve file references. The flag is only allow once per test file
87
-
symlink="Symlink",
83
+
baselineFile="baselinefile",
84
+
emitThisFile="emitthisfile",// This flag is used for testing getEmitOutput feature. It allows test-cases to indicate what file to be output in multiple files project
85
+
fileName="filename",
86
+
resolveReference="resolvereference",// This flag is used to specify entry file for resolve file references. The flag is only allow once per test file
this.languageService=memoWrap(languageServiceAdapter.getLanguageService(),this);// Wrap the LS to cache some expensive operations certain tests call repeatedly
0 commit comments