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

[ImportResolver] Encoding Values to Avoid Separator Char #3709

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

DavidBakerEffendi
Copy link
Collaborator

@DavidBakerEffendi DavidBakerEffendi commented Oct 2, 2023

Encoding the values of the entries with base64 to avoid instances where , is in the value, causing extra pairings during parsing. Base64 mappings do not include ',' so it should be safe.

TODO: Replace this with a non-TagNode implementation.

Resolves #3701

Encoding the values of the entries to avoid instances where `,` is in the value causing extra pairings during parsing.

TODO: Replace this with a non-TagNode implementation.
@DavidBakerEffendi DavidBakerEffendi merged commit e03290a into master Oct 3, 2023
5 checks passed
@DavidBakerEffendi DavidBakerEffendi deleted the dave/js/type-rec-oob branch October 3, 2023 09:53
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.

[Bug] Index out of bound for JavascriptTypeRecovery failed
2 participants