Skip to content

Provide Imports and Require variable names#6

Open
F1LT3R wants to merge 6 commits into
egoist:masterfrom
F1LT3R:master
Open

Provide Imports and Require variable names#6
F1LT3R wants to merge 6 commits into
egoist:masterfrom
F1LT3R:master

Conversation

@F1LT3R

@F1LT3R F1LT3R commented May 31, 2019

Copy link
Copy Markdown

Added ability to get names of imports:

import {foo, bar, qux as fizz} from 'baz'

..yeilds...

 result = {
  expressions: [],
  strings: ['baz'],
  imports: {
    baz: ['foo', 'bar', 'qux']
  }
}

... and so-on.

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.

1 participant