mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +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
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
||||
import { test, assert, assertEqual } from "./test_util";
|
||||
import { test, assert, assertEqual } from "./test_util.ts";
|
||||
import * as deno from "deno";
|
||||
import * as ts from "typescript";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue