-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Comparing changes
Open a pull request
base repository: babel/babel
base: v7.17.2
head repository: babel/babel
compare: v7.17.3
- 14 commits
- 122 files changed
- 7 contributors
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a88bd30 - Browse repository at this point
Copy the full SHA a88bd30View commit details -
Support merging sourcemaps when transformed file is fully replaced (#…
…14247) * Support merging sourcemaps when transformed file is fully replaced A follow-up to #14246. I finally thought of a case where the sourceFileName's content is fully replaced, leading to only the injected file existing in the output sourcemap. This can happen where only one output source is created, or multiple. In the single output source case, we'd incorrectly associate the mappings through the inputMap, even though none of the content actually comes from there. In the multiple source case, we'd silently fail and output empty mappings. Both cases are now fixed, with the correct remapping being done through in all possible output cases now. * Update to remapping@2.1.0 to support source location override
Configuration menu - View commit details
-
Copy full SHA for 76dd491 - Browse repository at this point
Copy the full SHA 76dd491View commit details
Commits on Feb 10, 2022
-
Convert all SourceMapConsumers to TraceMaps (#14253)
* Switch to @jridgewell/trace-mapping in fixture-test-runner This accomplishes 2 goals: - Gets us off the ancient `source-map` v0.5.7 - Speeds up construction and tracing by ~10x. * Convert other packages * Convert all SourceMapConsumers to TraceMaps * Update trace-mapping to fix eachMapping's originalLine offset * Remove unneeded @types
Configuration menu - View commit details
-
Copy full SHA for d610f83 - Browse repository at this point
Copy the full SHA d610f83View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e06c099 - Browse repository at this point
Copy the full SHA e06c099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4d466 - Browse repository at this point
Copy the full SHA 6b4d466View commit details
Commits on Feb 12, 2022
-
fix: ignore Intl features and prototype methods in test262-parser tes…
…ts (#14261) * fix: ignore Intl features and prototype methods * review comments
Configuration menu - View commit details
-
Copy full SHA for ca1c38a - Browse repository at this point
Copy the full SHA ca1c38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb0da9 - Browse repository at this point
Copy the full SHA 6cb0da9View commit details
Commits on Feb 13, 2022
-
Move all tests to GitHub actions (#14235)
* Move e2e tests to a reusable workflow * Test Babel 8 * Separate verdaccio storage * Fix * Approval for PRs * Fix * (empty commit) Hello workflow graph? * Remove from CircleCI * Try multiple workflows * Use `pull_request_target` for breaking * Fix * No need for separate verdaccio configs anymore * Nit shorter intermediate name * No manual approval * fix * Copy-paste jobs
Configuration menu - View commit details
-
Copy full SHA for b926d34 - Browse repository at this point
Copy the full SHA b926d34View commit details -
parser: Update
babel-parser.d.ts
for 7v.17.0 features (#14266)* Add `decoratorAutoAccesors` * Add new `topicToken` (`@@` and `^^`).
Configuration menu - View commit details
-
Copy full SHA for 19ede09 - Browse repository at this point
Copy the full SHA 19ede09View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9756cb - Browse repository at this point
Copy the full SHA e9756cbView commit details
Commits on Feb 14, 2022
-
Update most dev dependencies (#14267)
* Update ESLint * Remove unused lodash and enhanced-resolve * Update chalk * Update `fancy-log` * Update `mergeiterator` * [lockfile] Update `cached-path-relative` * [lockfile] Update `tar` * [lockfile] Update `elliptic` * [lockfile] Update `copy-props` * [lockfile] Update `ssri` * [lockfile] Update `y18n` * [lockfile] Update `ini`
Configuration menu - View commit details
-
Copy full SHA for b17b8e2 - Browse repository at this point
Copy the full SHA b17b8e2View commit details -
Skip unnecessary temp vars in
path.insertAfter
(#14268)* Avoid storing value of expressions hidden in sequences * Register `.push`ed bindings in the correct scope * Avoid injecting a new tmp var when there is one available * Avoid temp var for `super()` * `.insertAfter` after the last sequence expression child * Avoid duplicated tmp vars in class heritage * Insert `.insertAfter` ndoes before when it's equivalent
Configuration menu - View commit details
-
Copy full SHA for 020a7b0 - Browse repository at this point
Copy the full SHA 020a7b0View commit details
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef10c64 - Browse repository at this point
Copy the full SHA ef10c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52c70c - Browse repository at this point
Copy the full SHA f52c70cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.17.2...v7.17.3