Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
935 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in rollup/rollup that received 11 comments
Rework interop handling
This PR contains: bugfix feature refactor documentation other Are tests included? yes (bugfixes and features will not be merged without t…
+6,775
−1,528
•
11
comments
- Prevent unintended ASI for nested conditionals
- Do not entirely move else branch if another else branch might accidentally be referenced.
- Fix missing variables for UMD and IIFE builds
- Add import specifiers to bundle information
- Handle super in static class fields
- Properly construct namespace when dynamically importing chunks with facades in default export mode

