Skip to content

Commit

Permalink
fix golden
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 31, 2024
1 parent 9383cde commit 4d661a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bazel_dep(name = "platforms", version = "0.0.7")
swc = use_extension("@aspect_rules_swc//swc:extensions.bzl", "swc")
swc.toolchain(
name = "swc",
swc_version = "v1.3.75",
swc_version = "v1.7.9",
)
use_repo(swc, "swc_toolchains")

Expand Down
2 changes: 1 addition & 1 deletion examples/paths/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Object.defineProperty(exports, "__esModule", {
value: true
});
const _moduleA = require("./modules/moduleA/index");
const _moduleA = require("./modules/moduleA");
(0, _moduleA.moduleA)();

0 comments on commit 4d661a5

Please sign in to comment.