-
In `polyfill.js`, observe line 30: https://github.com/stefanpenner/es6-promise/blob/master/lib/es6-promise/polyfill.js#L30
As I understand it, if a Promise implementation is found on the global obj…
-
1. In the ES2018 spec (PDF), there is a "Table of contents" to navigate in the PDF quickly
![image](https://user-images.githubusercontent.com/5390719/76701589-8574ba00-66fd-11ea-99be-30e325736091.p…
-
---
due: 2021-11-18
---
- Site: [http://preview.owasp-juice.shop](http://preview.owasp-juice.shop)
- Site: [https://preview.owasp-juice.shop](https://preview.owasp-juice.shop)
**…
-
tsconfig.json
```
"lib": ["es2015", "es2017", "dom", "es2018.intl", "esnext.intl"],
```
typings.d.ts
```typescript
// Extend typings
import { IntlShape } from 'react-intl';
dec…
-
using
* react 16.2
* es2018
```
ReferenceError: window is not defined
at Object.set (/[somedir]//node_modules/react-popout-component/lib/globalContext.js:6:5)
at Object. (/[somedir]/node_mo…
-
```ts
declare function delay(n: number): Promise;
async function foo() {
delay().then(x => delay(400)).then(x => delay(400)).finally(x => console.log(x));
}
```
-
**Describe Your Problem:**
Is there any support for Android ?
**Logs:**
```
➜ homebridge-gree-air-conditioner git:(master) ✗ npm run watch
> homebridge-gree-air-conditioner@1.5.1 wat…
-
Hi, I've tried to set up this library following the instructions, but on page load I get an error:
index.ts:43 Uncaught TypeError: this.defaultContainer is not a function
at AlpineToast2 (inde…
-
### Describe the bug
I understand that `preserveAllComments` follow a heuristic but it seems quite wrong in this case and leads to some weird behavior in our application that relies on comments to be…
-
(Only placeholder for now. More TBD)
What goes into this release? New ES2018 syntax support:
- [ ] #1587 Revised template literal
- [x] #1588 Object rest/spread properties
- [x] #1728 Dynamic i…
ariya updated
3 years ago