-
https://github.com/tc39/proposal-template-literal-revision is stage 4. **tagged** template literals should be allowed to have invalid escape sequences like
```
latex`\unicode{blah}`
```
see ht…
mroch updated
6 years ago
-
### Steps to reproduce
1. Clone https://github.com/FreeTubeApp/FreeTube
2. Install youtubei.js from git:
"youtubei.js": "git+https://github.com/LuanRT/YouTube.js.git"
3. Run `yarn` to install…
-
When following the instructions for using axios here https://github.com/ferdikoomen/openapi-typescript-codegen/blob/HEAD/docs/axios-support.md
I get the following error when compiling. I'm not f…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
### Describe the bug
Just by adding the following lines in my new Angula…
-
**Describe the bug**
Not sure if this goes here, but I figured I'd give it a shot and see what you think of the issue (since your documentation does mention Angular compatibility).
In the last ver…
-
Just getting started with bit and was trying to setup angular env, every time I try to install I end with version 0.1.9 which is not working for me.
```
bit import bit.envs/angular --compiler
…
-
**Jodit Version:** 4.2.37
**Browser:*Chrome*
**OS:*Mac*
**Is React App:*True*
**Reproduced on xdsoft.net:*False*
**Code**
```js
import { useEffect, useRef } from 'react';
im…
-
With version 3.0 added support for ES2015 promises to Deferred object, do you plan adding ES2018 [`Promise.prototype.finally`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_…
-
Hi,
On building this package with rollup, I got errors below,
```
+ rollup -c
src/polyfill.ts → dist/polyfill.js, dist/polyfill.mjs...
(!) Circula…
-
https://kangax.github.io/compat-table/es5/#test-Array_methods_Array.prototype.sort:_compareFn_must_be_function_or_undefined
This test has nothing to do with ES5. It’s a formerly undefined behavior …