Skip to content

Fix SyntaxError when computed keys have invalid javascript identifier#468

Open
icy0307 wants to merge 1 commit intoampproject:mainfrom
icy0307:bugfix/computed_keys_with_invalid_identifier
Open

Fix SyntaxError when computed keys have invalid javascript identifier#468
icy0307 wants to merge 1 commit intoampproject:mainfrom
icy0307:bugfix/computed_keys_with_invalid_identifier

Conversation

@icy0307
Copy link
Copy Markdown

@icy0307 icy0307 commented Apr 4, 2023

When Computed property names contain invalid javascript identifiers, like '#', '!',
acron parser fails because of forgetting to preserve quotation marks.
close #465

@icy0307 icy0307 closed this Apr 4, 2023
@icy0307 icy0307 reopened this Apr 4, 2023
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


icy0307 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Unexpected character '#' , when Computed property names contain invalid javascript identifier

2 participants