Skip to content

Commit b816a3f

Browse files
committed
Fixes CI
1 parent 67a7211 commit b816a3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/monaco/monaco.usage.recipe

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
// This file is adding references to various symbols which should not be removed via tree shaking
33

4+
import { IObservable } from './vs/base/common/observable';
5+
46
import { ServiceIdentifier } from './vs/platform/instantiation/common/instantiation';
57
import { create as create1 } from './vs/base/common/worker/simpleWorker';
68
import { create as create2 } from './vs/editor/common/services/editorSimpleWorker';
@@ -32,4 +34,7 @@ import * as editorAPI from './vs/editor/editor.api';
3234
a = editorAPI.Token;
3335
a = editorAPI.editor;
3436
a = editorAPI.languages;
37+
38+
const o: IObservable<number, number> = null!;
39+
o.TChange;
3540
})();

0 commit comments

Comments
 (0)