Skip to content

Commit

Permalink
chore: upgrade deno_ast and deno_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 22, 2024
1 parent 86b20ae commit 5c36269
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
37 changes: 18 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "MIT"
[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
deno_ast = { version = "1.0.1", features = ["bundler", "codegen", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { version = "0.63.0", default-features = true }
deno_ast = { version = "0.32.0", features = ["bundler", "codegen", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { git = "https://github.com/denoland/deno_graph.git", branch = "main", default-features = true }
escape8259 = "0.5.2"
futures = "0.3.17"
import_map = "0.18.1"
Expand Down
1 change: 1 addition & 0 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl From<CompilerOptions> for EmitOptions {
};

Self {
use_ts_decorators: true,
precompile_jsx: false,
emit_metadata: options.emit_decorator_metadata,
imports_not_used_as_values,
Expand Down

0 comments on commit 5c36269

Please sign in to comment.