-
-
Notifications
You must be signed in to change notification settings - Fork 600
Comparing changes
Open a pull request
base repository: rollup/plugins
base: 5452bf266ac76e5c519f1b240679d11674e30284
head repository: rollup/plugins
compare: 007acf15c7605e4ebe77afc7f4e6f3c0c8e6a1b1
- 18 commits
- 60 files changed
- 9 contributors
Commits on Jan 23, 2023
-
Release Workflow committed
Jan 23, 2023 1Configuration menu - View commit details
-
Copy full SHA for bc5cf91 - Browse repository at this point
Copy the full SHA bc5cf91View commit details
Commits on Apr 4, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 9ca975e - Browse repository at this point
Copy the full SHA 9ca975eView commit details -
Release Workflow committed
Apr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for 41686bc - Browse repository at this point
Copy the full SHA 41686bcView commit details -
feat(swc): initial release (#1412)
* feat(swc): plugin for the speedy web compiler * fix(swc): types definition * fix(swc): use type infering for renderChunk * types(swc): remove unnecessary type import * types(swc): remove unnecessary type import * style(swc): fix linting issues * style(swc): capitalize babel string * docs(swc): mention alternatives in README.md * fix(swc): use transform instead renderChunk hook * fix(swc): move swc options to object property * test(swc): add typescript test for verifying transformation * style(swc): remove logging * style(swc): fix styling and spacing in README.md * build: define swc as dep instead peer-dep * fix: set engine version to >= v14.0 * fix: set swc as peer-dep + specified rollup v3 as min version * docs: updated min node engine version in README
2Configuration menu - View commit details
-
Copy full SHA for f8b251c - Browse repository at this point
Copy the full SHA f8b251cView commit details -
Release Workflow committed
Apr 4, 2023 2Configuration menu - View commit details
-
Copy full SHA for 93a95d8 - Browse repository at this point
Copy the full SHA 93a95d8View commit details -
feat(esm-shim): initial release (#1415)
* feat(commonjs-shim): initial release * build(commonjs-shim): fix pnpm lock file * build(commonjs-shim): fix type generation * build(commonjs-shim): use default procedure to provide types * fix: refactor & implemented requested changes * build: fix frozen lock file * docs: add unbuild reference + use tsconfig file link * fix: renderChunk arg + add match-all polyfill
2Configuration menu - View commit details
-
Copy full SHA for 3b20853 - Browse repository at this point
Copy the full SHA 3b20853View commit details -
chore(release): esm-shim v0.1.0
Release Workflow committedApr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for b4abf23 - Browse repository at this point
Copy the full SHA b4abf23View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 38e5ff0 - Browse repository at this point
Copy the full SHA 38e5ff0View commit details -
feat(alias)!: resolve entry id (#1402)
BREAKING CHANGE: Aliased path without an importer (e.g. Rollup input) will also be resolved
1Configuration menu - View commit details
-
Copy full SHA for a0242b2 - Browse repository at this point
Copy the full SHA a0242b2View commit details -
Release Workflow committed
Apr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for abda5cf - Browse repository at this point
Copy the full SHA abda5cfView commit details -
docs(auto-install): add pnpm to package manager option (#1436)
* fix readme * docs: refine change --------- Co-authored-by: Andrew Powell <shellscape@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 7eb2fbc - Browse repository at this point
Copy the full SHA 7eb2fbcView commit details -
chore(release): auto-install v3.0.4
Release Workflow committedApr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for 65aa1cd - Browse repository at this point
Copy the full SHA 65aa1cdView commit details -
fix(node-resolve): bump is-builtin-module version, imports with a tra…
…iling slash (#1424) * Bump the version of is-builtin-module to include the fix for imports with a trailing slash * Add tests for bypassing builtin modules with a trailing slash --------- Co-authored-by: Andrew Powell <shellscape@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for aa5a994 - Browse repository at this point
Copy the full SHA aa5a994View commit details -
chore(release): node-resolve v15.0.2
Release Workflow committedApr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for 9919bf2 - Browse repository at this point
Copy the full SHA 9919bf2View commit details -
feat(typescript): write declaration files in configured directory for…
… `output.file` (#1378) * fix(typescript): Add missing types for `resolve` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> * feat(utils): Add test function `getFiles` This function returns the file names and content as rollup would write to filesystem. Emulating `handleGenerateWrite` and `writeOutputFile`. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> * fix(typescript): Fix writing declarations when `output.file` is used This fixes writing declarations into the configured `declarationDir` when configured rollup build with `output.file` instead of `output.dir`. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> * docs(typescript): Remove now unneeded documentation of non functional workaround Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> * fix: Make `generateBundle` function more self explaining Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> --------- Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1Configuration menu - View commit details
-
Copy full SHA for 96b0338 - Browse repository at this point
Copy the full SHA 96b0338View commit details -
chore(release): typescript v11.1.0
Release Workflow committedApr 4, 2023 1Configuration menu - View commit details
-
Copy full SHA for e1bb4bd - Browse repository at this point
Copy the full SHA e1bb4bdView commit details
Commits on Apr 9, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 6f0a441 - Browse repository at this point
Copy the full SHA 6f0a441View commit details -
Release Workflow committed
Apr 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 007acf1 - Browse repository at this point
Copy the full SHA 007acf1View commit details
There are no files selected for viewing