mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Updates to js to clean up default library
This commit is contained in:
parent
1aa7e18ba3
commit
ffb41e61f1
8 changed files with 39 additions and 37 deletions
2
js/os.ts
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue