-
If we can get this to type check properly, we would have perfect support for boilerplate-free mixins:
``` typescript
declare function Blah(target: T): T & {foo: number}
@Blah
class Foo {
bar() {…
-
## Version **2.9.6** of **jshint** was just published.
Branch
Build failing 🚨
Dependency
jshint
Current Ver…
-
> **Note**
> If you are affected by this, please let me know in a comment.
Currently the library is transpiled with the default browserslist config which means it is transpiled to ES5.
I played…
-
Hi
I know this project is in alpha and we are at the start of the road. Right now I tried to make bun work with react-native (Hermes) but I got the following error. Hope to have react-native support …
-
# Rhino should be retired in favor of V8
## Why
Rhino has not aged well and is far behind modern JS. Rhino was considered "obsolete" in 2015 see: https://github.com/kangax/compat-table/pull/409. Thi…
-
Hi
When a test case fails, the 'actual' and 'expected' values gets logged to screen. When these values are objects with many properties/functions on their prototype chains, the logged text gets hug…
-
When I include this plugin in my esdoc config - build fails with an error: `TypeError: Class constructor DocBuilder cannot be invoked without 'new'`
Anyway, I've pulled the repo locally, installed …
-
# Bug Report
### 🔎 Search Terms
decorator private field syntax error
### 🕗 Version & Regression Information
- This is the behavior in every version I tried
### ⏯ Playground Link
[Pla…
-
I think this is separate from https://github.com/hypothesis/product-backlog/issues/414, as #414 refers to _writing_ math expressions in our text editor, whereas this issue is regarding highlighting ma…
-
TypeScript’s JavaScript code must in some aspects be treated differently than Ceylon’s JavaScript code, which means that the JS backend will need to support another calling convention, type treatment,…