Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 470 Bytes

File metadata and controls

8 lines (4 loc) · 470 Bytes

The following nodes dont currently do anything, but are expected to change a bit in the future

  1. calls to import are parsed as call expressions with import node as a callee, but this will be reversed to use importexpression in Babel 8.

The following language features are not supported on purpose

  1. JS3WithStatement: This is more or less deprecated and likely to be removed in the future. It creates strange environment bindings, we will simply not allow it.