-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Version
System:
OS: Windows 11 10.0.26100
CPU: (24) x64 13th Gen Intel(R) Core(TM) i7-13700
Memory: 2.14 GB / 15.77 GB
Browsers:
Edge: Chromium (131.0.2903.63)
Internet Explorer: 11.0.26100.1882
npmPackages:
@rslib/core: ^0.5.0 => 0.5.0Details
When redirect.dts.extension is enabled, entry file for barrel file reexport would be like
e.g. dist/index.d.ts
expect:
export { isBoolean } from './barrel/index.js';actual:
export { isBoolean } from './barrel.js';Reproduce link
https://github.com/Jungzl/rslib-project-issue-demo/tree/issue/dts
Reproduce Steps
- run
pnpm build - check
dist/index.d.ts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels