Highlights
- 1 discussion answered
Popular repositories
4,509 contributions in the last year
Less
More
Contribution activity
April 2021
Created 201 commits in 4 repositories
Created a pull request in evanw/esbuild that received 2 comments
remove "require" and "import" warnings
Previously esbuild had warnings when bundling about uses of require and import that are not of the form require(<string literal>) or import(<string…
+76
−387
•
2
comments
Opened 19 other pull requests in 1 repository
evanw/esbuild
19
merged
-
Further changes to the behavior of the
browserfield - Provide options for how to handle legal comments
- Implement arbitrary module namespace identifier names
- Minify property accesses on object literals
- Implement ergonomic brand checks for private fields
- add more special cases to ts namespace transform
- Add tests for the new Deno package
- Experimental support for Deno
-
Be maximally liberal in the interpretation of the
browserfield - fix non-bmp characters in identifier validation
- Refactor the internal module graph representation
- count dynamic cross-chunk imports as dependencies
- various fixes for private members
- Break apart tree shaking and code splitting
- Disable tree shaking when code splitting is active
- Use xxHash instead of SHA1 for speed
- Upgrade to go 1.16.3
- Avoid using the same helper function names as TypeScript
- track and retain intermediate re-exporting files
Reviewed 3 pull requests in 1 repository
Created an issue in nodejs/node that received 3 comments
NODE_PATH documentation appears to be incorrect
Context: evanw/esbuild#1117 I'm trying to replicate node's module resolution algorithm into esbuild, which is a JavaScript bundler that I'm buildin…
3
comments
Opened 1 other issue in 1 repository
evanw/esbuild
1
closed
84
contributions
in private repositories
Apr 4 – Apr 27