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

Postfix expressions inside indented implicit object literals

edemaine opened this pull request over 1 year ago
Late assignment for unary prefix `!`

STRd6 opened this issue over 1 year ago
Fix hoisting around IIFE

edemaine opened this pull request over 1 year ago
Constructor prefix goes after super call

edemaine opened this pull request over 1 year ago
Order of super() in constructor

speech-ka opened this issue over 1 year ago
Hoisting of generated variables

Mokshit06 opened this issue over 1 year ago
for each..of

edemaine opened this pull request over 1 year ago
for key, value in object

edemaine opened this pull request over 1 year ago
for item, index of list

edemaine opened this pull request over 1 year ago
Fix implicit return with switch+then

edemaine opened this pull request over 1 year ago
Unify Samedent/Nested, and other indent cleanup

edemaine opened this pull request over 1 year ago
Cache fix for function calls within inline objects

edemaine opened this pull request over 1 year ago
Revamp array literals

edemaine opened this pull request over 1 year ago
Missing `return` when using `then` inside `switch`

imm opened this issue over 1 year ago
Revamp braced object literals

edemaine opened this pull request over 1 year ago
Remove forbidMultiLineImplicitObjectLiteral

edemaine opened this pull request over 1 year ago
Forbid binary op after newline within SingleLineStatements (e.g. `then`)

edemaine opened this pull request over 1 year ago
`type` declaration without `=`

edemaine opened this pull request over 1 year ago
Bump semver from 6.3.0 to 6.3.1

dependabot[bot] opened this pull request over 1 year ago
Bump semver from 5.7.1 to 5.7.2 in /lsp

dependabot[bot] opened this pull request over 1 year ago
Fix tuple-matching behavior

edemaine opened this pull request over 1 year ago
Unclear behavior of `then` inside pattern-matching `switch`

imm opened this issue over 1 year ago
Implicit returns of (last) declaration

edemaine opened this pull request over 1 year ago
Allow ?: with named elements in tuple types

edemaine opened this pull request over 1 year ago
TypeScript named tuples

edemaine opened this pull request over 1 year ago
Possessive object access

edemaine opened this pull request over 1 year ago
autoVar/autoLet should treat `=>` and methods same as functions

edemaine opened this pull request over 1 year ago
No implicit return from async function: Promise<void>

edemaine opened this pull request over 1 year ago
Support indented RHS after binary op

edemaine opened this pull request over 1 year ago
Variable declaration in inline block doesn't compile

orenelbaum opened this issue over 1 year ago
Unnatural indentation

edemaine opened this issue over 1 year ago
Fix #596. async function expression

STRd6 opened this pull request over 1 year ago
Language server doesn't support async function expressions

orenelbaum opened this issue over 1 year ago
`switch` fixes

edemaine opened this pull request over 1 year ago
Fix export functions getting implicit empty blocks

edemaine opened this pull request over 1 year ago
regression? export overloaded function stopped working

vshesh opened this issue over 1 year ago
Object globs within braced object literals

edemaine opened this issue over 1 year ago
autoVar ignores `=>` functions when hoisting

edemaine opened this issue over 1 year ago
Templates

edemaine opened this issue over 1 year ago
Indented declarations

edemaine opened this issue over 1 year ago
Fix inner assignments mixed with operator assignments

edemaine opened this pull request over 1 year ago
Allow trailing CallExpression after ExpressionizedStatement

edemaine opened this pull request over 1 year ago
coffeeForLoops should support declaration types

edemaine opened this issue over 1 year ago
Trailing .method bug

edemaine opened this issue over 1 year ago
Fix weird custom operator behavior

edemaine opened this pull request over 1 year ago
Arrow function types fixes: `abstract new` and `asserts`/predicates

edemaine opened this pull request over 1 year ago
Existence operator chaining and cleanup

edemaine opened this pull request over 1 year ago
Fix nested object with function children (caching)

edemaine opened this pull request over 1 year ago
Forbid implicit calls with braced argument in extends/if/else/for/when/case

edemaine opened this pull request over 1 year ago
Fix binary ops RHS in pattern matching switch

edemaine opened this pull request over 1 year ago
Fix missing closing braces

edemaine opened this pull request over 1 year ago
<? Operator behaves weirdly while pattern matching

yuzudev opened this issue over 1 year ago
Missing closing braces

edemaine opened this issue over 1 year ago
Fix empty objects in if statements

edemaine opened this pull request over 1 year ago
Fix overflow

VyrekXD opened this pull request over 1 year ago
Support new arrow function types

edemaine opened this pull request over 1 year ago
Support TypeScript optional methods

edemaine opened this pull request over 1 year ago
Add missing parentheses to glob assignments with refs

edemaine opened this pull request over 1 year ago
Glob in function call missing parentheses

edemaine opened this issue over 1 year ago
postfix loop implicitly assigns results = [] variable

yuzudev opened this issue over 1 year ago
Compiling to js doesn't support const enums

esthedebeste opened this issue over 1 year ago
TS feature missing (possibly undefined method)

yuzudev opened this issue over 1 year ago
Parser doesn't understand arguments that have `new() => T` types

vshesh opened this issue over 1 year ago
JSX children as code

texastoland opened this issue over 1 year ago
civet extension has started showing lots of basic errors

vshesh opened this issue over 1 year ago
An empty object in if statement

imm opened this issue over 1 year ago
`not` support outside coffeeCompat mode

edemaine opened this pull request over 1 year ago
Added optional prefixed union syntax for TypeScript. Fixes #544

STRd6 opened this pull request over 1 year ago
Unicode operator support

edemaine opened this issue over 1 year ago
Bump vite from 4.0.4 to 4.3.9

dependabot[bot] opened this pull request over 1 year ago
Fixes #552. Don't hoist decs to bare blocks

STRd6 opened this pull request over 1 year ago
Declarations in Conditions break with `else if`

esthedebeste opened this issue over 1 year ago
Implement config file

esthedebeste opened this pull request over 1 year ago
basic babel plugin

STRd6 opened this pull request over 1 year ago
Low-precedence and/or/not

edemaine opened this pull request over 1 year ago
Fix readonly support in interfaces

edemaine opened this pull request over 1 year ago
Fix implicit calls with bind and decorators

edemaine opened this pull request over 1 year ago
TypeScript incompatability: prefixed type union syntax

esthedebeste opened this issue over 1 year ago
`class extends` doesn't work with braced body

esthedebeste opened this issue over 1 year ago
Function implicit bodies

edemaine opened this pull request over 1 year ago
TypeScript incompatability: readonly type members

esthedebeste opened this issue over 1 year ago
Allow for method and constructor overloading in classes. Fixes #538

STRd6 opened this pull request over 1 year ago
Bind in implicit function call

edemaine opened this issue over 1 year ago
How do I do constructor overloading in civet?

vshesh opened this issue over 1 year ago
Use refs for indexed object shorthand. Fixes #415

STRd6 opened this pull request over 1 year ago
Babel plugin / Using Civet with metro bundler in react native

bennidi opened this issue over 1 year ago
refs for object glob left hand side

STRd6 opened this pull request over 1 year ago
TypeScript labeled tuples

esthedebeste opened this issue over 1 year ago
Add unary expression processing in ampersand blocks. Fixes #528

STRd6 opened this pull request over 1 year ago
Moving functions from parser.hera into lib.js

STRd6 opened this pull request over 1 year ago
post rest trailing commas and elisions. Fixes #525

STRd6 opened this pull request over 1 year ago