Skip to content

Commit

Permalink
chore: disable sandbox to green it up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 30, 2024
1 parent 91ad5fc commit 4333a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/paths/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ load("@npm//examples:typescript/package_json.bzl", "bin")
swc(
name = "compile",
srcs = glob(["**/*.ts"]),
tags = ["no-sandbox"],
)

# Produce a folder of the transpiled outputs of `tsc`.
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 4333a70

Please sign in to comment.