-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: resolve_json_module with transpiler #747
base: main
Are you sure you want to change the base?
Conversation
914d539
to
6ccacb9
Compare
Test
TsProjectEmit returned a non-zero exit code when running remotely Action details (uncached result): http://localhost:7984/blobs/sha256/historical_execute_response/8bcf35aa7455519cdef167b7a614d4e056cf889aa58f2c2ab77c2699764c3ba1-1374/ 💡 To reproduce the build failures, run
BuildifierBuildifier managed files require formatting --- ./examples/project_references/lib_b/BUILD.bazel 2025-01-10 20:09:44.216503173 +0000 +++ /tmp/buildifier-tmp-1497893204 2025-01-10 20:09:52.416519684 +0000 @@ -8,8 +8,8 @@ srcs = ["index.ts"], composite = True, declaration = True, - isolated_typecheck = True, extends = "//examples/project_references:tsconfig-base", + isolated_typecheck = True, deps = ["//examples/project_references/lib_a"], ) 💡 Run the following to apply the suggested formatting fixes
FormatFormatting check has failed 💡 Some formatting failures can be fixed automatically by running the command below, while others may require manual fixes
ℹ️ A patch file containing the changes has been archived as an artifact of this build |
6ccacb9
to
a20f6a2
Compare
a20f6a2
to
07d0a38
Compare
To show how a transpiler needs to handle .json source files.
See also: aspect-build/rules_swc#287
Changes are visible to end-users: no
Test plan