Skip to content

Commit

Permalink
fix: update to deno_ast 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 29, 2024
1 parent fed9b2a commit 27797cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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.38.0", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_ast = { version = "0.38.1", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
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 {
},
EmitOptions {
inline_sources: self.inline_sources,
source_map_file: None,
keep_comments: true,
source_map,
},
Expand Down

0 comments on commit 27797cc

Please sign in to comment.