We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae6fcd commit 69f1f53Copy full SHA for 69f1f53
1 file changed
src/compiler/tsc.ts
@@ -239,8 +239,8 @@ namespace ts {
239
function isJSONSupported() {
240
return typeof JSON === "object" && typeof JSON.parse === "function";
241
}
242
-
243
- function isWatchSet(options: CompilerOptions) {
+
+ function isWatchSet(options: CompilerOptions) {
244
// Firefox has Object.prototype.watch
245
return options.watch && options.hasOwnProperty("watch");
246
0 commit comments