-
Notifications
You must be signed in to change notification settings - Fork 41
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 @ 5d8019b9 #130
Closed
Conversation
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
* docs: add `@shikiji/vitepress-twoslash` * docs: add prettier-ignore where needed * docs: fix output.format Co-authored-by: Lukas Taegert-Atkinson <[email protected]> * docs: fix format --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
* feat: support using keyword * Tweak test, update swc_ecma_parser version * Detect 'using' in VariableDeclaration
* feat: show all cause in Error * test: sample to test stderr cause * Add indentation --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): lock file maintenance minor/patch updates Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Do not inline attributes to reduce complexity * If the reference of a list is 0, treat it as an empty list * Extend zero logic to stateful lists * Inline reference position update into string conversions * Unify how flags are added * Lint imports
The NodeJS architecture is ppc64 See also https://nodejs.org/api/process.html#processarch
* Start working on architecture docs * Extend documentation * Extend documentation * Extend documentation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): lock file maintenance minor/patch updates Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency eslint-plugin-unicorn to v52 * Fix linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
…t helpers (#5466) * Add test * Use better variable name * Ensure reexported namespaces do not prevent creation of default export helpers
* Add linux arm musl build * Use strip = true in Cargo.toml instead
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Try adding initial config for ppc64le * Comment out any parts of the pipeline we are not working on * Try to install NodeJS and attempt a bootstrap build * Move smoke test to separate step with longer timeout * Add additional targets to smoke tests Also install latest node version * Try wget over curl * Separate build for Alpine * Add logging * Fix Rollup installation * Use correct path for native artifact * Install plugin * Correctly hand over js artifact * Make binary executable * Enable caching * Add missing types * Also install rollup * Display versions after nvm * Add more logging * Install all dependencies after all * Fix bashrc path * Run nvm during run script * Also add git * Try apt-get again * Re-introduce optional nvm * Fix nvm install * Go back to previous way of installing nvm * Unskip most things and add test that hopefully fails * Add safe directory to silence warning * Install dependencies in smoke tests and build JS locally
* Add ImportAttributesKey to choose keyword ("with" | "assert") * Revert settings.json change * Added documentation for importAttributesKey * Revert wasm bindings * Fix lint issue * Remove space * Revert bindings_wasm_bg.wasm.d.ts * Revert test/form/index.js --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
* feat: improve tree-shaking by propagate const parameter * fix: update old tests (for tree-shaking const param) * test: add test for tree-shaking by propagate const parameter * feat&perf: support object param * style: update coverage * test: update tree-shake-literal-parameter * test: update tree-shake top export * refactor: tree-shaking-literal * fix: test indent * perf: remove same object SPJ getObjectEntity is private, so we can't judge if two object are the same * refactor: support iife * test: tree-shake literal iife * fix: args but not callee should not be optimized * refactor: some logic to function base with comment * feat&perf: support implicitly undefined * test: tree-shake literal conditional * feat: integrate with optimizeCache * test: fix * feat: function argument side effect * style: revert export default change since deoptimizePath will detect * feat: support foo(bar);foo(bar); * test: add more side-effect and top-level test * 4.13.2 * test: add export default test * refactor FunctionParameterState and remove initalization * refactor IIFE * feat: support export default anonymous * fix: nested namespace tracking * feat: support define then export default * performance * refactor: UNKNOWN_EXPRESSION * refactor: reduce complexity * fix: export default function foo and foo called from same mod * style: NodeType * style: remove counter * perf: cache onlyfunctioncall result * style&perf: remove args slice * perf: export default variable * perf: export default variable * style: small updates: naming, private... * perf: LogicalExpression deoptimize cache * style: remove a condition which is always true * style: add protected * style: remove a condition which is always true * style: remove a condition * refactor: lazy bind variable * fix: refresh cache if isReassigned change for ParameterVariable * fix: make sure deoptimize give a final state * style: make coverage more happy --------- Co-authored-by: Lukas Taegert-Atkinson <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
… (#5481) * fix: conditional/logical expression should request a new tree-shaking * perf: rarely expressionsToBeDeoptimized.length > 0, so move it outside
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❌ Deploy Preview for relaxed-alfajores-47dd1b failed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
此 PR 自动生成。
合并 rollup/rollup 的修改至本仓库(@ 5d8019b)
以下文件存在冲突,可能需要重新翻译:
请解决所有冲突后提交到此 pull request,可直接在 Github 修改、切换到 sync-5d8019b9 分支进行修改或者使用 Github Desktop 拉取此 pr 修改并提交。
禁止使用 Squash Merge 来合并此 Pull Request!
使用该操作会导致上游仓库的内容丢失,并致使下一次合并产生冲突。