rollup v2.43.0 Release Notes

  • 2021-03-27

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Track side effects of function properties in objects for better tree-shaking (#4011)

    Pull Requests

    • #4011: Disable pessimistic object deoptimization for calls when the called function doesn't ref this (@marijnh)
    • ๐Ÿ“„ #4012: fix sourcemap reference in docs (@tjenkinson)
    • โœ… #4015: Use SIGTERM instead of SIGINT to kill test child processes in tests (@marijnh)