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

Content string data (stub) #548

Draft
wants to merge 5 commits into
base: preview
Choose a base branch
from
Draft

Content string data (stub) #548

wants to merge 5 commits into from

Conversation

towerofnix
Copy link
Member

Woah!! This PR ain't even kinda filled out yet! This is work we did on July 23. Who knows what state it was left in!

The main goal here is to avoid unnecessarily accessing the actual
complete source text within content code. In most circumstances,
this also avoids access to a node's `i` and `iEnd` properties.
On occasion it really is necessary to access the raw string value
for any given content text. This makes that an intrinsic property
of parseInput's node list, so it doesn't need to be tracked or
accessed separately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant