Updates to js to clean up default library

This commit is contained in:
Kitson Kelly 2018-10-08 10:33:30 +11:00 committed by Ryan Dahl
parent 1aa7e18ba3
commit ffb41e61f1
8 changed files with 39 additions and 37 deletions

View file

@ -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,