Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(en): merge rollup/master into rollup-docs-cn/master @ c44a36b4 #79

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4576ef3
[v4.0] Set minimum Node version to 18
lukastaegert Sep 18, 2023
643272e
[v4.0] Switch parser to SWC and introduce native/WASM code (#5073)
lukastaegert Sep 17, 2023
92864d4
[v4.0] Set the default of skipSelf to true (#5142)
TrickyPi Sep 18, 2023
62cbff4
[v4.0] Imporve the performance of generating ast and rollup ast nodes…
TrickyPi Sep 21, 2023
55abe0f
[v4.0] Remove deprecated features (#5143)
lukastaegert Sep 21, 2023
accd66a
[v4.0] feat: Do not watch files anymore if their content is returned …
TrickyPi Sep 24, 2023
7325320
[v4.0] Remove onwarn from normalized input options (#5147)
lukastaegert Sep 24, 2023
fda977b
[v4.0] Add parse option to allow return outside function (#5154)
lukastaegert Sep 26, 2023
0b0eabd
[v4.0] Handle empty exports (#5157)
lukastaegert Sep 26, 2023
fbc25af
[v4.0] feat: implement hashing content in Rust (#5155)
TrickyPi Sep 30, 2023
4e562e5
[v4.0] fix: also strip BOM from code strings in JS (#5164)
TrickyPi Oct 2, 2023
bfbea66
[v4.0] feat: preserve shebang in entry module for CJS and ESM outputs…
TrickyPi Oct 3, 2023
dd709c3
[v4.0] warn for invalid annotations (#5165)
lukastaegert Oct 3, 2023
cade24f
[v4.0] Ensure we support new import attribute "with" syntax (#5168)
lukastaegert Oct 5, 2023
4e8e5b4
[v4.0] Expose parser (#5169)
lukastaegert Oct 5, 2023
2f26135
4.0.0
lukastaegert Oct 5, 2023
95c2da8
Fix REPL artifacts workflow
lukastaegert Oct 6, 2023
7d88ef0
chore(deps): lock file maintenance minor/patch updates (#5172)
renovate[bot] Oct 6, 2023
4611d81
fix: ignores empty statements in class body that is returned by SWC p…
TrickyPi Oct 6, 2023
10eb5e8
Fix linux arm musl build (#5176)
lukastaegert Oct 6, 2023
fcab1f6
4.0.1
lukastaegert Oct 6, 2023
b132bd4
Handle special characters before double underscores (#5178)
lukastaegert Oct 6, 2023
3d9c833
4.0.2
lukastaegert Oct 6, 2023
8b217ce
Update migration guide for Rollup 4 (#5179)
lukastaegert Oct 7, 2023
15d321b
chore: explicitly set rust toolchain channel (#5177)
cijiugechu Oct 7, 2023
2a86412
Fix toolchain for REPL workflow
lukastaegert Oct 9, 2023
e99ff72
Resolve clippy errors (#5180)
cijiugechu Oct 9, 2023
c453664
docs: fix code example for `onLog` (#5184)
tjenkinson Oct 9, 2023
080d224
Add clippy to pipeline and fix remaining issues (#5183)
lukastaegert Oct 9, 2023
f52a2eb
Improve wording for native artifacts in migration guide (#5186)
lukastaegert Oct 10, 2023
d90f274
test: add verifyAst type (#5190)
TrickyPi Oct 11, 2023
97bffa8
Enable Renovate automerge
lukastaegert Oct 13, 2023
dddf626
Reduce workflow concurrency
lukastaegert Oct 13, 2023
4bcf4e1
chore(deps): lock file maintenance minor/patch updates (#5197)
renovate[bot] Oct 13, 2023
e2f947f
chore(deps): update dependency rollup to v4 (#5196)
renovate[bot] Oct 13, 2023
72c6639
perf: reducing ast node memory overhead (#5133)
thebanjomatic Oct 14, 2023
cb144b2
4.1.0
lukastaegert Oct 14, 2023
f3eaa28
perf: use mimalloc for bindings_napi (#5201)
sapphi-red Oct 15, 2023
d8b31a2
4.1.1
lukastaegert Oct 15, 2023
ee0639e
fix: export xxhashBase64Url from wasm (#5203)
sapphi-red Oct 15, 2023
ebd96c4
4.1.2
lukastaegert Oct 15, 2023
70f79ad
Fix publish script
lukastaegert Oct 15, 2023
c61a150
4.1.3
lukastaegert Oct 15, 2023
51c974d
perf: shrink wasm size by avoid importing browserslist (#5204)
sapphi-red Oct 15, 2023
061a038
4.1.4
lukastaegert Oct 16, 2023
c44a36b
Document Vite workaround for browser build (#5209)
curran Oct 18, 2023
793ee68
docs(en): merging all conflicts
docschina-bot Oct 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): lock file maintenance minor/patch updates (#5197)
* chore(deps): lock file maintenance minor/patch updates

* Fix types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 13, 2023
commit 4bcf4e124b534c5fe39cee12f683028f0895a635
Loading