Rebase Vite/Vitest tooling onto deps-update stack#106
Open
OBrezhniev wants to merge 3 commits into
Open
Conversation
Rollup -> Vite (build/main.cjs unchanged in shape), Mocha -> Vitest, flat eslint.config.js with vitest globals, add CI workflow. Ports the tooling from feat/esm-migration onto our dependency-update branch, keeping our git+https pin and audit overrides. 3 tests pass; CJS require target verified.
Member
Author
|
ESM-rebase set — the tooling migration re-applied on top of our optimization stack (rather than replaying the branches), so the MSM/CIOS/memory work is preserved. Review together:
Deviations from feat/esm-migration are called out in each PR body (e.g. binfileutils MAX_BUFFER_SIZE, snarkjs IIFE/bfj, mnt6753 excluded, smart_contracts test deferred). All branches keep git+https commit-ref pins; re-pin if a branch moves. |
This file contains hidden or 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
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.
Rebase tooling migration onto our deps/prover stack (Vite + Vitest)
Applies the
feat/esm-migrationbuild/test tooling on top of ourfeature/deps-updatework instead of replaying it, so nothing we shippedis lost. Target: merge this into
feat/esm-migration.build/main.cjsunchanged in shape), Mocha → Vitest,flat
eslint.config.js(with vitest globals), CI workflow.overrides (serialize-javascript / diff). Local dev uses an uncommitted
file:../ffjavascriptoverride.Validation: lint clean, 3 tests pass, CJS
requiretarget verified.