Skip to content

Commit

Permalink
fix: esm customizer for typegate deno ext (#606)
Browse files Browse the repository at this point in the history
Enables v8 snapshots integration for `meta typegate` subcommand and the
standalone typegate. Also bumps deno to 1.41.0.

#### Motivation and context

Fixes #591 

#### Migration notes

_No changes required_

### Checklist

- [ ] The change come with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am committed Mar 4, 2024
1 parent 977a0e1 commit 5e226c4
Show file tree
Hide file tree
Showing 15 changed files with 1,102 additions and 817 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
GHJK_VERSION: "f380522"
DENO_VERSION: "1.40.1"
DENO_VERSION: "1.41.0"
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/typegate

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
GHJK_VERSION: "f380522"
DENO_VERSION: "1.40.1"
DENO_VERSION: "1.41.0"
RUST_BACKTRACE: "full"
RUST_LOG: "info,swc_ecma_codegen=off,tracing::span=off"

Expand Down
Loading

0 comments on commit 5e226c4

Please sign in to comment.