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

Exclude Flowtype bindings from original scope list. #5692

Merged

Conversation

loganfsmyth
Copy link
Contributor

Refs Issue: #5561

Summary of Changes

  • Exclude Flowtype bindings from original scope list.

Test Plan

Tell us a little a bit about how you tested your patch.

"Module",
["aConst", '"a-const"'],
"root()"
]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

} else if (
t.isImportDeclaration(node) &&
(!node.importKind || node.importKind === "value")
) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we also want a unit test for this too?

it should be simpler and would give us some quicker feedback than the mochitest, which is also helpful but less direct

@jasonLaster
Copy link
Contributor

Hmm, maybe this is legit

Screen Shot 2018-03-16 at 1.57.07 PM.png

@jasonLaster jasonLaster merged commit 0fa13a3 into firefox-devtools:master Mar 16, 2018
@loganfsmyth loganfsmyth deleted the original-scope-flowtype branch March 16, 2018 21:16
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.

None yet

2 participants