summaryrefslogtreecommitdiff
path: root/js/compiler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/compiler.ts')
-rw-r--r--js/compiler.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/compiler.ts b/js/compiler.ts
index fc3dc0b17..eaf64ce87 100644
--- a/js/compiler.ts
+++ b/js/compiler.ts
@@ -50,6 +50,7 @@ type OutputCode = string;
/**
* Abstraction of the APIs required from the `os` module so they can be
* easily mocked.
+ * @internal
*/
export interface Os {
codeCache: typeof os.codeCache;
@@ -60,6 +61,7 @@ export interface Os {
/**
* Abstraction of the APIs required from the `typescript` module so they can
* be easily mocked.
+ * @internal
*/
export interface Ts {
createLanguageService: typeof ts.createLanguageService;