mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 09:32:28 +00:00
Remove support for extensionless import (#1396)
This commit is contained in:
parent
bee55fcd20
commit
6cc998f28b
25 changed files with 196 additions and 241 deletions
|
@ -41,5 +41,4 @@ interface Libdeno {
|
|||
}
|
||||
|
||||
const window = globalEval("this");
|
||||
// @internal
|
||||
export const libdeno = window.libdeno as Libdeno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue