Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include src in module tarball #12

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

achingbrain
Copy link
Contributor

Without this the source maps fail to resolve the module source:

WARNING in ../../node_modules/@chainsafe/is-ip/lib/parser.js
Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/alex/Documents/Workspaces/libp2p/js-libp2p-examples/node_modules/@chainsafe/is-ip/src/parser.ts' file: Error: ENOENT: no such file or directory, open '/Users/alex/Documents/Workspaces/libp2p/js-libp2p-examples/node_modules/@chainsafe/is-ip/src/parser.ts'

Without this the source maps fail to resolve the module source:

```
WARNING in ../../node_modules/@chainsafe/is-ip/lib/parser.js
Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/alex/Documents/Workspaces/libp2p/js-libp2p-examples/node_modules/@chainsafe/is-ip/src/parser.ts' file: Error: ENOENT: no such file or directory, open '/Users/alex/Documents/Workspaces/libp2p/js-libp2p-examples/node_modules/@chainsafe/is-ip/src/parser.ts'
```
@achingbrain achingbrain requested a review from a team as a code owner December 3, 2023 10:12
@wemeetagain
Copy link
Member

I guess the node 16 tests should be removed

@wemeetagain wemeetagain merged commit fdec06b into ChainSafe:master Jan 30, 2025
7 of 10 checks passed
@achingbrain achingbrain deleted the patch-1 branch January 30, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants