Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Jul 8, 2024
1 parent 41b0855 commit 8f2ecb3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion crates/rspack_plugin_javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ anymap = { workspace = true }
async-trait = { workspace = true }
bitflags = { workspace = true }
dashmap = { workspace = true }
derivative = { workspace = true }
glob-match = "0.2.1"
indexmap = { workspace = true }
indoc = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions packages/rspack/src/Compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Compiler {
#compilationParams?: CompilationParams;

#builtinPlugins: binding.BuiltinPlugin[];

#moduleExecutionResultsMap: Map<number, any>;

#nonSkippableRegisters: binding.RegisterJsTapKind[];
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin-test/copy-plugin/build/main.js

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

0 comments on commit 8f2ecb3

Please sign in to comment.