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.

IE11 is a non-deprecated browser and has problem with arrow functions and such. meriyah is really powerful under IE11 to parse ES6 scripts, but meriyah aslo has ES6 functionalities, so is impossible to make it run under IE11.

Is there any problem to also add a es5 output along with all the dist outputs existing now? Typescript works pretty well with this option, so it should be easy to add (as long as don’t has Proxies. Is the only thing that is impossible to translate to ES5, for obvious reasons).

Some libraries output multiple files (like this one), but they also add a xxx.es5.js one, for weird people like me that have to develop things for IE11 😕

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
aladdin-addcommented, Jan 19, 2020

@Llorx just published v1.9.6, you can use:

var meriyah = require('meriyah/dist/meriyah.umd.es5.js');
0reactions
Llorxcommented, Feb 3, 2020

Woah, so fast. Is not even monday haha.

Thank you! ^^

EDIT: Tested and running under IE11. Had to add some polyfills but that’s on my side actually, and also a usual thing under IE11 so no problem with this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pdfjs-dist-es5 - npm
Generic build of Mozilla's PDF.js library.(es5-version). Latest version: 2.13.216, last published: 6 months ago. Start using pdfjs-dist-es5 ...
Read more >
io-observer-es5-dist · GitHub
Clone via HTTPS Clone with Git or checkout with SVN using the repository's web address. Learn more about clone URLs · Download ZIP....
Read more >
pdfjs-dist-es5 examples - CodeSandbox
Pdfjs Dist Es5 Examples. Learn how to use pdfjs-dist-es5 by viewing and forking example apps that make use of pdfjs-dist-es5 on CodeSandbox.
Read more >
0 - Stack Overflow
I am still running around circles of this error ./dist5/es5 and have no idea whatsoever what is this as I cannot even find...
Read more >
How to use the pts/dist/es5.Create.gridPts function in pts - Snyk
To help you get started, we've selected a few pts/dist/es5.Create.gridPts examples, based on popular ways it is used in public projects.
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