question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

base64-js@1.5.0 use const keyword:

const lookup = []

compile to es5 has error.

The keyword 'const' is reserved

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:12
  • Comments:5

github_iconTop GitHub Comments

1reaction
ferosscommented, Nov 11, 2020

Released a fix as 1.5.1

1reaction
chenfengjw163commented, Nov 11, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error - JavaScript - MDN Web Docs - Mozilla
Error objects are thrown when runtime errors occur. The Error object can also be used as a base object for user-defined exceptions.
Read more >
A custom Node.js error example of ES5 - Discover gists · GitHub
A custom Node.js error example of ES5. GitHub Gist: instantly share code, notes, and snippets.
Read more >
Error Messages in JavaScript (ES5) Form Validator control
Checkout and learn about Error Messages in JavaScript (ES5) Form ... The FormValidator provides default error messages for all default validation rules.
Read more >
Experimenting With Error Sub-Classing Using ES5 And ...
Ben Nadel experiments with creating custom Error classes (ie, sub-classing the native Error object) using TypeScript 2.1.5 with an ES5 ...
Read more >
creating custom errors with Javascript ES5 - Stack Overflow
I'm reading the following snippet from Mozilla's web docs on how to extend the builtin Error in Javascript. I'm using ES5 because I've...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found