Rollup v0.15.0 Release Notes

    • ๐Ÿ”€ Load all modules specified by import statements, and do tree-shaking synchronously once loading is complete. This results in simpler and faster code, and enables future improvements (#97)
    • Only rewrite foo as exports.foo when it makes sense to (#92)
    • ๐Ÿ›  Fix bug with shadowed variables that are eventually exported (#91)
    • Exclude unused function declarations that happen to modify a used name (#90)
    • Simplify internal Scope model โ€“ scopes always attach to blocks, never function expressions/declarations