Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Civet
Develop and maintain the Civet programming language.
Collective -
Host: opensource -
https://opencollective.com/civet
- Website: https://civet.dev
- Code: https://github.com/DanielXMoore/Civet
Fix `..` slice operator precedence
github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Add `%/`/`÷` integer division, fix `%%` precedence
github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 5 months ago
Slice operator doesn't handle operators with lower precedence than `+` properly
github.com/DanielXMoore/Civet - Steffan153 opened this issue 5 months ago
github.com/DanielXMoore/Civet - Steffan153 opened this issue 5 months ago
Fix whitespace in snug `<?` instanceof shorthand
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
`<?` without whitespace compiles without the whitespace
github.com/DanielXMoore/Civet - Steffan153 opened this issue 5 months ago
github.com/DanielXMoore/Civet - Steffan153 opened this issue 5 months ago
Double inlay hints for .ts files
github.com/DanielXMoore/Civet - ricardobeat opened this issue 5 months ago
github.com/DanielXMoore/Civet - ricardobeat opened this issue 5 months ago
VSCode Intellisense not working
github.com/DanielXMoore/Civet - RReivax opened this issue 5 months ago
github.com/DanielXMoore/Civet - RReivax opened this issue 5 months ago
Use register to avoid experimental loaders deprecation warning
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
Support for `unique symbol` type in TS
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
Nested type annotation fails to parse
github.com/DanielXMoore/Civet - STRd6 opened this issue 5 months ago
github.com/DanielXMoore/Civet - STRd6 opened this issue 5 months ago
`autoConst` not producing `const`
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
Correctly load civet config file inner a workspace
github.com/DanielXMoore/Civet - IamIpanda opened this issue 5 months ago
github.com/DanielXMoore/Civet - IamIpanda opened this issue 5 months ago
Prevent BinaryOp function shorthand from shadowing arrow functions.
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 5 months ago
Generate normal `.d.ts` extension
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
Problems with `node --test`s written in Civet (or possibly wider issue with ESM reading config)
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 5 months ago
Hoist array binding and rest ref declarations. Fixes #1139. Fixes #1312
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
Array destructuring into @vars doesn't declare temporary variables
github.com/DanielXMoore/Civet - STRd6 opened this issue 6 months ago
github.com/DanielXMoore/Civet - STRd6 opened this issue 6 months ago
Fix indented chained ternaries
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Fix import looking like multiplication
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Indented chained ternarys fail to parse
github.com/DanielXMoore/Civet - STRd6 opened this issue 6 months ago
github.com/DanielXMoore/Civet - STRd6 opened this issue 6 months ago
Move unplugin and build using Civet instead of tsup
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
More CLI/typechecking fixes: `civetconfig` extensions, `@types` support, `includes`/`excludes`/`files` support, typechecking without filename list
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
`civet *.civet` file execution bug when reading config from any file
github.com/DanielXMoore/Civet - danielbayley opened this issue 6 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 6 months ago
Typecheck fixes: JSX default, `tsconfig` errors, `imports` field
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
`[…asyncIterator]` sugar for `Array.fromAsync`?
github.com/DanielXMoore/Civet - danielbayley opened this issue 6 months ago
github.com/DanielXMoore/Civet - danielbayley opened this issue 6 months ago
Allow `civetConfig` in `package.`[`json`|`yaml`]
github.com/DanielXMoore/Civet - danielbayley opened this pull request 6 months ago
github.com/DanielXMoore/Civet - danielbayley opened this pull request 6 months ago
Add `class with A, B` mixin notation
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
Fix extension for CLI's `--typecheck`
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Bump braces from 3.0.2 to 3.0.3 in /integration/unplugin/examples/nextjs
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
MaybeNested expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Upgrade TypeScript to 5.5
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Self-test to check Civet can build itself
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
Cleanup Bun loader code
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 6 months ago
import extension gets rewritten but wrong
github.com/DanielXMoore/Civet - iacore opened this issue 6 months ago
github.com/DanielXMoore/Civet - iacore opened this issue 6 months ago
vscode ext, add option to disable diagnostics
github.com/DanielXMoore/Civet - iacore opened this issue 6 months ago
github.com/DanielXMoore/Civet - iacore opened this issue 6 months ago
Bump braces from 3.0.2 to 3.0.3 in /integration/eslint
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
Bump braces from 3.0.2 to 3.0.3 in /lsp
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
Bump braces from 3.0.2 to 3.0.3
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
github.com/DanielXMoore/Civet - dependabot[bot] opened this pull request 6 months ago
Fix some TS errors and increase code coverage
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 6 months ago
Pipe after implicit object is incorrect
github.com/DanielXMoore/Civet - STRd6 opened this issue 7 months ago
github.com/DanielXMoore/Civet - STRd6 opened this issue 7 months ago
Replacing some instances of __ with stricter whitespace checking
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
Fix async detection in a few cases
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Regression in 0.7.11: No more implicit return in synchronous function that creates a Promise<void>
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
Added a cache based on mtime for watch/serve mode in esbuild
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
Need full example setup civet on sveltekit
github.com/DanielXMoore/Civet - TrungRueta opened this issue 7 months ago
github.com/DanielXMoore/Civet - TrungRueta opened this issue 7 months ago
Pipeline placeholder ^^ or %% or `|x>`
github.com/DanielXMoore/Civet - crystalthoughts opened this issue 7 months ago
github.com/DanielXMoore/Civet - crystalthoughts opened this issue 7 months ago
Sourcemap fix, show diagnostics with nonfatal parse errors
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Revamp automatic async and generator, operator support
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix hoistDec within if expression
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix empty then clause in if expressions
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix empty block in pattern matching with implicit return
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Update Civet and use try..else feature
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix source-map-support import with new NodeJS register
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Empty block following pattern in switch expression generates invalid JS
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
Fix complex negative property access
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Error nodes, ParseErrors get source-mapped location
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix iteration expression unwrapping in splice assignment
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Fix ASI by handling tokens
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Generous matching of --version, --help
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Invalid command-line argument handling
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
Upgrade Playground to modern Prettier
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 7 months ago
"Invalid command-line argument" error includes stack dump
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
`-version` with only one hyphen throws a ReferenceError
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
`-o dist/.js` errors if the `dist` folder doesn't already exist
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
Fix source mapping for AtThis identifier (#1250)
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
github.com/DanielXMoore/Civet - STRd6 opened this pull request 7 months ago
Add source location to error nodes
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
Sourcemaps are off when used with @propName
github.com/DanielXMoore/Civet - CosmoMyzrailGorynych opened this issue 7 months ago
github.com/DanielXMoore/Civet - CosmoMyzrailGorynych opened this issue 7 months ago
Cannot shadow operator with argument
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 7 months ago
Argument magic with `coffeeDo`
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Use {} for empty if and else blocks
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Use `{}` instead of `;` for empty block
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Config file and `parseOptions` support in unplugin, more config filenames, config docs
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
`get #x` requires newline, not semicolon
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Attempted pattern matching ternary
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Missing parens in `.-1` access in certain contexts
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
`.#x` shorthand for private properties
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
Fix duplicate property merging for props not actually bound
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
github.com/DanielXMoore/Civet - edemaine opened this pull request 8 months ago
Matching nested property with same name generates invalid JS
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago
github.com/DanielXMoore/Civet - bbrk24 opened this issue 8 months ago