Remove toml j0.4 and use Polyscript TOML parser#2442
Merged
WebReflection merged 3 commits intopyscript:mainfrom Feb 3, 2026
Merged
Remove toml j0.4 and use Polyscript TOML parser#2442WebReflection merged 3 commits intopyscript:mainfrom
WebReflection merged 3 commits intopyscript:mainfrom
Conversation
ntoll
approved these changes
Jan 27, 2026
Member
|
Pending the changes we discussed. |
fa6f598 to
c0ac14d
Compare
edd2ebb to
a6248c8
Compare
Contributor
Author
|
published on npm as:
|
91d87e6 to
8fbf34e
Compare
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.
Description
This MR brings in the latest polyscript with its ability to understand a
config-parserattribute from the main thread and use it whenever it's desired instead of its "native" basic-toml parser.The parser specified on main will propagate out of the box to workers too, which is why there are manual tests around that.
Changes
Checklist
make buildworks locally.