Skip to content

Commit

Permalink
fix: wrapped Proxies and upgrade to swc_core for backwards compatible…
Browse files Browse the repository at this point in the history
… plugins (#24)

BREAKING CHANGE: requires all consumers updated to @swc/core@^1.2.244
  • Loading branch information
sam authored Aug 30, 2022
1 parent a3c40f1 commit 358a756
Show file tree
Hide file tree
Showing 17 changed files with 473 additions and 245 deletions.
2 changes: 0 additions & 2 deletions .projen/deps.json

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

10 changes: 5 additions & 5 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const project = new javascript.NodeProject({
release: true,
releaseToNpm: true,
gitignore: ["/dist/", "/target/", "/ast_reflection.wasm"],
peerDeps: ["@swc/core@1.2.218"],
peerDeps: ["@swc/core"],
workflowBootstrapSteps: [
{
name: "Install rust",
Expand Down
Loading

0 comments on commit 358a756

Please sign in to comment.