Skip to content

Commit

Permalink
Add a test for swc-project#1255
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 19, 2021
1 parent 4db24fb commit 2330b72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fixture/issue-1255/case1/input/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"sourceMaps": true
}
1 change: 1 addition & 0 deletions tests/fixture/issue-1255/case1/input/foo/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export async function main() { }
3 changes: 3 additions & 0 deletions tests/fixture/issue-1255/case1/input/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { main } from './foo'

main()

0 comments on commit 2330b72

Please sign in to comment.