buxlabs / amd-to-es6

convert amd to es
MIT License
35 stars 17 forks source link

Transpiling fails when using with optional chaining #122

Closed vipulnsward closed 2 years ago

vipulnsward commented 4 years ago

The transpilation seems to be fails for files with code like:

MyObj?.methodCall()