Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/DanielXMoore/Civet

A TypeScript superset that favors more types and less typing
https://github.com/DanielXMoore/Civet

Destructuring type error in private field

uinz opened this issue 1 day ago
Worker threads fixes and SourceMap revamp

edemaine opened this pull request 4 days ago
Parallel testing via `CIVET_THREADS` (Mocha's `--parallel`)

edemaine opened this pull request 6 days ago
Range literal improvements: faster, fix doubly strict

bbrk24 opened this pull request 6 days ago
Pattern `name^: value` binds `name`, while `name: value` never does

edemaine opened this pull request 7 days ago
Pattern match creates unused variable

nicholaides opened this issue 10 days ago
REPL can't run (some?) generators with `yield` in the Civet code

nicholaides opened this issue 10 days ago
Multiple items and spreads in array comprehensions

edemaine opened this pull request 11 days ago
Extension bug fix for unplugin on webpack; cleanup old bug workarounds

edemaine opened this pull request 13 days ago
List of ASCII symbols in cheatsheet

edemaine opened this pull request 14 days ago
Pin parameter `^p` assigns function parameter to outer variable

edemaine opened this pull request 15 days ago
Guaranteed `break with`

edemaine opened this issue 16 days ago
Non-end rest parameters support types

edemaine opened this pull request 16 days ago
Update unplugin to v2.1.0

edemaine opened this pull request 22 days ago
`:label` supports Civet reserved words (but not JS reserved words)

edemaine opened this pull request 25 days ago
Fix parser crash on blocks inside `switch`

STRd6 opened this pull request 27 days ago
Calling `Symbol.for("loop")`

bbrk24 opened this issue 28 days ago
TypeError with object literal in switch?

bbrk24 opened this issue 28 days ago
Fat pipe `||>` uses semicolons at statement level

edemaine opened this pull request 29 days ago
Fix mixing access modifiers (e.g. `readonly`) with `@` arguments in constructors

edemaine opened this pull request about 1 month ago
Fix placeholders in `for each` loops

edemaine opened this pull request about 1 month ago
Fix implicit objects in indented arguments after other arguments

edemaine opened this pull request about 1 month ago
Fix implicit `async` and `*` in methods

edemaine opened this pull request about 1 month ago
make tab key insert tabs and set tab size to 4 in playground

samualtnorman opened this pull request about 1 month ago
Fix `new` expression at start of pipeline

edemaine opened this pull request about 1 month ago
Pipe after argumentless `new`

edemaine opened this issue about 1 month ago
Nested implicit objects in function arguments

edemaine opened this issue about 1 month ago
JSX indented attributes

edemaine opened this issue about 1 month ago
`do*` works differently in top-level functions vs in methods

bbrk24 opened this issue about 1 month ago
`%%` operator types support `bigint` in addition to `number`

edemaine opened this pull request about 1 month ago
Fix automatic `Promise` wrapping of async return types

edemaine opened this pull request about 1 month ago
Playground shows IIFE failures only when clicking Run

edemaine opened this pull request about 1 month ago
Type postfix `?` and `!` work in long postfix sequence

edemaine opened this pull request about 1 month ago
can't install in deno

johndeighan opened this issue about 1 month ago
Zed support

lassejlv opened this issue about 1 month ago
Allow postfix in indented `if` conditions

edemaine opened this pull request about 1 month ago
`compile` API questions

johndeighan opened this issue about 1 month ago
Fix complex property globs

edemaine opened this pull request about 2 months ago
Fix trailing member/call behavior

edemaine opened this pull request about 2 months ago
Numeric object keys in pattern matching

STRd6 opened this pull request about 2 months ago
`T?[]` is not transpiled

bbrk24 opened this issue about 2 months ago
Cannot pattern-match object with numeric keys

bbrk24 opened this issue about 2 months ago
BigInt ranges work in for/of, but not as values

bbrk24 opened this issue about 2 months ago
`for join` reduction to concatenate strings

edemaine opened this pull request about 2 months ago
`for each` with `&`

edemaine opened this issue about 2 months ago
Semicolon causes implicit fallthrough in switch

bbrk24 opened this issue about 2 months ago
TypeError when compiling `readonly @prop` in c'tor

bbrk24 opened this issue about 2 months ago
Change typing of `%%` to allow bigint

bbrk24 opened this issue about 2 months ago
Track indentation of trailing member/call expressions

edemaine opened this pull request about 2 months ago
Fix reduction inside conditions, and other subtle aliasing issues

edemaine opened this pull request about 2 months ago
Call chains now interpreted as extra arguments

bbrk24 opened this issue about 2 months ago
LSP: fix autocompletion details error message

edemaine opened this pull request about 2 months ago
Fix missing parentheses in one-line `if` condition

edemaine opened this pull request about 2 months ago
Playground JS failures

edemaine opened this issue about 2 months ago
Missing parens in some `if`s

edemaine opened this issue about 2 months ago
Fix range `for` loop with complex left-hand side

edemaine opened this pull request about 2 months ago
Type's postfix `if` must be on the same line

edemaine opened this pull request about 2 months ago
Parse error in class method with return type and <

unlessgames opened this issue about 2 months ago
Fix typo in Coffeescript comparison

bbrk24 opened this pull request about 2 months ago
Autocomplete error message

bbrk24 opened this issue about 2 months ago
Range for loop doesn't support complex left-hand sides

edemaine opened this issue about 2 months ago
Reduction inside `unless` seems broken

edemaine opened this issue about 2 months ago
Fix wrapping of braced objects in parentheses

edemaine opened this pull request about 2 months ago
Fix parenthesized `⧺` and `—` shorthands for `++` and `--`

edemaine opened this pull request about 2 months ago
`(⧺a)` parsed as concat

JayXon opened this issue about 2 months ago
Object literal with suffix not wrapped

edemaine opened this issue about 2 months ago
REPL needs to wrap object patterns

edemaine opened this issue about 2 months ago
Highlight (import, export module references)

zoodogood opened this pull request about 2 months ago
Scientific numeric literals take priority over access

edemaine opened this pull request about 2 months ago
Syntax highlighting: fix leading `_` being treated as a number

zoodogood opened this pull request about 2 months ago
Playground TypeScript toggle

edemaine opened this pull request about 2 months ago
Fix parenthesized `&` followed by binary op

edemaine opened this pull request about 2 months ago
Object and array literals via `{}` and `[]` followed by items

edemaine opened this pull request about 2 months ago
Fix parenthesized `&` followed by type postfix

edemaine opened this pull request about 2 months ago
Fix modulo access with placeholders: `x[& %]`

edemaine opened this pull request about 2 months ago
Playground buttons to copy input or output

edemaine opened this pull request about 2 months ago
Fix unplugin `typecheck`: source mapping and `rewriteCivetImports` combination

edemaine opened this pull request about 2 months ago
`(& as ...)`

edemaine opened this issue about 2 months ago
Playground copy button for large text fragments

zoodogood opened this pull request about 2 months ago
Modulo indexing and argument placeholders

lukegustafson opened this issue 2 months ago
`typecheck` and `rewriteCivetImports` do not play nice

bbrk24 opened this issue 2 months ago
Lone `finally` block provides cleanup for rest of block

edemaine opened this pull request 2 months ago
Syntax highlighting breaks with switch/regex/+

zolomatok opened this issue 2 months ago
Fix `for key: T, value in` loop to define `value` using typed `key`

edemaine opened this pull request 2 months ago
Object comprehensions via loops in braces

peey opened this pull request 2 months ago
Type of `key` in `for key in object` loops

zolomatok opened this issue 2 months ago