-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove support for babel 6 and browserifying node_modules * Use loadConfig in BabelTransformer * PR feedback * Separate Config into a public and internal class * Fix flow error from rebase * Add functionality to rerun certain config requests on startup * Support babel.config.js * Integration test: detect dependencies inserted by prior transform * Don't run babel over ignore integration tests fixtures * Inline environment variables from prior transforms * Ignore parcel-cache in prettier * Add README for Babel transformer * Test .babelrc invalidation in watch mode * Add item to .prettierignore * Use Date instance for fs.utimes * Store configs as plain objects * ThirdPartyConfig => ConfigResult * Revert "Use Date instance for fs.utimes" This reverts commit 6d46343. * Revert "Revert "Use Date instance for fs.utimes"" This reverts commit 1cc9109. * Use utimes Dates/numbers conditionally * Restore unpredictable nodes when deserializing RequestGraph * Test that transformations run again when babel plugins change versions * Add @parcel/types as dev dependency to @parcel/transformer-babel * Remove unused import * Add Babel transformer perf warnings * Use 0 workers in tests that exec * Add @parcel/babel-preset-env * Use @parcel/babel-preset-env for the default config * Add a multitarget @parcel/babel-preset-env test * fix lint * execSync => spawnSync * Group babel tests needing real fs * fix lint * Use OverlayFS for contentHashing * Use OverlayFS for postcss * Fix server source test * Use OverlayFS for watcher * Use truthiness for booleans * Use filePath for ParcelConfigs * Use overlayfs for server and clean up input dirs in watcher * Use useBuiltins: usage * Revert "Use useBuiltins: usage" This reverts commit 6776ccb. * Use useBuiltins: usage * Account for loadPartialConfig returning null * Revert "Use useBuiltins: usage" This reverts commit 30ab3a4. * Remove unnecessary integration tests babelrc * Use ESM for parcel/babel-preset-env
- Loading branch information
Showing
100 changed files
with
1,313 additions
and
938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.