diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-23 11:44:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 11:44:08 -0500 |
commit | 6cc998f28bb1cf119ca96bac385c7361bc1f7021 (patch) | |
tree | d5fb8f0da5c79fa14afc814ea85cf1c9134eb714 /js/libdeno.ts | |
parent | bee55fcd20b4919f2d6b4817ce33d1a09e6bcadc (diff) |
Remove support for extensionless import (#1396)
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r-- | js/libdeno.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts index 5448165a1..e67a021c7 100644 --- a/js/libdeno.ts +++ b/js/libdeno.ts @@ -41,5 +41,4 @@ interface Libdeno { } const window = globalEval("this"); -// @internal export const libdeno = window.libdeno as Libdeno; |