Skip to content

Commit

Permalink
feat: use loader to verify https checksums (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored May 27, 2024
1 parent af43b39 commit 226780c
Show file tree
Hide file tree
Showing 19 changed files with 687 additions and 263 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish

- name: Get tag version
if: contains(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags/')
id: get_tag_version
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> "$GITHUB_OUTPUT"

- name: Publish JSR
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down
1 change: 1 addition & 0 deletions lib/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ pub async fn js_create_graph(
file_system: &NullFileSystem,
jsr_url_provider: Default::default(),
npm_resolver: None,
locker: None,
passthrough_jsr_specifiers: false,
module_analyzer: Default::default(),
imports,
Expand Down
Loading

0 comments on commit 226780c

Please sign in to comment.