Joshua Chen
Joshua Chen
### MDN URL https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync ### What specific section or headline is this issue about? [Return value](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync#return_value) ### What information was incorrect, unhelpful, or incomplete? > A [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) that resolves to...
To be fair, I'm not entirely sure what the best practice here is😅 Under the status quo, when you try to compile a file (which will be compiled to a...
## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were...
### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....
Complained in https://github.com/typescript-eslint/typescript-eslint/pull/4901#discussion_r864456822 Take this code for example (from that PR): ```ts { code: ` class Data { member() {} } `, errors: [ { data: { constraint: 'unknown', name:...
Here are a few changes we can make in v2 (most of which @ngryman has also mentioned), roughly in order of decreasing importance: 0. Refactor the API to expose two...
I will be creating a website using Docusaurus. After that we will be deploying to GitHub pages.
Word counting is not as trivial as it seems. Most languages use spaces to separate words, but languages like Chinese and Japanese treat each character as a word, and there...
## 💬 Questions and Help Hi, I'm trying to migrate [Docusaurus](https://docusaurus.io/) from `react-loadable` to `@loadable/component`. Code-splitting is central in our architecture: every route component and its props are loaded as...