summaryrefslogtreecommitdiff
path: root/js/os.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-08 10:33:30 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-07 22:52:27 -0400
commitffb41e61f138a683aac5fd89e0dd72b720c929d6 (patch)
treef1158707336a51744882d733111c4da5e5583bd9 /js/os.ts
parent1aa7e18ba329cf226d4be3104c726774eff8376c (diff)
Updates to js to clean up default library
Diffstat (limited to 'js/os.ts')
-rw-r--r--js/os.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/os.ts b/js/os.ts
index 0cc6cc695..092884090 100644
--- a/js/os.ts
+++ b/js/os.ts
@@ -15,6 +15,7 @@ export function exit(exitCode = 0): never {
return util.unreachable();
}
+// @internal
export function codeFetch(
moduleSpecifier: string,
containingFile: string
@@ -44,6 +45,7 @@ export function codeFetch(
};
}
+// @internal
export function codeCache(
filename: string,
sourceCode: string,