-
Hi!
Firstly, thanks for your work on this project! 👋
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@hotwired/turbo@7.1.0` for the project I'm working on.…
-
#5305 added `ScopeTree::delete_root_unresolved_reference` API to delete an unresolved reference.
@Dunqing said in https://github.com/oxc-project/oxc/pull/5305#pullrequestreview-2267485901:
> Upo…
-
As of 2.0.2, ROT is compiled to es2017. This target makes it completely unusable in a Node.js (v10.14.1) application (even with `--experimental-modules` flag, as it requires .mjs file extensions).
…
-
Since `ServiceWorker` related types sit in `lib.webworker.d.ts`, `webworker` lib need to be added to `tsconfig.json`.
```json
{
"compilerOptions": {
"lib": [
"es2017",
…
-
### Description
I upgraded my project to 0.75.3. I know that newer version of react native upgrades typescript as well. I will provide our `tsconfig.json` below. This configuration was working perfec…
-
https://cdn.skypack.dev/@hotwired/turbo => https://cdn.skypack.dev/error/build:@hotwired/turbo@v8.0.0-beta.1-NQpOJtGG100FOymVpgdB
```
/*
* [Package Error] "@hotwired/turbo@v8.0.0-beta.1" could n…
-
http://2ality.com/2016/01/ecmascript-2016.html
http://2ality.com/2016/02/ecmascript-2017.html
http://2ality.com/2017/02/ecmascript-2018.html
http://2ality.com/2018/02/ecmascript-2019.html
…
-
# Bug Report
The getters/setters will become normal/plain properties if a spread assignment is used before them.
### 🔎 Search Terms
Getter, setter, spread
### 🕗 Version & Regression Inform…
-
Make promise object awaitable for consistency with ES2017 standard
lm902 updated
4 years ago
-
I was playing with updating the GlimmerX packages to use the recent 2.0.0-beta.8 release here (still on my sisyphean quest [to escape the `MonomorphicTagImpl` type error](https://github.com/glimmerjs/…