-
#### Current problems
This is a great library. However, it still has some downsides:
- I cannot really use it in a modern TypeScript project without TypeScript yelling at me because it has no ty…
-
- Framework/Library: React
- Dev Runtime: Node.js
- Bundler: Vite
- Language: TypeScript
- Routing: React Router
- State Management:
- Styling: tailwindcss, shadcn
- HTTP Client: axios
- Unit …
-
[TypeScript 5.7](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/#path-rewriting-for-relative-paths) will support a new compilerOption called "rewriteRelativeImportExtensions"…
-
This is no type checking in JavaScript. Redesign and rewriting this library in TypeScript improves the readability and maintainability of the code.
-
## Problem
TogetherCrew uses purpose built libraries. As the number of libraries will continue to grow, it is of vital importance to ensure that our libraries use the same pipelines, structures, and …
-
---
**From the maintainer Li Haoyi**: I'm putting a 4500USD bounty on this issue, payable by bank transfer on merged PRs implementing this. [Standard bounty terms](https://github.com/orgs/com-lihao…
-
Wasn't sure if this belongs here or in https://github.com/angular/vscode-ng-language-service
### Which @angular/* package(s) are relevant/related to the feature request?
`@angular/language-service`
…
-
Typescript:
* Is more solid
* Avoid mismatches with the current typings when the library is updated.
* Will work better in Deno (#474)
-
When trying to parse [this file](https://github.com/microsoft/monaco-editor/blob/master/monaco.d.ts), quicktype trips because it does not know about e.g. DOM events (`KeyboardEvent`).
Typescript in…
-
My context: Angular application developer since v2, so I have seen various versions of rxjs etc. (but also forgot how it worked in the past).
In my applications I tend to write some custom operator…