오병진
오병진
1. the function is platform dependent 2. if you want to bind to multiple platforms, this function can be a headache. 3. when not in debug mode, it times but...
When creating a contribution or issue, it would be nice to have a place to look up the most recent STC and write test cases more easily. You can more...
``` Expr: Arrow(RArrowExpr { node_id: NodeId(355), span: Span { lo: BytePos(1894), hi: BytePos(2022), ctxt: #0 }, params: [], body: BlockStmt(RBlockStmt { node_id: NodeId(356), span: Span { lo: BytePos(1906), hi: BytePos(2022),...
```ts // @strict: true // @declaration: true function f2(x: T, y: NonNullable) { x = y; y = x; // Error let s1: string = x; // Not error, because...
```[tasklist] ### Tasks - [ ] https://github.com/dudykr/stc/issues/854 - [ ] https://github.com/dudykr/stc/issues/787 - [ ] https://github.com/dudykr/stc/issues/705 - [ ] https://github.com/dudykr/stc/issues/596 - [ ] https://github.com/dudykr/stc/issues/1056 - [ ] https://github.com/dudykr/stc/issues/1081 ```
If strictNullCheck is true ```ts class C { private p: string; } var strOrC: string | C; var c: C; // A type guard of the form typeof x ===...
```ts interface A { a: 'a'; } namespace C { interface B1 extends A { b: 'b'; c: OldDiff; } } type c1 = C.B1['c']; // 'c' | 'b' ```...
I clone this repo, but i faild because [this](https://github.com/awslabs/aws-lambda-rust-runtime/) repo is not support `master` branch
hello! This library seems to be in a very early stage. Do you happen to have any milestones or roadmap for contributors?