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

`-version` with only one hyphen throws a ReferenceError

bbrk24 opened this issue 8 months ago
Fix source mapping for AtThis identifier (#1250)

STRd6 opened this pull request 8 months ago
Add source location to error nodes

bbrk24 opened this issue 8 months ago
Sourcemaps are off when used with @propName

CosmoMyzrailGorynych opened this issue 8 months ago
Cannot shadow operator with argument

bbrk24 opened this issue 8 months ago
Generator operators

bbrk24 opened this issue 8 months ago
`for`/`else`

bbrk24 opened this issue 8 months ago
Argument magic with `coffeeDo`

edemaine opened this pull request 8 months ago
Use {} for empty if and else blocks

edemaine opened this pull request 8 months ago
Use `{}` instead of `;` for empty block

bbrk24 opened this issue 8 months ago
coffeeDo bug

edemaine opened this issue 8 months ago
`get #x` requires newline, not semicolon

bbrk24 opened this issue 8 months ago
Finishing civetconfig

edemaine opened this issue 8 months ago
Fix `.#x`

edemaine opened this pull request 8 months ago
Attempted pattern matching ternary

bbrk24 opened this issue 8 months ago
Missing parens in `.-1` access in certain contexts

bbrk24 opened this issue 8 months ago
`.#x` shorthand for private properties

bbrk24 opened this issue 8 months ago
Ampersand fixes

edemaine opened this pull request 8 months ago
Fix duplicate property merging for props not actually bound

edemaine opened this pull request 8 months ago
Ampersand bugs

edemaine opened this issue 8 months ago
Matching nested property with same name generates invalid JS

bbrk24 opened this issue 8 months ago
`try ... else` blocks

edemaine opened this pull request 8 months ago
Declaration inside unless/until adds declaration after block

edemaine opened this pull request 8 months ago
Fix preprocessing of declaration conditions

edemaine opened this pull request 8 months ago
Allow EmptyStatement in ClassBody

edemaine opened this pull request 8 months ago
`&` is not compiled to `$ => $` in specific contexts

bbrk24 opened this issue 8 months ago
Stray semicolon in class body causes ParseError

bbrk24 opened this issue 8 months ago
comptime else blocks, else refactor

edemaine opened this pull request 8 months ago
Avoid expressionizing statements in fat arrow functions

edemaine opened this pull request 8 months ago
Use context's globals instead of serializing there

edemaine opened this pull request 8 months ago
More comptime

edemaine opened this pull request 8 months ago
eslint: comptime for version, assert instead of with

edemaine opened this pull request 8 months ago
`throws` can specify exception; ParseErrors type; bug fixes

edemaine opened this pull request 8 months ago
Don't emit newlines before block prefixes

bbrk24 opened this pull request 8 months ago
`guard`-`else`

bbrk24 opened this issue 8 months ago
Better require error messages in comptime

edemaine opened this pull request 8 months ago
CLI avoid errors when output pipe gets closed

edemaine opened this pull request 8 months ago
Duplicate helpers in comptime blocks

edemaine opened this pull request 8 months ago
Avoid implicit return when block guarantees exit

edemaine opened this pull request 8 months ago
Add LSP warning about using dev Civet

edemaine opened this pull request 8 months ago
Improve log feedback in VSCode plugin

edemaine opened this pull request 8 months ago
Use `is like` in some cases

edemaine opened this pull request 8 months ago
Detect Error nodes in inlineMap mode

edemaine opened this pull request 8 months ago
`--inline-map` suppresses comptime serialization errors

bbrk24 opened this issue 8 months ago
ESLint plugin

edemaine opened this pull request 8 months ago
Comptime fixes

edemaine opened this pull request 8 months ago
`(is like ...)` section, document `is not like`

edemaine opened this pull request 8 months ago
Fix handling of empty arrays and objects in patterns

edemaine opened this pull request 8 months ago
Empty array matching still broken

edemaine opened this issue 8 months ago
Pattern matching fixes

edemaine opened this pull request 8 months ago
"is like" pattern matching operator

edemaine opened this pull request 8 months ago
Handle property descriptors (incl. getters/setters) in comptime

bbrk24 opened this pull request 8 months ago
Comptime URLs

bbrk24 opened this pull request 8 months ago
Comptime function properties

bbrk24 opened this pull request 8 months ago
Top-level `comptime` block is always `undefined` in the REPL

bbrk24 opened this issue 8 months ago
Comptime classes and generators

bbrk24 opened this pull request 8 months ago
Optional ?:: for coffeePrototype

edemaine opened this pull request 8 months ago
Comptime `Object.create null`

bbrk24 opened this pull request 8 months ago
Cannot optional-chain prototype

bbrk24 opened this issue 8 months ago
Fix comptime negative zero

bbrk24 opened this pull request 8 months ago
Comptime generator functions

bbrk24 opened this issue 8 months ago
Serialize typed arrays and well-known symbols

bbrk24 opened this pull request 8 months ago
Allow empty body in loops, if/else, do, comptime

edemaine opened this pull request 8 months ago
Async compile API with `comptime`, support `require` in `comptime`

edemaine opened this pull request 8 months ago
`for own` doesn't work inside `comptime`

bbrk24 opened this issue 8 months ago
Insert "function" into ES6 methods

bbrk24 opened this pull request 8 months ago
Faster and robust config searching via `readdir` instead of `opendir`

edemaine opened this pull request 8 months ago
if type errors

edemaine opened this issue 8 months ago
First version of comptime (synchronous, no outer scope)

edemaine opened this pull request 9 months ago
Brace block improvements, including `&` statements

edemaine opened this pull request 9 months ago
Upgrade CI to Node.js 20

edemaine opened this pull request 9 months ago
Limit & to return/yield; support indented yield argument

edemaine opened this pull request 9 months ago
`&` doesn't always work in `if` statement

bbrk24 opened this issue 9 months ago
Fix & in applied (operator)

edemaine opened this pull request 9 months ago
Assignment operator sections

edemaine opened this pull request 9 months ago
`&` does not work in indented operator application

bbrk24 opened this issue 9 months ago
Pipeline unwrapping should add refs

edemaine opened this issue 9 months ago
Keep `new` inside partial function

STRd6 opened this pull request 9 months ago
Improve ASI algorithm

edemaine opened this pull request 9 months ago
ASI fails before symbol-typed property

bbrk24 opened this issue 9 months ago
Trailing pipe or property access should expressionize statement

edemaine opened this issue 9 months ago
Pipe assignment to index

STRd6 opened this pull request 9 months ago
`::#` type with `coffeePrototype`

edemaine opened this pull request 9 months ago
Infinite loop detection and no return

edemaine opened this pull request 9 months ago
Fix #1155 by consolidating trailing member access

STRd6 opened this pull request 9 months ago
`yield x; loop` has strange behavior

bbrk24 opened this issue 9 months ago
Eliminating `return` after `loop` in some cases

bbrk24 opened this issue 9 months ago
`::#` doesn't work in type position

bbrk24 opened this issue 9 months ago
New ampersand proposal (#1070)

edemaine opened this pull request 9 months ago
Deep `....`rest operator

danielbayley opened this issue 9 months ago
Preserve Vite's default extensions

edemaine opened this pull request 9 months ago
Simplify quoteString for code coverage

STRd6 opened this pull request 9 months ago
Negative index access fails on its own line

edemaine opened this issue 9 months ago
Fix unary negated literal with unary post

STRd6 opened this pull request 9 months ago
Astro integration based on Vite plugin

edemaine opened this pull request 9 months ago