Skip to content
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

Editorial: Declare "JSON Serialization Record" #2741

Merged
merged 1 commit into from
Apr 28, 2022
Merged

Conversation

jmdyck
Copy link
Collaborator

@jmdyck jmdyck commented Apr 16, 2022

Currently, JSON.stringify creates a Record without a named schema, and that gets passed to the _state_ parameter (of type 'unknown') of the various SerializeJSONFoo operations. Instead, declare the JSON Serialization Record schema for this purpose.

@michaelficarra michaelficarra added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Apr 27, 2022
@jmdyck
Copy link
Collaborator Author

jmdyck commented Apr 28, 2022

(force-pushed to squash in the fixup commit)

@ljharb ljharb merged commit 714fa3d into tc39:main Apr 28, 2022
@jmdyck jmdyck deleted the JSON_Record branch April 28, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants