Skip to content

Releases: codemodsquad/babel-parse-wild-code

v2.1.5

12 Jun 10:14

Choose a tag to compare

2.1.5 (2023-06-12)

Bug Fixes

v2.1.4

11 Jun 23:21

Choose a tag to compare

2.1.4 (2023-06-11)

Bug Fixes

  • add main and module to package.json (9b15c20)

v2.1.3

16 May 05:57

Choose a tag to compare

2.1.3 (2023-05-16)

Bug Fixes

  • ensure correct parser options for file extension are set (bbb1446)

v2.1.2

27 Nov 05:23

Choose a tag to compare

2.1.2 (2022-11-27)

Bug Fixes

  • use default if @babel/parser not found, add webpackIgnore comments (c79b1f9)

v2.1.1

17 Nov 02:16

Choose a tag to compare

2.1.1 (2022-11-17)

Bug Fixes

v2.1.0

17 Nov 02:12

Choose a tag to compare

2.1.0 (2022-11-17)

Features

  • add conditional esm exports (4934176)

v2.0.2

21 Sep 18:26

Choose a tag to compare

2.0.2 (2022-09-21)

Bug Fixes

  • remove disallowAmbiguousJSXLike from ts/dts default settings (fdeaeb8)

v2.0.1

21 Sep 18:20

Choose a tag to compare

2.0.1 (2022-09-21)

Bug Fixes

  • Parser.forExtension: fix bad regexes and memoization (1153f66)

v2.0.0

21 Sep 18:10

Choose a tag to compare

2.0.0 (2022-09-21)

Features

  • add Parser.mergePlugins/removePlugins/for(Js/Ts/Tsx/Dts/Extension) (4c588fb)

BREAKING CHANGES

  • the default parser options no longer include features that are still proposals
    like decorators, doExpressions, exportDefaultFrom, functionBind, pipelineOperator, and throwExpressions.

v1.2.3

12 Sep 20:24

Choose a tag to compare

1.2.3 (2022-09-12)

Bug Fixes

  • set correct parser options for .d.ts files (186661a)