1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
pdf.js/external/builder/fixtures_babel/importalias-expected.js

5 lines
163 B
JavaScript
Raw Normal View History

import { Test } from "import-name";
2017-05-30 20:38:22 -05:00
import { Test2 } from './non-alias';
export { Test3 } from "import-name";
await import( /*webpackIgnore: true*/"./non-alias");