Remove support for extensionless import (#1396)

This commit is contained in:
Ryan Dahl 2018-12-23 11:44:08 -05:00 committed by GitHub
parent bee55fcd20
commit 6cc998f28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 196 additions and 241 deletions

View file

@ -41,5 +41,4 @@ interface Libdeno {
}
const window = globalEval("this");
// @internal
export const libdeno = window.libdeno as Libdeno;