mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
respond to code review commments
This commit is contained in:
@@ -167,7 +167,7 @@ module FourSlash {
|
||||
settings.module = ts.ModuleKind.CommonJS;
|
||||
break;
|
||||
default:
|
||||
ts.Debug.assert(typeof globalOptions[prop] === "undefined" || globalOptions[prop] === "None");
|
||||
ts.Debug.assert(globalOptions[prop] === undefined || globalOptions[prop] === "None");
|
||||
settings.module = ts.ModuleKind.None;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user