-
- Notifications
You must be signed in to change notification settings - Fork 544
Closed
Description
I have TypeScript 3.7 installed on a project, and I run tests with ava and ts-node. The issue I found is that compilation works as expected, but tests fail because ts-node doesn't recognize the syntax for nullish coalescence and optional chaining.
So if I have:
foobar?.foo?.bar ?? "default value"I get errors all over the place. Isn't ts-node using the local typescript package to do compilation?
rogerpadilla, dandv, maikelrobier, felicio and wfk007
Metadata
Metadata
Assignees
Labels
No labels