Lebab Versions Save

Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.

v3.2.3

8 months ago
  • Fixes a bug with let transform (e.g. no more transforming var directly inside if) #347 (thanks to Pionxzh)

v3.2.2

8 months ago
  • Fix bug with arrow-return transform #343
  • Upgrade dependencies (thanks to Anton).

v3.2.1

1 year ago
  • Print file name when transform or parsing fails (fixes #327)

v3.2.0

1 year ago
  • Support for parsing ECMAScript 2022.
  • Major upgrades to dependencies.

v3.1.2

1 year ago

Update dependencies, eliminating some vulnerabilities (though the major ones were related to tools used to build Lebab).

v3.1.1

3 years ago

Update dependencies, notably Recast, which brings in fixes for:

  • Correct exponentiation operator precedence #196
  • Preserving tabs #179

v3.1.0

4 years ago

Updated dependencies and refactored in relation to the new dependency versions #295

Eliminating some vulnerabilities in the process.

Thanks to @uniibu

v3.0.5

5 years ago

Fix:

  • Prevent lebab from crashing when using anonymous function declaration on default export #289 (thanks to @uniibu )

v3.0.4

5 years ago

Bugfix:

  • Fix arrow transform dropping bound arguments #287

v3.0.3

5 years ago

Fix crash in default-params transform #278