Environment for reproducing the issue.
- Reproduce with
dts-bundle-generator
v8.1.0
,v8.1.1
. It does not reproduce inv8.0.1
. - Based on our research so far, this issue appears to be caused by code that falls under Known Limitations.
// rename case
import * as request from './request';
export { request };
- Since v8.1,
Something went wrong
error is issued in some situations.
- install npm
cd <repo-root>
npm ci
- sub packages setup
npm run packages:setup
If you want to clean up your packages, you can use the run script below.
npm run packages:clean
- case to reproduce
npm run reproduce
# dts-bundle-generator --config ./packages/framework/lib-web/dts-bundle-config.js
- cases that do not reproduce
npm run not-reproduce
# dts-bundle-generator --config ./packages/framework/lib-worker/dts-bundle-config.js