mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Remove lib.globals.d.ts
This commit is contained in:
parent
f83aee02e6
commit
b3dac82887
6 changed files with 15 additions and 19 deletions
|
@ -641,7 +641,7 @@ export class DenoCompiler implements ts.LanguageServiceHost {
|
|||
|
||||
getDefaultLibFileName(): string {
|
||||
this._log("getDefaultLibFileName()");
|
||||
const moduleSpecifier = "lib.globals.d.ts";
|
||||
const moduleSpecifier = "globals.d.ts";
|
||||
const moduleMetaData = this.resolveModule(moduleSpecifier, ASSETS);
|
||||
return moduleMetaData.fileName;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue