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
1,845 contributions in the last year
Contribution activity
June 2020
- FredKSchott/signal-exit JavaScript
Created a pull request in rollup/plugins that received 13 comments
fix(commonjs): Support __esModule packages with a default export
Rollup Plugin Name: commonjs
This PR contains:
bugfix
feature
refactor
documentation
other
Are tests included?
yes
no
Breaking Changes?
…
+10
−98
•
13
comments
- handle node-fetch, whatwg-fetch Node polyfills
- Add export map support
- Simplified externalEsm support
- Add better external matching support
- Fix broken build
- Fix regression where main was ignored on browser object packages
- Resolve ESM imports in HTML
- Run optimized dependency install after build
- Add programmatic install interface
- support type-only packages (css-types)
- Improve import resolution logic
- Cleanup the shared import resolver logic between dev & build
- clarify bundling docs under "main concepts"
- new, clearer docs
- Testing new vercel integration
- Assorted fixes
- Update team name in CODEOWNERS
- fix hmr engine reference in dev
- Support tree-shaking for lit-html, other side-effect imports
- baseUrl vs. homepage cleanup
- Remove flash of unrendered content for HMR
- small paint cleanup
- Support CJS -> ESM dependency imports
- Improve load performance
- Cleanup unresolved import errors
- Some pull requests not shown.
- chore: Add noUnused* entries to TypeScript
- Revert file interface
- Only allow HTTP2 without proxies
- Add standard file interface
- Restore yarn workspaces test
- Rewrite onError and onMessage to use machine-readable message objects
- bugfix: Allow baseUrl to be remote
- Add supports for importing a folder with trailing slash on the path
- [Proposal] Swap Chalk for Kleur
- Resolve ESM imports in HTML
- Expose install function
- Improve import resolution logic
- Add first pass at Pipeline interface
- Cleanup the shared import resolver logic between dev & build
- Fix warning message bug
- Fix Snowpack docs for homepage config
- Adds secure option to the Dev Options docs
- Improve advanced plugin docs
- Add plugins list to docs
- Standardize build tests
- small paint cleanup
- Paint earlier in dev command
- handle errors in dev server request handler
- Support tsconfig
- Improve load performance
- Some pull request reviews not shown.
Created an issue in pikapkg/snowpack that received 15 comments
Support custom directory for installed dependencies
Original Discussion: https://www.pika.dev/npm/snowpack/discuss/308 /cc @jhfbosman, @FredKSchott Right now, we hardcode that your dependencies live …
15
comments
- [Plugins] Optimize vs Bundle
- [Plugins] Provide a structure for plugin logging/errors
- [Plugins] Change internal representation from scripts to plugins
- [Plugins] Combine `build()` and `transform()`
- Export map support
- Support comments in dynamic imports
- Add back skipped yarn-workspaces test
- Top-level imports of CSS files not working
- Support Yarn v2 (berry) with config extends
- Run `autoDetectExports` in a sandbox
- Move mount configuration out of build scripts
- Tree-shake JS using build result, instead of source
- snowpack dev clears relevant info from screen
- Support "%PUBLIC_URL%" in HTML
- Support Vue/Svelte virtual CSS files with HMR
- hmr/websocket issue when using http2/https dev
- Allow Snowpack plugins to configure config options
- Reload page when a non-JS file is updated
- Snowpack install shouldn't load entire project into memory
- Support importing JS files with multiple dots
- make "__snowpack__ " meta folder configurable
- Improve CJS Named Exports support
- Folder imports not working with top-level imports
- Support for npm/yarn linked package updates
- Windows: Closing development leaves phantom processes
- Some issues not shown.