-
With the support of the new async and await feature in ES2017, I can write a function:
`async function fetchData(url) {..}`
swagger-tools doesn't support to use such an async function as a handler,…
-
https://github.com/decaffeinate/decaffeinate
-
### Long Description
With Babel set-up (#676), we are moving forward to incrementally modernize our codebase using updated syntax where helps to make more clear and robust code.
New code is expect…
-
### ⚙ Compilation target
ES2017
### ⚙ Library
lib.es5.d.ts
### Missing / Incorrect Definition
```typescript
interface Boolean {
toString(this: T): `${T}`
toString(this: Boolean): `${boole…
-
## If the maintainers of this repository think this issue is worth considering, I would like to contribute the fix for it.
# Bug Report
### 🔎 Search Terms
"capital ES" "capitalization E…
-
In principle, this should work already (eg on Edge/Chakra)
- **http://rossboucher.com/await/**
-
```bash
1chooo-com:build: Type error: Type '{ params: { slug: string; }; }' does not satisfy the constraint 'PageProps'.
1chooo-com:build: Types of property 'params' are incompatible.
1chooo-com:…
-
We're using Turbo in a Laravel Mix environment, which uses Webpack 5 in the background.
After importing and setting everything up the logic works fine, expect that the browser outputs an error tha…
-
I get a console error when I click on a link within my webpage, but if I refresh that page, the error goes away. But comes back when I click on another link to go to a different page. Here is the erro…
-
Acorn targets es2016 by default, not es2017 or later. You have to specify the version.
https://github.com/acornjs/acorn#main-parser