| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please excuse the typo which caused the horribly long initial title. |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
No problem. Thanks for the fix! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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 :)`