-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Version
System:
OS: macOS 15.1
CPU: (12) arm64 Apple M2 Max
Memory: 81.77 MB / 32.00 GB
Shell: 3.7.1 - /opt/homebrew/bin/fish
Browsers:
Chrome: 130.0.6723.92
Safari: 18.1
npmPackages:
@rslib/core: ^0.0.16 => 0.0.16
Details
There's no export statement found in the esm output of barrel exports files.
E.g.
source: https://github.com/xc2/barrel-mjs-repro/blob/558e556275e0a587ced4adf7cca0197eaf33fe22/src/barrel.js
output: https://github.com/xc2/barrel-mjs-repro/blob/558e556275e0a587ced4adf7cca0197eaf33fe22/dist/barrel.js
usage:
- node: https://github.com/xc2/barrel-mjs-repro/blob/558e556275e0a587ced4adf7cca0197eaf33fe22/node-test.js
- bun: https://github.com/xc2/barrel-mjs-repro/blob/558e556275e0a587ced4adf7cca0197eaf33fe22/package.test.js
Reproduce link
https://github.com/xc2/barrel-mjs-repro/tree/558e556275e0a587ced4adf7cca0197eaf33fe22
Reproduce Steps
bun run --bun build:rslib
bun test
node node-test.jsMetadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working