-
TypeScript currently doesn't transpile Unicode property escapes (of the form `\p{ID_Start}` or `\P{ASCII}`) in regular expressions.
It would be great if it did!
https://www.typescriptlang.org/pl…
-
## Search Terms
- autofill object literal
## Suggestion
It would be nice if there was a way to automatically fill in the required values of an object literal so I don't have to do it one …
-
## Search Terms
enum assignment
## Suggestion
Flip the assignment order
## Use Cases
enums
## Examples
```ts
enum Action {
foo
bar
baz
thequickbrownfoxjumpsoverth…
ghost updated
5 years ago
-
## Search Terms
## Suggestion
Generator function that yields `T` but never return should return `Generator`
```typescript
function * generator (x: T) {
while (true) yield x
}
…
-
## Search Terms
ReadonlyMap
ReadWrite
Writable
## Suggestion
3.4.0-rc introduced the ability to use readonly mapped type modifiers with arrays.
(https://devblogs.microsoft.com/typescript…
-
# Suggestion
## 🔍 Search Terms
jsdoc typedef export #43207 #23692
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in ex…
-
For this language there are 860 translated files, with 1498 TODO.
## Playground
Done: 40, TODO: 49.
- [x] [`sections.json`](https://github.com/microsoft/TypeScript-Website-Localizations/blob//s…
orta updated
10 months ago
-
For this language there are 466 translated files, with 713 TODO.
## Playground
Done: 23, TODO: 66.
- [x] [`sections.json`](https://github.com/microsoft/TypeScript-Website-Localizations/blob//se…
orta updated
10 months ago
-
(more detailed discussion at https://github.com/Azure/azure-sdk-for-js/pull/5980#discussion_r348009598)
Short summary
- the unified swagger has `"consumes" = [ "application/xml" ]` globally
- …
-
how can I make get-started run in nodejs?