yorkxin / vscode-coffeescript-support

Advanced CoffeeScript support in VSCode
https://marketplace.visualstudio.com/items?itemName=yorkxin.coffeescript-support
MIT License
29 stars 6 forks source link

Support Dynamic Import syntax #15

Closed yorkxin closed 5 years ago

yorkxin commented 5 years ago

Supports a new syntax in CoffeeScript 2.4.0 https://github.com/jashkenas/coffeescript/pull/5182

Lodash = import('lodash')

Related:

Closes https://github.com/chitsaou/vscode-coffeescript-support/issues/12

Checklist