Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dudykr/stc
Speedy TypeScript type checker
https://github.com/dudykr/stc
- `CondExpr`: Respect type annotation.
- `infer_type`: Prevent stack overflow.
- `assign`: Allow...
- Allow assigning `undefined` to optional properties if we are checking castability.
- Generaliz...
- Implement declaration merging.
- Allow interfaces to extend a class.
- Preserve type parameter...
- Reduce size of `rnode::NodeId`.
- Don't store `null` or `undefined` as an actual type.
- De...
- Configure ci.
- Update rustc.
- Make declaring_fn check for parent scopes.
- Support object rest pattern partially.
- Allow en...
- `expand`: Handle `A.B.C`.
- Allow assigning to a variable with any type.
- Allow declaring var...
- Remove `ClassInstance`.
- Add `ClassDef`.
- Instantiate class within type annotations of a var...
- Don't expand params and return types while validating assignment expressions.
- Report error i...
- Unbox types and errors.
- Disable logging on release builds.
- Use static assertion to check size of types.
- Reduce size of `Key`.
- Add metadata to `TypeLi...
- Add `Error::AssignOfUnionFailed`.
- Support calling functions with new.
- Support calling t...
stc_ts_file_analyzer:
- Evaluate call / new twice.
- Don't remove type params if required.
- ...
stc_file_analyzer:
- Report error for implicit anys.
- Track if a function has return type.
-...
stc_ts_file_analyzer:
- Treat `test` of an if statement as condition.
- Disallow narrowing `an...
stc_ts_file_analyzer:
- Convert more type to type literals.
- Add constructor - constructor ty...
stc_ts_file_analyzer:
- Report error for invalid template literal in enum initializer.
- Valid...
stc_ts_errors:
- Compact debug impl for `DebugContext`.
stc_ts_types:
- Add accessibility to ...
stc_ts_errors:
- Reduce the size of `Error` to 128 bytes from 400+ bytes.
- Add tests for size...
22cc2f9afa9db65297d5e888203fd6ab7c659564 authored about 2 years ago by 강동윤 <[email protected]>
70192ae7d95d8484b1b806bdd2869c510c06abf5 authored about 2 years ago by 강동윤 <[email protected]>
- Visual testing for types.
- System to use official typescript test suite.
Note: These are ...
3e8433583b6f02e1010faacf2e3c415680fb210f authored about 2 years ago by 강동윤 <[email protected]>005baa6a781155d0c31796b8d7171b7d8253c9a5 authored about 2 years ago by 강동윤 <[email protected]>
- Now information related to `.d.ts` generations are stored in `Mutations`, and it is applied af...
45d988548e3748b995878ba1fe384dd4be2320f4 authored about 2 years ago by 강동윤 <[email protected]>946b3079370c4478932b3a23be6c7d5dc41e6962 authored about 2 years ago by 강동윤 <[email protected]>
049204bcfcbabe9d00310f704ae70b3140233ca8 authored about 2 years ago by 강동윤 <[email protected]>
c80e8cf2228f6b99cf5da0da155c7f207f4ae75d authored about 2 years ago by 강동윤 <[email protected]>
1cf99370c44cad4db3c62bc296767722f77e1461 authored about 2 years ago by 강동윤 <[email protected]>
29fd0bad01bd11fa693b57f2e5ca96b915a294fb authored about 2 years ago by 강동윤 <[email protected]>