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

ScanForImports - TypeError: Cannot read property 'replace' of undefined #29

Closed
pcmaffey opened this issue Sep 29, 2018 · 1 comment
Closed

Comments

@pcmaffey
Copy link

pcmaffey commented Sep 29, 2018

Running scanForImports.js

Line 57
Changing

name: trimImport(getImports(statement + ')')[0]),

to

name: trimImport(`${getImports(statement + ')')[0]}`),

fixes it.

@theKashey
Copy link
Owner

Could you provide some code to reprocess? I have to create a test for this case.

@theKashey theKashey mentioned this issue Oct 2, 2018
Merged
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

No branches or pull requests

2 participants