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

feat: typescript version up 4.3.5 -> 5.1.3

sunrabbit123 opened this pull request about 1 year ago
feat: Remove extra error at `interfaceExtendsObjectIntersectionErrors`

sunrabbit123 opened this pull request about 1 year ago
feat: implement ambient comment

sunrabbit123 opened this issue about 1 year ago
Project is officially abandoned

gajus opened this issue about 1 year ago
[WIP] feat: implement ambient comment

sunrabbit123 opened this pull request about 1 year ago
fix: Import local type from module and namespace

sunrabbit123 opened this pull request about 1 year ago
fix: Handle `module-not-found` error occurred while preparing module

sunrabbit123 opened this pull request about 1 year ago
chore: replace scripts with xtask pattern

simonbuchan opened this pull request about 1 year ago
chore: Update rust-toolchain to nightly-2023-10-04

simonbuchan opened this pull request about 1 year ago
fix: access_property return type should freezing

sunrabbit123 opened this pull request about 1 year ago
feat: resolve privateNameAndPropertySignature.ts

sunrabbit123 opened this pull request about 1 year ago
Panic: `controlFlowIterationErrorsAsync.ts`(duplicate span)

sunrabbit123 opened this issue about 1 year ago
refactor: Split `analyzer/types/mod.rs`

sunrabbit123 opened this pull request over 1 year ago
Requires an actual type operation.(2322 extra error)

sunrabbit123 opened this issue over 1 year ago
feat: resolve panic cause by importMeta type

sunrabbit123 opened this pull request over 1 year ago
fix: Resolve panic about module not found with `es5`

sunrabbit123 opened this pull request over 1 year ago
fix: Fix parsing of numeric literals like `0x9E`

sunrabbit123 opened this pull request over 1 year ago
feat: Remove panic when `main_source` contains reference comment

sunrabbit123 opened this pull request over 1 year ago
refactor: Collect use of `std::time::Instant` into dedicated timer module

AcrylicShrimp opened this pull request over 1 year ago
feat: Improve optional chaining validation

sunrabbit123 opened this pull request over 1 year ago
chore(ci): Configure Wasm build pipeline

kdy1 opened this pull request over 1 year ago
feat: (PoC) impl wasm support for playground.

AcrylicShrimp opened this pull request over 1 year ago
Timer logging should be switched to a flag.

sunrabbit123 opened this issue over 1 year ago
refactor: Remove duplicate code

sunrabbit123 opened this pull request over 1 year ago
refactor: Use `Type::xx` as constructor for readability

sunrabbit123 opened this pull request over 1 year ago
refactor: Reduce unused code

sunrabbit123 opened this pull request over 1 year ago
feat: Implement error emission about existing file

sunrabbit123 opened this pull request over 1 year ago
Feat: Implement CannotBeUsedToIndexType error

sunrabbit123 opened this pull request over 1 year ago
[Meta] Unassigned gfi(good first issue)

sunrabbit123 opened this issue over 1 year ago
feat: Union the type of an optional property of a mapped type with `undefined`

sunrabbit123 opened this pull request over 1 year ago
feat: Support accessing nom primitive constraint of an empty object

sunrabbit123 opened this pull request over 1 year ago
Fix: add assign feature about indexed access type

sunrabbit123 opened this pull request over 1 year ago
fix: Fix panic from `parse().unwrap()` at generic inference

sunrabbit123 opened this pull request over 1 year ago
test: Support more directives in file analyzer testing system

sunrabbit123 opened this pull request over 1 year ago
test: Update `conformance` test error message format

sunrabbit123 opened this pull request over 1 year ago
feat: Implement property access about non-primitive constraints of IAT

sunrabbit123 opened this pull request over 1 year ago
refactor: Create `Type::get_any_key_type`

sunrabbit123 opened this pull request over 1 year ago
feat: Support more `keyof` for `IndexedAccessType`s

sunrabbit123 opened this pull request over 1 year ago
test: Handle `.` in conformance test resolver

togami2864 opened this pull request over 1 year ago
[to do] implement type param indexing

sunrabbit123 opened this issue over 1 year ago
Feat: Implement this type in method parameter

sunrabbit123 opened this pull request over 1 year ago
Feat: implement keyof about Enum

sunrabbit123 opened this pull request over 1 year ago
Feat: not implement keyof this

sunrabbit123 opened this pull request over 1 year ago
fix: missing conformance.pass property

sunrabbit123 opened this pull request over 1 year ago
chore(ci): Enable publish action for more branches

kdy1 opened this pull request over 1 year ago
Source of data

rluvaton opened this issue over 1 year ago
feat: Validate inferred generic types

sunrabbit123 opened this pull request over 1 year ago
fix stmt ordering

padorang684 opened this pull request over 1 year ago
Feat: Implement Readonly Error At intersection type

sunrabbit123 opened this pull request over 1 year ago
fix: numeric strings to tpl bigint type

awareness481 opened this pull request over 1 year ago
fix: consider tpl with no types as string

awareness481 opened this pull request over 1 year ago
feat: Handle assignment of a template literal to a number

awareness481 opened this pull request over 1 year ago
fix: "false" | "true" when bool tpl

awareness481 opened this pull request over 1 year ago
Split `Storage` into `TypeStore` and `ErrorStore`

kdy1 opened this issue over 1 year ago
refactor: Use `&self` instead of `&mut` when possible

kdy1 opened this pull request over 1 year ago
refactor: Rename options of `access_property`

kdy1 opened this pull request over 1 year ago
Feature(analyzer): implement readonly error at intersection

sunrabbit123 opened this pull request over 1 year ago
feat: Relate rest parameters correctly

kdy1 opened this pull request over 1 year ago
chore: Remove issue sync script

kdy1 opened this pull request over 1 year ago
test: Migrate `errors` test to `tsc` tests

kdy1 opened this pull request over 1 year ago
Preliminary benchmarks

achung89 opened this issue over 1 year ago
feat: Report more errors for wrong class inheritance

kdy1 opened this pull request over 1 year ago
feat: Normalize more error codes

kdy1 opened this pull request over 1 year ago
feat: Improve error reporting for wrong interface inheritance

kdy1 opened this pull request over 1 year ago
feat: Implement assignment rules for accessibility

kdy1 opened this pull request over 1 year ago
chore: Update `rustc` to `nightly-2023-05-25`

kdy1 opened this pull request over 1 year ago
chore(ci): Create Wasm publish action for playground

kdy1 opened this pull request over 1 year ago
Feat: fix recursive panic

sunrabbit123 opened this pull request over 1 year ago
feat: Implement more assignment rules

kdy1 opened this pull request over 1 year ago
perf: Partially revert #1011

kdy1 opened this pull request over 1 year ago
feat: Improve inference of a function argument with a literal type

sunrabbit123 opened this pull request over 1 year ago
feat: Implement assignment rules for parameter count

kdy1 opened this pull request over 1 year ago
perf: Make `check.sh` fast again

kdy1 opened this pull request over 1 year ago
feat: Improve inference of function arguments

sunrabbit123 opened this pull request over 1 year ago
refactor: Remove needless generalization in call/new

sunrabbit123 opened this pull request over 1 year ago
feat: Improve `extends` of `readonly` types

sunrabbit123 opened this pull request over 1 year ago
test: Allow testing type aliases with `pass` testing

kdy1 opened this pull request over 1 year ago
Would you be willing to provide an STC playground?

sunrabbit123 opened this issue over 1 year ago
feat(ts/analyzer): support `noUncheckedIndexedAccess`

togami2864 opened this pull request over 1 year ago
fix: Fix type inference with type annotations

kdy1 opened this pull request over 1 year ago
refactor: Cleanup

kdy1 opened this pull request over 1 year ago
feat: Handle variadic tuples

kdy1 opened this pull request over 1 year ago
feat: Improve overload resolution related to a type parameter

kdy1 opened this pull request over 1 year ago
fix: Fix regression related to constraints of type inferences

kdy1 opened this pull request over 1 year ago
fix: Make type inference of conditional types not flaky

kdy1 opened this pull request over 1 year ago
chore(ci): Remove a flaky test

kdy1 opened this pull request over 1 year ago
Feature(Analayzer): Fix type infer

sunrabbit123 opened this pull request over 1 year ago
Feature(analyzer): Implement typeparam validation

sunrabbit123 opened this pull request over 1 year ago
fix: Fix `keyof` of tuple types

kdy1 opened this pull request over 1 year ago
test: Remove context from error snapshots

kdy1 opened this pull request over 1 year ago
Tsc tpl

awareness481 opened this pull request over 1 year ago
feat(lsp): Dump type on hover

kdy1 opened this pull request over 1 year ago
test: Render errors for `base/errors` tests

kdy1 opened this pull request over 1 year ago
fix typo in `build` script error message

DetachHead opened this pull request over 1 year ago
handle boolean inside template literal as union

awareness481 opened this pull request over 1 year ago