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
Could not use optional chaining with tsdx@0.11.0 and typescript@3.7.3:
(babel plugin) SyntaxError: /some-path/Foo.ts: Support for the experimental syntax 'optionalChaining' isn't currently enabled (1:19):
> 1 | console.log(foo.bar?.foo)
// Adds syntax support for optional chaining (.?)
{ name: '@babel/plugin-proposal-optional-chaining' },
// Adds syntax support for default value using ?? operator
{ name: '@babel/plugin-proposal-nullish-coalescing-operator' },
The text was updated successfully, but these errors were encountered:
Current Behavior
Could not use optional chaining with tsdx@0.11.0 and typescript@3.7.3:
Desired Behavior
Optional chaining is enabled
Suggested Solution
The text was updated successfully, but these errors were encountered: