Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Fix computed member expressions#5655

Merged
bomsy merged 5 commits into
firefox-devtools:masterfrom
bomsy:computed-expr
Mar 13, 2018
Merged

Fix computed member expressions#5655
bomsy merged 5 commits into
firefox-devtools:masterfrom
bomsy:computed-expr

Conversation

@bomsy

@bomsy bomsy commented Mar 11, 2018

Copy link
Copy Markdown
Contributor

Fixes Issue: #5378

Summary of Changes

  • Added a new isComputedExpression util to check if an expression string is computed or not.
  • using extra.raw instead of .valueadds the quotes for string literals so that we do not need to try to handle that.

@jasonLaster

Copy link
Copy Markdown
Contributor

Looks good. Just some flow noise

@bomsy bomsy merged commit d4aae99 into firefox-devtools:master Mar 13, 2018
jasonLaster pushed a commit to jasonLaster/debugger.html that referenced this pull request Mar 16, 2018
* Fix computed member expressions

* add more fixtures for computed properties

* tweaks

* fix flow issues
juliandescottes pushed a commit that referenced this pull request Apr 4, 2018
* Fix computed member expressions

* add more fixtures for computed properties

* tweaks

* fix flow issues
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants