rollup v2.30.0 Release Notes

Release Date: 2020-10-13 // over 3 years ago
  • 2020-10-13

    ๐Ÿ”‹ Features

    • โž• Add moduleParsed hook that is called for each module once code and AST are available (#3813)
    • Include code and AST in this.getModuleInfo (#3813)

    ๐Ÿ› Bug Fixes

    • Provide the original Acorn AST instead of the internal one when resolving dynamic imports that contain non-trivial expressions (#3813)

    Pull Requests

    • ๐Ÿ”Œ #3813: Add moduleParsed plugin hook (@lukastaegert)
    • ๐Ÿ“„ #3815: Docs: wile => while (@tjenkinson)
    • ๐Ÿ“„ #3817: Docs: fix code snippet (@codefrau)
    • ๐Ÿ“š #3818: Update documentation on configuring Babel, removing the section on passing '{"modules": false}' as that is no longer needed since Babel 7 (@Robin-Hoodie)