-
-
Notifications
You must be signed in to change notification settings - Fork 600
Comparing changes
Open a pull request
base repository: rollup/plugins
base: 38045af0ff5ef452a3c0b49a36df79aa0ca673e3
head repository: rollup/plugins
compare: 468f5a06ed0afb527fbcbe89d2812e97ee9a670c
Commits on Oct 21, 2022
-
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 55ceae3 - Browse repository at this point
Copy the full SHA 55ceae3View commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for c952544 - Browse repository at this point
Copy the full SHA c952544View commit details -
chore(release): multi-entry v5.0.1
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 298c913 - Browse repository at this point
Copy the full SHA 298c913View commit details -
chore(release): node-resolve v15.0.1
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 6553006 - Browse repository at this point
Copy the full SHA 6553006View commit details -
chore(release): pluginutils v5.0.2
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2eb71f2 - Browse repository at this point
Copy the full SHA 2eb71f2View commit details -
chore(release): replace v5.0.1
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 8791470 - Browse repository at this point
Copy the full SHA 8791470View commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 1ae3845 - Browse repository at this point
Copy the full SHA 1ae3845View commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 91bfd2d - Browse repository at this point
Copy the full SHA 91bfd2dView commit details -
chore(release): sucrase v5.0.1
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for ee1b4ba - Browse repository at this point
Copy the full SHA ee1b4baView commit details -
chore(release): typescript v9.0.2
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2f2ba1e - Browse repository at this point
Copy the full SHA 2f2ba1eView commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ec4228 - Browse repository at this point
Copy the full SHA 6ec4228View commit details -
chore(release): virtual v3.0.1
Release Workflow committedOct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ddddeb - Browse repository at this point
Copy the full SHA 6ddddebView commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a187c2d - Browse repository at this point
Copy the full SHA a187c2dView commit details -
Release Workflow committed
Oct 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 9b231e7 - Browse repository at this point
Copy the full SHA 9b231e7View commit details
Commits on Oct 24, 2022
-
feat(multi-entry): add preserveModules option (#1237)
* Update functionality to maintain file output names when preserveModule = true BREAKING CHANGES: Changes the default behaviour to not alter filenames if preserveModules=true * Fix docstring * Tests * Fix type doc * Swap to use preserveModules config option instead * Update readme and type docstrings * Fix tests * Revert odd changes in diff * Improve test * Fix tests Co-authored-by: Blake Lovelace <blake.lovelace@health.telstra.com>
Configuration menu - View commit details
-
Copy full SHA for 805339c - Browse repository at this point
Copy the full SHA 805339cView commit details -
chore(release): multi-entry v6.0.0
Release Workflow committedOct 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 45503a6 - Browse repository at this point
Copy the full SHA 45503a6View commit details
Commits on Oct 27, 2022
-
feat(terser): initial release (#1323)
* build(terser): add terser plugin to collection * build(terser): add README.md notice * fix(terser): test-suite + rollup plugin definition * style(terser): applied prettier rules * style(terser): apply prettier on root README.md + minor eslint fixes * test(terser): removed snapshot test due incorrect path with ava
Configuration menu - View commit details
-
Copy full SHA for 047fc1d - Browse repository at this point
Copy the full SHA 047fc1dView commit details -
Release Workflow committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ade726 - Browse repository at this point
Copy the full SHA 8ade726View commit details -
fix(graphql): fix ESM build (#1318)
Use file extensions for imports
Configuration menu - View commit details
-
Copy full SHA for 46bd37c - Browse repository at this point
Copy the full SHA 46bd37cView commit details -
chore(release): graphql v2.0.2
Release Workflow committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 570f77c - Browse repository at this point
Copy the full SHA 570f77cView commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ae1c62 - Browse repository at this point
Copy the full SHA 2ae1c62View commit details -
Release Workflow committed
Nov 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 19ad1b6 - Browse repository at this point
Copy the full SHA 19ad1b6View commit details
Commits on Nov 27, 2022
-
fix(commonjs): correctly wrap a default class export from cjs module (#…
…1350) * fix: correctly wraps the default export from a CommonJS module when it is a class Fixes https://github.com/vitejs/vite/issues/10853 Since 3c00191 the namespace became callable when requiring ESM with function default, but it isn't newable, leading to errors when the function is actually a class. * test: update snapshots as the helper code has changed
Configuration menu - View commit details
-
Copy full SHA for ab05216 - Browse repository at this point
Copy the full SHA ab05216View commit details -
chore(release): commonjs v23.0.3
Release Workflow committedNov 27, 2022 Configuration menu - View commit details
-
Copy full SHA for c719c7d - Browse repository at this point
Copy the full SHA c719c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5250b88 - Browse repository at this point
Copy the full SHA 5250b88View commit details -
Release Workflow committed
Nov 27, 2022 Configuration menu - View commit details
-
Copy full SHA for b734673 - Browse repository at this point
Copy the full SHA b734673View commit details -
fix(typescript)!: incorrect declarations directory
BREAKING CHANGES: This fix changes the output directory for types with single-file builds
Configuration menu - View commit details
-
Copy full SHA for a5c90d1 - Browse repository at this point
Copy the full SHA a5c90d1View commit details -
chore(release): typescript v10.0.0
Release Workflow committedNov 27, 2022 Configuration menu - View commit details
-
Copy full SHA for fd93b71 - Browse repository at this point
Copy the full SHA fd93b71View commit details -
chore(repo): enable
consistent-type-imports
for typescript files (#……1325) * refactor: distinguish between types of import * add consistent-type-import into the eslint config * fix: change the import method of non compliant rules
Configuration menu - View commit details
-
Copy full SHA for a2e582a - Browse repository at this point
Copy the full SHA a2e582aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7871903 - Browse repository at this point
Copy the full SHA 7871903View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5c88274 - Browse repository at this point
Copy the full SHA 5c88274View commit details -
chore(release): typescript v10.0.1
Release Workflow committedNov 28, 2022 Configuration menu - View commit details
-
Copy full SHA for ca7a668 - Browse repository at this point
Copy the full SHA ca7a668View commit details
Commits on Dec 5, 2022
-
feat(terser): parallel execution (#1341)
* feat(terser): parallel execution * fix(terser): exit process on promise rejection of worker * feat(terser): add woker-pool support * docs(terser): updated docs * fix(terser): worker count decrementation * style(terser): removed unnecessary Promise.resolve wrapping * docs(terser): enhanced options section * docs(terser): fix typo
Configuration menu - View commit details
-
Copy full SHA for 140e06b - Browse repository at this point
Copy the full SHA 140e06bView commit details -
Release Workflow committed
Dec 5, 2022 Configuration menu - View commit details
-
Copy full SHA for fb11bd3 - Browse repository at this point
Copy the full SHA fb11bd3View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a47c153 - Browse repository at this point
Copy the full SHA a47c153View commit details -
chore(release): commonjs v23.0.4
Release Workflow committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 7b62557 - Browse repository at this point
Copy the full SHA 7b62557View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 39a39d7 - Browse repository at this point
Copy the full SHA 39a39d7View commit details -
chore(release): commonjs v23.0.5
Release Workflow committedDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 75e9ff4 - Browse repository at this point
Copy the full SHA 75e9ff4View commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5aa3c3 - Browse repository at this point
Copy the full SHA f5aa3c3View commit details -
chore(release): commonjs v23.0.6
Release Workflow committedDec 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 18e6c31 - Browse repository at this point
Copy the full SHA 18e6c31View commit details -
chore(release): dynamic-import-vars v2.0.2
Release Workflow committedDec 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 672f650 - Browse repository at this point
Copy the full SHA 672f650View commit details -
Release Workflow committed
Dec 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 468f5a0 - Browse repository at this point
Copy the full SHA 468f5a0View commit details
There are no files selected for viewing