-
-
Notifications
You must be signed in to change notification settings - Fork 87
feat: support deno and modern chromium #141
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
Conversation
PTAL @sindresorhus |
Deno supports Node.js packages. We are not going to add lots of custom code for Deno. |
As for the Firefox support, can you link to a source that documents the support for ANSI escapes? |
It really doesn't support ANSI, which I was wrong about. I will fix it. |
You should open an issue on Deno about that. This sounds like a bug in the polyfill. |
I'm not sure if this is a bug, but I can sure that introducing polyfill slows down startup. |
denoland/deno#16848 (comment) |
Not a huge fan of this. For years javascript standards have diverged creating hell on earth for package maintainers. This seems to be multiplicative maintenance overhead... |
I will open a PR later to rework it. I believe we can solve this problem. |
See #142 |
No description provided.