-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: parcel-bundler/parcel
base: a3aa86815e098c90fda72a08d29646ff059ab74d
head repository: parcel-bundler/parcel
compare: 84da50ae6943bff9741e2fc76d2f4968074cbbd6
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc09f12 - Browse repository at this point
Copy the full SHA dc09f12View commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 39ff833 - Browse repository at this point
Copy the full SHA 39ff833View commit details
Commits on Mar 21, 2021
-
Diagnostic tweaks and diagnostic for getPort (#6033)
* getPort diagnostic * tweak prettydiagnostic * tweak
Configuration menu - View commit details
-
Copy full SHA for ed72667 - Browse repository at this point
Copy the full SHA ed72667View commit details
Commits on Mar 23, 2021
-
Dev Server: serve files (including sourcemaps) from
dist/
folder (#β¦β¦6024) * Dev Server: serve files (including sourcemaps) from `dist/` folder * fix return Co-authored-by: Jasper De Moor <jasperdemoor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dea272f - Browse repository at this point
Copy the full SHA dea272fView commit details
Commits on Mar 29, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 59e6f1c - Browse repository at this point
Copy the full SHA 59e6f1cView commit details
Commits on Apr 2, 2021
-
Fix dev server serving inline bundles (#6067)
* Fix dev server when serving inline bundles * Extend html test for inline styles * Removed hash references from test bundle asserts (fixes unstable unit tests)
Configuration menu - View commit details
-
Copy full SHA for f8981bf - Browse repository at this point
Copy the full SHA f8981bfView commit details
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8227604 - Browse repository at this point
Copy the full SHA 8227604View commit details
Commits on Apr 6, 2021
-
serialize single AdjacencyList (#6053)
Co-authored-by: Will Binns-Smith <wbinnssmith@atlassian.com>
Configuration menu - View commit details
-
Copy full SHA for f596273 - Browse repository at this point
Copy the full SHA f596273View commit details
Commits on Apr 8, 2021
-
Update flow to v0.148.0 (#6089)
Will Binns-Smith authoredApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for ff1a55e - Browse repository at this point
Copy the full SHA ff1a55eView commit details
Commits on Apr 11, 2021
-
Start
getConfigFrom packageKey
search from specified path instead oβ¦β¦f the asset itself (#6109)
Configuration menu - View commit details
-
Copy full SHA for e088bfa - Browse repository at this point
Copy the full SHA e088bfaView commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c83e132 - Browse repository at this point
Copy the full SHA c83e132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059d502 - Browse repository at this point
Copy the full SHA 059d502View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbc79c1 - Browse repository at this point
Copy the full SHA bbc79c1View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ec530f - Browse repository at this point
Copy the full SHA 1ec530fView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 737b7ec - Browse repository at this point
Copy the full SHA 737b7ecView commit details
Commits on Apr 19, 2021
-
Changing graph identifiers from content keys to numbers (#6000)
Updating graph identifiers to numeric to decrease memory impact on serialization / deserializtion.
Configuration menu - View commit details
-
Copy full SHA for 3baf990 - Browse repository at this point
Copy the full SHA 3baf990View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a367996 - Browse repository at this point
Copy the full SHA a367996View commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb9b82e - Browse repository at this point
Copy the full SHA cb9b82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4949f15 - Browse repository at this point
Copy the full SHA 4949f15View commit details
Commits on Apr 28, 2021
-
* Use cargo workspaces * Use latest published napi and napi-derive
Will Binns-Smith authoredApr 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b54c2b6 - Browse repository at this point
Copy the full SHA b54c2b6View commit details
Commits on Apr 29, 2021
-
Format Rust in precommit and lint+format scripts (#6201)
* Upgrade to husky@6 * Run cargo fmt on precommit * Format * Add cargo fmt to format and lint scripts
Will Binns-Smith authoredApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for c8e3747 - Browse repository at this point
Copy the full SHA c8e3747View commit details -
Run Rust tests and cache Cargo+yarn dependencies in CI (#6204)
* Run cargo fetch and test in CI * Cache cargo and yarn dependencies in CI
Will Binns-Smith authoredApr 29, 2021 Configuration menu - View commit details
-
Copy full SHA for a67a5f0 - Browse repository at this point
Copy the full SHA a67a5f0View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc79abc - Browse repository at this point
Copy the full SHA dc79abcView commit details
Commits on May 5, 2021
-
@parcel/create-react-app (#5458)
* Add typings for commander * Address violations for commander typings * Initial commit of @parcel/create-react-app * Create package directory and git repository * Automate installing with yarn/npm * Add package name to package.json * Create initial commit and add transaction * Add logos to react app * Create app in temp directory before moving into place on success * Make log messages clearer * Revert change to commander types * Windows compatibility * Log package names when installing * Build @parcel/create-react-app for publishing * Update lockfile * Move tempy to dependencies * Require v8-compile-cache earlier * Adding an extra space for info to match the rest of the messages. * Resolved conflicts with upstream Co-authored-by: Dario Novoa <darionovoa@Darios-MacBook-Pro-13.local> * Cleanup * Include template .gitignore in published package * Remove TODO * Use same version of chalk as other parcel packages * Clean up dependencies * Use commander 7 * Skip lint in templates * Rename binary to parcel-create-react-app Co-authored-by: Dario Novoa <darionovoa@ideartte.com> Co-authored-by: Dario Novoa <darionovoa@Darios-MacBook-Pro-13.local> Co-authored-by: Agnieszka Gawrys <agawrys@atlassian.com> Co-authored-by: Agnieszka Gawrys <gawrysagnes@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2079b78 - Browse repository at this point
Copy the full SHA 2079b78View commit details
Commits on May 6, 2021
-
Update flow to v0.150.0 (#6234)
Will Binns-Smith authoredMay 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 77a8835 - Browse repository at this point
Copy the full SHA 77a8835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b240d0 - Browse repository at this point
Copy the full SHA 8b240d0View commit details
Commits on May 9, 2021
-
sass: Allow json extension for config file (#6232)
* sass: Allow json extension for config file This will allow syntax highlighters to easily detect the file type. * Update SassTransformer.js Co-authored-by: Jasper De Moor <jasperdemoor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fdbcbd6 - Browse repository at this point
Copy the full SHA fdbcbd6View commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba57b65 - Browse repository at this point
Copy the full SHA ba57b65View commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 842aa52 - Browse repository at this point
Copy the full SHA 842aa52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cdeddb - Browse repository at this point
Copy the full SHA 9cdeddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a081f - Browse repository at this point
Copy the full SHA 84a081fView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6584f3e - Browse repository at this point
Copy the full SHA 6584f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177f8ee - Browse repository at this point
Copy the full SHA 177f8eeView commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06183b9 - Browse repository at this point
Copy the full SHA 06183b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6edf65 - Browse repository at this point
Copy the full SHA e6edf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4f6f8 - Browse repository at this point
Copy the full SHA ae4f6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d89ef - Browse repository at this point
Copy the full SHA 27d89efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 019d762 - Browse repository at this point
Copy the full SHA 019d762View commit details
Commits on May 14, 2021
-
Upgrade flow to 0.151.0 (#6281)
Will Binns-Smith authoredMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 3f2f635 - Browse repository at this point
Copy the full SHA 3f2f635View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e8df6 - Browse repository at this point
Copy the full SHA d0e8df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6695be - Browse repository at this point
Copy the full SHA f6695beView commit details
Commits on May 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for afaab71 - Browse repository at this point
Copy the full SHA afaab71View commit details
Commits on May 16, 2021
-
update contributing guide (#6293)
- rust is now required for development.
Configuration menu - View commit details
-
Copy full SHA for c8392be - Browse repository at this point
Copy the full SHA c8392beView commit details
Commits on May 17, 2021
-
Babel ast location, diagnostic, and source location remapping (#6238)
Will Binns-Smith authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 06bdb1f - Browse repository at this point
Copy the full SHA 06bdb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b3b93 - Browse repository at this point
Copy the full SHA 71b3b93View commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f40b4f3 - Browse repository at this point
Copy the full SHA f40b4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf03f01 - Browse repository at this point
Copy the full SHA bf03f01View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2372d27 - Browse repository at this point
Copy the full SHA 2372d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39d3ce - Browse repository at this point
Copy the full SHA c39d3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d43a9ee - Browse repository at this point
Copy the full SHA d43a9eeView commit details
There are no files selected for viewing