Skip to content

Commit

Permalink
fix: properly parse npm specifiers for mapping (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 27, 2024
1 parent 18495b7 commit 1750995
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
deno lint
- name: Build
run: cargo build --all-targets --all-features --release
run: deno task build
- name: Test (Rust)
run: cargo test --all-targets --all-features --release
- name: Test (Deno)
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
.vscode
tests/*/npm
lib/pkg
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1750995

Please sign in to comment.