babel/NOTES.md

348 B

Notes

  • Wildcard exports/imports wont normalise if export default is a non-object. See #224.

3.0.0 breaking changes

  • Remove allowImportExportEverywhere option from acorn.
  • Remove this shorthand from playground.
  • Remove super() inside non-constructors - add descriptive error message.