fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
7
external/builder/fixtures_babel/importalias-expected.js
vendored
Normal file
7
external/builder/fixtures_babel/importalias-expected.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Test } from "import-name";
|
||||
import { Test2 } from './non-alias';
|
||||
export { Test3 } from "import-name";
|
||||
await import(
|
||||
/*webpackIgnore: true*/
|
||||
/*@vite-ignore*/
|
||||
"./non-alias");
|
||||
Reference in New Issue
Block a user