You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E2e tests are spitting out thousands of lines of errors. We believe a dependency update from PR #3608 introduced the errors.
Example:
ERROR failed to read input source map: failed to parse inline source map url
v1ReplicaSetCondition.js.map
Caused by:
relative URL without a base
at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.275.1/src/lib.rs:405
ERROR failed to read input source map: failed to parse inline source map url
v1ReplicaSetList.js.map
Caused by:
relative URL without a base
at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.275.1/src/lib.rs:405
ERROR failed to read input source map: failed to parse inline source map url
v1ReplicaSetSpec.js.map
Caused by:
relative URL without a base
at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/swc-0.275
The text was updated successfully, but these errors were encountered:
When upgrading `@swc/core` from v1.4.0 to v1.5.5 there was a change that
results in source mappings failing. This would print thousands of lines
of error messages in out e2e tests, but everything seems to compile
okay. To cut down this noise until there is a fix, this PR reverts the
`@swc/core` version back to 1.4.0.
More details and links here: #3655
E2e tests are spitting out thousands of lines of errors. We believe a dependency update from PR #3608 introduced the errors.
Example:
The text was updated successfully, but these errors were encountered: