-
I used different ways to use spacebar key but none seem to be working:
browser.keys("\uE00D");
browser.keys("\ue00d");
browser.keys(" ");
My tsconfig.json:
`{
"compileOnSave": false,
…
-
Test Environment:
Apple M1 macbook air, 2020 (ventura 13.3.1)
node module
name : es5-ext
node js
version : v18.16.0
2023_09_26
이동하 ( Lee Dong Ha of ZeroPointer Lab )
강성현 ( k…
-
## 🚀 Feature Proposal
Jest is working on supporting ESM https://github.com/facebook/jest/issues/9430 . We should consider lift up the hardcoded `target: commonjs` at some points.
Related discuss…
-
Asynchronous iterators and generators (aka `await for ... of`) are available as part of ES2018.
How can I use it in a react-native app? Currently there is no metro support for them.
Example:
``` …
-
My node API compilation fails while building using tsc. Getting 29 type errors in types.d.ts.
As mentioned in #834 and #841 I tried adding the "skipLibCheck": true and "lib": ["DOM"] flag to my tsc…
-
### Summary
dashboard-frontend typescript target is "ES2018". but I found the "**Obejct.fromEntries**" function in codes even if it was released ES2019 edition (https://262.ecma-international.org/1…
-
### Describe the bug
there's no core-js module `es.symbol.async-dispose` but `esnext.symbol.async-dispose`
maybe also have others with wrong path
### Input code
```typescript
Symbol…
-
I got this `tsremote-mf-decl.d.ts` file where i declare the remote modules.
```
declare module "SETTINGSMICRO/settingsView" {
import {VFC} from 'react'
import {IUserData} from '../../redux…
-
## Version
Using the latest versions for everything:
```
"marko": "^5.32.2"
"@marko/run": "^0.4.0",
"@marko/type-check": "^1.0.7",
"typescript": "^5.3.3"
```
```
// tsconfig.json
{
…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…