terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

revert @swc/core to version 1.4.0 #3661

Closed busma13 closed 3 weeks ago

busma13 commented 3 weeks ago

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

godber commented 3 weeks ago

@jsnoble I don't know what this tool is, perhaps you do, if so, you think its OK to roll this back until they address the noisy output problem?

jsnoble commented 3 weeks ago

swc is a rust typescript compiler that we are using in some cases rather than ts-jest.