Skip to content

Commit

Permalink
Add a test for denoland/deno#7413
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 11, 2020
1 parent dc4c92c commit 12213e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ecmascript/transforms/tests/typescript_strip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3043,3 +3043,12 @@ export default (identifier: string, level = 0, b = "", m = false) => {
);

to!(bin_01, "a!!!! + b!!!!!! + c!!!!!", "a + b + c");

to!(
deno_7413,
"
import { a } from './foo';
import { Type } from './types';
",
""
);

0 comments on commit 12213e7

Please sign in to comment.