mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
f724ae98a1
changed the build
script to use Babel, so this commit updates the file names accordingly
4 lines
163 B
JavaScript
4 lines
163 B
JavaScript
import { Test } from "import-name";
|
|
import { Test2 } from './non-alias';
|
|
export { Test3 } from "import-name";
|
|
await import( /*webpackIgnore: true*/"./non-alias");
|