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

Document implicit return features (#111)

* Semicolon implies no implicit return (difference from CoffeeScript)
* ECMAScript compatibilit...

github.com/DanielXMoore/Civet - c784ee31d959ea6cf1e09ddd9fe69edfae0aee0e authored about 2 years ago by Erik Demaine <[email protected]>
Add docs (#110)

github.com/DanielXMoore/Civet - ea9457d31cc93f4daab5a7403d733be871ca70c7 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
0.5.20

github.com/DanielXMoore/Civet - 79488d6314764ab1656625f2b0043fe781e71ee8 authored about 2 years ago by Daniel Moore <[email protected]>
Avoid implicit return via trailing semicolon (#109)

* Avoid implicit return via trailing semicolon

* Docs and more tests for trailing semicolon
...

github.com/DanielXMoore/Civet - ddfd690dada1908b3df6a06a96b9790183ee834d authored about 2 years ago by Erik Demaine <[email protected]>
Class shorthand optimizations (#108)

* Optimize single class shorthand

* Optimize template-literal class shorthand

github.com/DanielXMoore/Civet - 3e87de35162b647b1ae931c64926ba03d6ce0a23 authored about 2 years ago by Erik Demaine <[email protected]>
Support `|> return` and document pipes (#106)

* Support `|> return` and document pipes

* Link to F# pipes, clarify pipe operator meaning

github.com/DanielXMoore/Civet - c6175219a7a21f441ea6d550059c90fef887370a authored about 2 years ago by Erik Demaine <[email protected]>
Document let shorthand (#107)

github.com/DanielXMoore/Civet - 5aad06fee161c8981410bb9a8aff51ed570527c8 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.19

github.com/DanielXMoore/Civet - b81761f85db339c45553fe5163109682df2d56c4 authored about 2 years ago by Daniel Moore <[email protected]>
XML comment support within JSX (#102)

github.com/DanielXMoore/Civet - b36888372c81f97877260695e7e1d1aa6a7123dd authored about 2 years ago by Erik Demaine <[email protected]>
Insert Final Newline setting for VSCode (#101)

github.com/DanielXMoore/Civet - 2e174c40ec9937a184be1fe4ddafabc44123c17b authored about 2 years ago by Erik Demaine <[email protected]>
0.5.18

github.com/DanielXMoore/Civet - ceb593cc902ae1a9410df28a6200dc8ad80fd21b authored about 2 years ago by Daniel Moore <[email protected]>
New CLI including REPL (#99)

* New CLI

* `-c`/`--compile` to compile `.civet` files to `.tsx` or `.jsx` files
* Without `...

github.com/DanielXMoore/Civet - 8fe0b09c3de17c24c764d798a812bd4294cd60da authored about 2 years ago by Erik Demaine <[email protected]>
Filter combined JSX classes (#100)

github.com/DanielXMoore/Civet - cf318c2bda94df39f5b708aebb1c45aa55cf2864 authored about 2 years ago by Erik Demaine <[email protected]>
Fix CLI behavior on Windows (#96)

* Fix CLI behavior on Windows

* `process.stdout` needs to be given to `readline` for proper ^...

github.com/DanielXMoore/Civet - ffbe2fb4ada4342bf0ee7209102fdb95f759093a authored about 2 years ago by Erik Demaine <[email protected]>
Using Samedent with inline object literals; Fixes #98

github.com/DanielXMoore/Civet - 8891c53f86b0f5cafedf7005ff7def4895ff0f6c authored about 2 years ago by Daniel Moore <[email protected]>
clean up else clause

github.com/DanielXMoore/Civet - 4b5310d7140d00862f29a3d8722104050fe97589 authored about 2 years ago by Daniel Moore <[email protected]>
Fixes #97

github.com/DanielXMoore/Civet - 617914daf4a5655b18fe70a9d01bba5739e4767b authored about 2 years ago by Daniel Moore <[email protected]>
0.5.16

github.com/DanielXMoore/Civet - 5619c2e34f587114492e1d132c16ef95108a6367 authored about 2 years ago by Daniel Moore <[email protected]>
JSX #id and .class shorthands (#95)

* Forbid JS comments in JSX (outside braces)

* Improve JSX attribute space generation

* JS...

github.com/DanielXMoore/Civet - 29014630f348626dd954f75e7da05399170d71c0 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.15

github.com/DanielXMoore/Civet - ccdfae48b1700da8ee198e9ee1058c236d450005 authored about 2 years ago by Daniel Moore <[email protected]>
Bump json5 from 2.2.1 to 2.2.2 (#94)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://gi...

github.com/DanielXMoore/Civet - 4bee4f31e5f79f721ff87169de7846881675dd51 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump json5 from 2.2.1 to 2.2.2 in /lsp (#93)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://gi...

github.com/DanielXMoore/Civet - 65c06c64ad9b638f4c7abca00ccc706f0dff937f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Better support for multi-tsconfig projects (#91)

github.com/DanielXMoore/Civet - 58acd22165a7433a1e92e5b98189835682f54cb1 authored about 2 years ago by Lorefnon <[email protected]>
Fix indentation JSX within attributes (#92)

github.com/DanielXMoore/Civet - 356c1a3d5237d78b38d73722e892b106a52f2099 authored about 2 years ago by Erik Demaine <[email protected]>
Use Set to represent uncacheable rules (#90)

github.com/DanielXMoore/Civet - 5d948c22e3ce2fd45f87a19922c9d5c562c1b0b0 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.14

github.com/DanielXMoore/Civet - cf43da26f02a926be32f716966ab0bf50bfc2791 authored about 2 years ago by Daniel Moore <[email protected]>
JSX arrow functions don't need braces (#89)

* Add attribute whitespace test

* JSX arrow functions don't need braces

* Add tests for ar...

github.com/DanielXMoore/Civet - 051da58ac726661213b87ba9221181944e6c3117 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.13

github.com/DanielXMoore/Civet - e69e17869570edc32806cdeeabc5d938c1853a47 authored about 2 years ago by Daniel Moore <[email protected]>
Fixes #88

github.com/DanielXMoore/Civet - bd06628ba5e169a9cece5f9038a3a5d2913a6f40 authored about 2 years ago by Daniel Moore <[email protected]>
Don't deploy civet.dev website from forks (#87)

github.com/DanielXMoore/Civet - 251931e6926d00bbb7cd74c80650c5aa74e29fdc authored about 2 years ago by Erik Demaine <[email protected]>
0.5.12

github.com/DanielXMoore/Civet - 81c12591410c45b5266b0602689a436635d10545 authored about 2 years ago by Daniel Moore <[email protected]>
Implicit dynamic import() (#86)

* Implicit dynamic import()

* Fix dynamic import member access

* Fix super() followed by a...

github.com/DanielXMoore/Civet - f88cb3a1f247ed1e1caa69bd8501f0d0d3d51f0e authored about 2 years ago by Erik Demaine <[email protected]>
spacing; inline comment rule _

github.com/DanielXMoore/Civet - 8a5e632f47ecb985372701875c10cff2c49bc77b authored about 2 years ago by Daniel Moore <[email protected]>
Fix function application with implicit object (#84)

github.com/DanielXMoore/Civet - b0e3a0d3df15c20c3cab85c90d9d474a292032f2 authored about 2 years ago by Lorefnon <[email protected]>
0.5.11

github.com/DanielXMoore/Civet - 33430360f3790ed8654fe3620a49d0df4778d9a3 authored about 2 years ago by Daniel Moore <[email protected]>
Add support for |> pipelines (#83)

* Add support for |> pipelines

Related: #75

* Support yield and await in pipelines

github.com/DanielXMoore/Civet - bdcf70d4b0c0d85b3132b474eef358f9190cb4d1 authored about 2 years ago by Lorefnon <[email protected]>
Class enhancements: Support abstract & readonly; Allow comments to be interspersed in more positions (#82)

Resolves #48

github.com/DanielXMoore/Civet - 5d27b2077dfa5ea3079cf83bb0727babe759342f authored about 2 years ago by Lorefnon <[email protected]>
esbuild plugin types. Fixes #81

github.com/DanielXMoore/Civet - 19c07671ab3205fc14ed0bf8241c4ff916c3549a authored about 2 years ago by Daniel Moore <[email protected]>
Support access modifiers (public/protected/private) (#80)

github.com/DanielXMoore/Civet - 21812701735b00b68c77d680868b1f9e8c6c58d2 authored about 2 years ago by Lorefnon <[email protected]>
fixes #79

github.com/DanielXMoore/Civet - 1f0ec20a3151e0f9177e312d6e57afe0329a9a5d authored about 2 years ago by Daniel Moore <[email protected]>
shellcheck

github.com/DanielXMoore/Civet - bdaefa83c33b178b56b458292617916be24a1c40 authored about 2 years ago by Daniel Moore <[email protected]>
Link to GitHub repo from civet.dev (#78)

github.com/DanielXMoore/Civet - b896efc27f0e672abb1aadae645c6757d4bb60b4 authored about 2 years ago by Erik Demaine <[email protected]>
build site

github.com/DanielXMoore/Civet - f976e0ad1e4ca253b5521f17b014661bf86ab138 authored about 2 years ago by Daniel Moore <[email protected]>
marked for buiding site

github.com/DanielXMoore/Civet - 0ca7ec21415dc9a03b37762910192b9773cb91ae authored about 2 years ago by Daniel Moore <[email protected]>
fix pages deploy

github.com/DanielXMoore/Civet - 557aa11466aea45855689aa88ba11fa7e75af021 authored about 2 years ago by Daniel Moore <[email protected]>
basic static site building

github.com/DanielXMoore/Civet - cc0f771c1be135fece3318d184718e62d439e939 authored about 2 years ago by Daniel Moore <[email protected]>
Allow decorators on static methods/fields and properties (#77)

github.com/DanielXMoore/Civet - 13e5f38691ca67cdcf5db36e7f024a8f98b6c040 authored about 2 years ago by Lorefnon <[email protected]>
Allow type annotation in catch clause (#76)

github.com/DanielXMoore/Civet - 39b05eb22657be8a42b57ef182c78320243ae7a8 authored about 2 years ago by Lorefnon <[email protected]>
added additional auto-var test

github.com/DanielXMoore/Civet - 83a0fb3467656989973dd60317b199e944be1c77 authored about 2 years ago by Daniel Moore <[email protected]>
remove completed todos

github.com/DanielXMoore/Civet - 3603cab603387962b0ec477ccc02416d17d861b6 authored about 2 years ago by Daniel Moore <[email protected]>
Fix autoLet will redeclare the variable explicit declared (#74)

github.com/DanielXMoore/Civet - 5efe94aa4b587e1533a10405417c131b2f854f65 authored about 2 years ago by 不如归去 <[email protected]>
Super property access (#73)

github.com/DanielXMoore/Civet - cd5c9491c7d4be84149f38c2a10e84d0874935c0 authored about 2 years ago by Erik Demaine <[email protected]>
Link to Vite, esbuild, ESM plugins (#71)

github.com/DanielXMoore/Civet - 6b41b3bffacf76e74f844fafc3082e1595f8f477 authored about 2 years ago by Erik Demaine <[email protected]>
Clarify that comma operator works in `for` (#70)

github.com/DanielXMoore/Civet - e5a265252feec35f2ecefdbf66c516f787d5fb31 authored about 2 years ago by Erik Demaine <[email protected]>
Link to starter templates for Solid [Start] (#69)

github.com/DanielXMoore/Civet - 1b2581e1f31c1dac434113efc7ca195a3af878ba authored about 2 years ago by Erik Demaine <[email protected]>
Typed JSX elements/fragments for Solid (#68)

* Typed JSX elements/fragments for Solid
* Add JSX tests

github.com/DanielXMoore/Civet - 8cb65e1961231b4d64727ef6b086e0fb441236a9 authored about 2 years ago by Erik Demaine <[email protected]>
refactor TypeArgument

github.com/DanielXMoore/Civet - cca03c4e8c6719adbc2b5f738902f349a13a8042 authored about 2 years ago by Daniel Moore <[email protected]>
Fix multi-line JSX fragments (#67)

github.com/DanielXMoore/Civet - 01c50a3fa951d1a35e9c45dcdd0b0dbc4a3dd67f authored about 2 years ago by Erik Demaine <[email protected]>
lsp support for tsx. Fixes #60

github.com/DanielXMoore/Civet - fb63e73f9ed3601690fc2f6848d5ce6dc0d1c2c8 authored about 2 years ago by Daniel Moore <[email protected]>
Support type parameters in JSX tag names (#66)

github.com/DanielXMoore/Civet - 461341ae3634da3fc4976bd1f7879330dee30729 authored about 2 years ago by Erik Demaine <[email protected]>
Fix singleton TypeParameters compatibility with TSX (#65)

github.com/DanielXMoore/Civet - cfdf72b536a656b9bf9ca3e48dcb7a27cedb0201 authored about 2 years ago by Erik Demaine <[email protected]>
Refactor ref making (#63)

* Refactor ref making

github.com/DanielXMoore/Civet - fab811753737215ba3884e6a342465501f495dfa authored about 2 years ago by Erik Demaine <[email protected]>
badge path

github.com/DanielXMoore/Civet - c7f2e4a1c706aee1017133a84617228e9e5762cb authored about 2 years ago by Daniel Moore <[email protected]>
workflow badge path

github.com/DanielXMoore/Civet - 31994e15583fe9a3edc603224afa33e353c4bac1 authored about 2 years ago by Daniel Moore <[email protected]>
master branch for badge

github.com/DanielXMoore/Civet - 3ff6ae8a5192967be2c235c7bb36ce84bc5c3bf4 authored about 2 years ago by Daniel Moore <[email protected]>
npm-release

github.com/DanielXMoore/Civet - 7dd9fbe98e74f3a9b931a2caf5b00fae50dc12c7 authored about 2 years ago by Daniel Moore <[email protected]>
error if not master

github.com/DanielXMoore/Civet - 1b17ae69854009a6333649c5e95c7f0df863cc08 authored about 2 years ago by Daniel Moore <[email protected]>
release scripts

github.com/DanielXMoore/Civet - 69584a1b35dbd244a9e5e992dc89041d1e97f744 authored about 2 years ago by Daniel Moore <[email protected]>
braces

github.com/DanielXMoore/Civet - c4d64a29c81594e89c76af3fdb9873760765c006 authored about 2 years ago by Daniel Moore <[email protected]>
TypeArguments in function application

github.com/DanielXMoore/Civet - 80eec9025792ef7daa9342c339884788501cb48b authored about 2 years ago by Daniel Moore <[email protected]>
JSX `...foo` shorthand for `{...foo}` (#62)

github.com/DanielXMoore/Civet - 8941b6339204817dd7fae7b2e637beb2a805476e authored about 2 years ago by Erik Demaine <[email protected]>
committing placeholder static site

github.com/DanielXMoore/Civet - 173aa9bd5be32c6778d41897f1a12d6fadc707ae authored about 2 years ago by Daniel Moore <[email protected]>
GH Actions deploy to pages

github.com/DanielXMoore/Civet - 795b368442303a60be0b93449de016221a5a6c56 authored about 2 years ago by Daniel X Moore <[email protected]>
Default to tsx extension for transpiled files (#57)

* Default to tsx extension for transpiled files

github.com/DanielXMoore/Civet - efa62ba9f742ff9e17e17ef89d4e6ae2a92bd418 authored about 2 years ago by Lorefnon <[email protected]>
support typescript `satisfies` (#56)

github.com/DanielXMoore/Civet - cb0231128b47c2e19fb4907c77e84f28f707d0cf authored about 2 years ago by Samual Norman <[email protected]>
moved TODOs to GH issues; notes

github.com/DanielXMoore/Civet - c78679cfc0369dd187537e2cb8f67d987fb36ea1 authored about 2 years ago by Daniel Moore <[email protected]>
LSP todo

github.com/DanielXMoore/Civet - 09b1d85e9c19bd09e1b5dd72e5571a18721c7010 authored about 2 years ago by Daniel Moore <[email protected]>
moved TODOs to GH issues

github.com/DanielXMoore/Civet - 083ff43783b67de2c13421da094ccf83e6181ae5 authored about 2 years ago by Daniel Moore <[email protected]>
autoLet has precedence over autoVar

github.com/DanielXMoore/Civet - 24a96485fd325a4d4812acf839e5f1dff82f6c23 authored about 2 years ago by Daniel Moore <[email protected]>