-
Hello,
does this refactoring tool support ecma script 7? I know rtags (great btw) supports c++11, so I'm curious whether its "little brother" aims for latest version of language, too.
Vin77 updated
8 years ago
-
-
This is a follow up on https://github.com/mobxjs/mobx/issues/2339
but to summarize, with the introduction of the `accessor` keyword introduced in TS 4.9, how will Mobx behave with ECMA private fields…
-
We have a number of additions and deletions to the ECMA-402 text. These need to be "rebased" onto the latest 2023 edition of ECMA-402, when it lands.
-
I must apologise that my PR for issue #25 inadvertently dropped the check for the BEL string terminator. This came to my attention when working in Apple Terminal in MacOS.
This started me looking m…
-
```
import steps from "./steps";
import { TourProvider } from "@reactour/tour";
```
i haven't done any code yet, i am just importing the package and on that i am facing the error below.
i have t…
-
The ECMA-335 specification is currently only available in PDF format. Other specifications from Microsoft, like the C# language specification, are available in Markdown format. Is there a plan to publ…
-
```
Disclaimer: I know V8 does not support E4X and has no intention of adding it.
Users of E4X who target Firefox/Spidermonkey are still users of Javascript and
can benefit from tools which exist fo…
-
jsparser fails at the following location:
```js
...;else function openbox(){...
```
In the ES2022 grammar, `Statement` doesn't cover `FunctionDeclaration` and `ExpressionStatement` doesn't con…
-
For ECMA-402 compat, ICU4X should provide support for the `notation: "scientific"` in ECMA-402.