Dev - #4
Merged
Merged
Conversation
- Port SmartBuffer's start()/flush() message-framing pattern to FlexyBuffer - Enforce maxLength exactly instead of rounding it up to the page size - Fix writeInt8() to return bytes written, consistent with the other write methods - Fix writeString() advancing the position by fewer bytes than it wrote at non-zero positions, which let a subsequent write clobber the string's tail - Add BufferReader test coverage and complete TSDoc across both classes - Add docs/api.md and trim README.md down to point at it
- Replace the dual cjs/esm build with one tsc pass into build/ (single tsconfig-build.json extending the shared tsconfig-base/build presets) - Remove tsconfig-build-esm.json and support/package.cjs.json/package.esm.json, no longer needed by the single-build pipeline - Simplify package.json exports/module/types to point at build/index.js and build/index.d.ts directly, drop the now-unused main/files fields - Rewrite support/postbuild.cjs to write the trimmed package.json, copy README/LICENSE, and patch the version into build/constants.js when present - Fix clean:build (renamed from clean:dist) so it still clears coverage, and fix clean's reference to it - Fix the package.json repository URL, which pointed at valgen - Pin the CI test job to Europe/Istanbul for consistent date-based test runs
Coverage Report for CI Build 34688753614Warning No base build found for commit Coverage: 81.36%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
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.
No description provided.