- Support function calls as selectors #5
- support MessageReference
- handle Group and Resource comments
- add optional
respectComments
parameter toftl2js
- transpile also esm
- update fluent-syntax dep
- fix export for node v14 cjs
- fix export for dynamic imports
- complete refactoring to make this module universal
- MIGRATION:
require('fluent_conv/ftl2js')
should be replaced withrequire('fluent_conv/cjs/ftl2js')
require('fluent_conv/js2ftl')
should be replaced withrequire('fluent_conv/cjs/js2ftl')
- getVariant name fix for NumberLiteral variants 2
- add support for functions