Skip to content

Fix ts-node with --no-experimental-strip-types#391

Closed
ntkme wants to merge 2 commits into
sass:mainfrom
sass-contrib:fix-ts-node
Closed

Fix ts-node with --no-experimental-strip-types#391
ntkme wants to merge 2 commits into
sass:mainfrom
sass-contrib:fix-ts-node

Conversation

@ntkme

@ntkme ntkme commented Aug 13, 2025

Copy link
Copy Markdown
Contributor

ts-node is broken out of box on node >=22.18.0 due to --experimental-strip-types being enabled by default.

As we still need to test older node version without native typescript support, this PR sets NODE_OPTIONS=--no-experimental-strip-types if necessary.

@ntkme ntkme marked this pull request as draft August 13, 2025 22:16
@ntkme ntkme closed this Aug 13, 2025
@ntkme ntkme deleted the fix-ts-node branch August 13, 2025 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant