Egoist Konan Versions Save

find all require/import calls by walking the AST

v2.1.1

3 years ago

2.1.1 (2020-07-15)

Bug Fixes

v2.1.0

3 years ago

2.1.0 (2020-07-15)

Features

  • add typescript plugin by default (#20) (04182de)

v2.0.0

3 years ago

2.0.0 (2020-07-15)

Features

BREAKING CHANGES

  • the plugins in parser options has become an array, and we have to put jsx in the default value to support JSX syntax parsing. I did not add typescript because the fixture contains no typescript code, and typescript cannot co-exist with flow, not sure if we need to add it.