From eda9afb240a67786f6dc708d061f963469770600 Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Wed, 23 Aug 2023 15:23:02 -0700 Subject: [PATCH] Fix #2264. --- .../removeWatchForChanges_2023-08-23-22-23.json | 10 ++++++++++ packages/compiler/src/core/options.ts | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 common/changes/@typespec/compiler/removeWatchForChanges_2023-08-23-22-23.json diff --git a/common/changes/@typespec/compiler/removeWatchForChanges_2023-08-23-22-23.json b/common/changes/@typespec/compiler/removeWatchForChanges_2023-08-23-22-23.json new file mode 100644 index 00000000000..5945164bd23 --- /dev/null +++ b/common/changes/@typespec/compiler/removeWatchForChanges_2023-08-23-22-23.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@typespec/compiler", + "comment": "", + "type": "none" + } + ], + "packageName": "@typespec/compiler" +} \ No newline at end of file diff --git a/packages/compiler/src/core/options.ts b/packages/compiler/src/core/options.ts index f2fb9e12792..470475d82f7 100644 --- a/packages/compiler/src/core/options.ts +++ b/packages/compiler/src/core/options.ts @@ -46,7 +46,6 @@ export interface CompilerOptions { nostdlib?: boolean; noEmit?: boolean; additionalImports?: string[]; - watchForChanges?: boolean; warningAsError?: boolean; /**