amilajack / amilajack/eslint-plugin-compat
Prevent the usage of experimental API's
Aperta
enhancement
- Lingua principale
- TypeScript
- Stelle
- 3.2k
- Fork
- 115
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Detect usage of API's whose specs have not been standardized
Idea:
```js
// Assume that Atomics/Shared Memory are experimental in JS
const buffer = new SharedArrayBuffer(1024);
// ^ Error: compat/no-experimantal-apis: Unallowed use of experimental APIs
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.