FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Broken build due to import by michaelmior · Pull Request #22 · JavaScriptor/js-sql-parser · GitHub

Broken build due to import - #22

Merged
albin3 merged 1 commit into
JavaScriptor:masterfrom
michaelmior:fix-import
Jul 25, 2019
Merged

Broken build due to import#22
albin3 merged 1 commit into
JavaScriptor:masterfrom
michaelmior:fix-import

Conversation

michaelmior commented Jul 23, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

There is currently an unused import statement which ends up appearing in the built parser. With the latest release of this module, this breaks my code since import statements aren't directly supported. In general, this could be handled by preprocessing with something like Babel, but in this case, the import wasn't actually used so I just removed it.

Would be great if another release could be made after this is merged :)`

michaelmior changed the title There is currently an unused import statement which ends up appearing in the built parser. With the latest release of this module, this breaks my code since import statements aren't directly supported. In general, this could be handled by preprocessing with something like Babel, but in this case, the import wasn't actually used so I just removed it. Broken build due to import Jul 23, 2019

Copy link
Copy Markdown
Contributor Author

Please excuse the typo which caused the horribly long initial title.

albin3 merged commit 1da1a6b into JavaScriptor:master Jul 25, 2019

albin3 commented Jul 25, 2019

Copy link
Copy Markdown
Member

@michaelmior sorry for the typo.

new version: v1.1.0 has released to fix this issue.

It's probably caused by my typo when editing "travel". When I type "ti" in vscode, and it just add import { timingSafeEqual } from "crypto" in the head of the file.

Will add test case to check these case before release.

Copy link
Copy Markdown
Contributor Author

No problem. Thanks for the fix!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL