Adopt JacoDB native TypeScript frontend in USVM - #344
Merged
Conversation
CaelmBleidd
commented
Aug 22, 2026
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.
Summary
.tssources and pin the published JacoDBneoartifact9ea33879c9.-PuseLocalJacodb[=<path>], so JacoDB frontend changes can be tested before a new remote artifact is available.ci-tsby pinning@types/node@18before installation; its bundled TypeScript 4.9 cannot parse the latest floating Node declarations.Number, includingNumber()returning0;instanceofalternatives and run the type guesser to a fixed point;numbervalues.Architectural boundary
JacoDB preserves TypeScript declarations and structural types. It does not choose which overload is executable. Runtime overload selection and state-forking policy remain in USVM.
Verification
The final integration test uses the JacoDB artifact published by JitPack, with no local composite substitution:
Result:
BUILD SUCCESSFUL(28 actionable tasks). This verifies both remote dependency resolution and the native frontend integration.Detekt was also run under JDK 21 while developing the migration:
Result:
BUILD SUCCESSFUL; no new warnings remain in the overload or number-formatting changes.The CI ArkAnalyzer bootstrap was reproduced from a clean
neo/2025-09-03clone with the same manifest pin;npm installandnpm run buildboth completed successfully.JacoDB PR UnitTestBot/jacodb#363 is merged into
neo. JitPack reports merge commit9ea33879c9as successfully published, and itsjacodb-etsJAR contains the bundled TypeScript frontend runtime.