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

Implements compilation of string literal keys #462

Merged

Conversation

TobiasWienand
Copy link
Contributor

Currently we support only this:

const obj = { a : 1 };

This is not supported:

const obj = { "a" : 1 };

Even though it is the same thing, just with a different representation. See this:
https://www.reddit.com/r/typescript/comments/1ac7b68/in_javascript_object_keysproperties_are_strings/?rdt=50433

@saelo saelo merged commit d6f77d7 into googleprojectzero:main Nov 13, 2024
2 of 3 checks passed
@saelo
Copy link
Collaborator

saelo commented Nov 13, 2024

Ah very nice, thanks!

parthdt pushed a commit to parthdt/fuzzilli that referenced this pull request Dec 14, 2024
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.

2 participants