mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
respond to code review commments
This commit is contained in:
parent
46fcf91981
commit
9e58b8aeda
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user