Skip to content

Commit

Permalink
feat: Upgrade deno_ast and deno_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jul 8, 2024
1 parent 51bbb83 commit cdc29b0
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
86 changes: 42 additions & 44 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ members = [
[workspace.dependencies]
anyhow = "1.0.44"
base64 = "0.21.5"
deno_graph = { version = "0.79.0", default-features = false }
deno_graph = { version = "0.79.0", default-features = false, git = "https://github.com/bartlomieju/deno_graph", branch = "upgrade_swc_crates" }
deno_ast = { version = "0.39.2", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"], git = "https://github.com/bartlomieju/deno_ast", branch = "bump_swc_crates" }
url = { version = "2.3.1" }

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
deno_ast = { version = "0.39.0", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_ast = { workspace = true }
deno_graph = { workspace = true }
escape8259 = "0.5.2"
futures = "0.3.17"
Expand Down
1 change: 1 addition & 0 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ impl CompilerOptions {
jsx_import_source: self.jsx_import_source,
precompile_jsx,
precompile_jsx_skip_elements: None,
precompile_jsx_dynamic_props: None,
},
EmitOptions {
inline_sources: self.inline_sources,
Expand Down

0 comments on commit cdc29b0

Please sign in to comment.