editorial: add note about parsing#463
Merged
leobalter merged 2 commits intotc39:masterfrom Jul 2, 2020
Merged
Conversation
Add a brief note to the specification about the reason for non-existence of parsing functionality. Fixes: tc39#424
Contributor
|
Neither ECMA-402 nor ECMA-262 directly address the reader ("you"), so the style for this note feels a bit unusual. |
ljharb
reviewed
Jun 22, 2020
leobalter
requested changes
Jun 22, 2020
Member
leobalter
left a comment
There was a problem hiding this comment.
as pointed out by @ljharb.
@ryzokuken I'd like your input in the proposed change before merging.
Thanks for this addition!
Member
|
Let's see how it works using the PR tooling from GitHub... |
Co-authored-by: Jordan Harband <ljharb@gmail.com>
Member
Author
|
Sorry @leobalter that you had to fix this up. I'd been planning to do it today 😅 Thanks! |
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.
Add a brief note to the specification about the reason for non-existence
of parsing functionality.
Fixes: #424
/cc @sffc @littledan