University educator (Programming languages x Rust 🦀, prev: CS101 in C). OSS when I can!
Opinions entirely my own 🫡
they/them🏳️🌈
What an awesome project and team. The openness, speed, ✨ fast CI - definitely encouraged to contribute more!
junit reports should work a bit nicer in future!
What an awesome project and team. The openness, speed, ✨ fast CI - definitely encouraged to contribute more!
junit reports should work a bit nicer in future!
Wonder what the ts-go checker would take 🤔 will give it a try!
Wonder what the ts-go checker would take 🤔 will give it a try!
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
no-floating-promises completes 4.4k files in 3.2 seconds, in the vscode repo.
typescript-go is the future, all credits to the ts-go team! We just glued everything together 😀
github.com/microsoft/ty...
```diff, js
console.log('this should highlight js');
// and below, as diff
+ await mkdtemp(join(realpath(tmpdir()), 'foo-'));
- await mkdtemp(join(tmpdir(), 'foo-'));
```
🥺
```diff, js
console.log('this should highlight js');
// and below, as diff
+ await mkdtemp(join(realpath(tmpdir()), 'foo-'));
- await mkdtemp(join(tmpdir(), 'foo-'));
```
🥺
TS 5.8:
Total time: 3.34s
Memory used: 393215K
TS-GO:
Total time: 0.770s
Memory used: 381023K
This is from our large example with 400 routes. 4.3x faster, less memory used 🤯
TS 5.8:
Total time: 3.34s
Memory used: 393215K
TS-GO:
Total time: 0.770s
Memory used: 381023K
This is from our large example with 400 routes. 4.3x faster, less memory used 🤯
Yes, it's not rust 😄 but perhaps a well written port will create opportunities for that in future, rather than the current 70k js file 😂
That aside, I'm excited to try this with our thousands of packages and see where it lands!
devblogs.microsoft.com/typescript/t...
Yes, it's not rust 😄 but perhaps a well written port will create opportunities for that in future, rather than the current 70k js file 😂
That aside, I'm excited to try this with our thousands of packages and see where it lands!