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

parameter destructuring and type suffixes

github.com/DanielXMoore/Civet - 7c21002d4188f58c67b2ab7f2d6375b64b228778 authored over 2 years ago by Daniel Moore <[email protected]>
TypeSuffix in class fields and formal parameters

github.com/DanielXMoore/Civet - a0e0527909bb556d3cefebb53aea8333258ec034 authored over 2 years ago by Daniel Moore <[email protected]>
added @ shorthand to readme

github.com/DanielXMoore/Civet - 45da01d00e3ffc92885c13cde1e0946e01054bb0 authored over 2 years ago by Daniel Moore <[email protected]>
@ shorthand for private identifiers

github.com/DanielXMoore/Civet - d2c961738e958fa780405ffc143ca1b6022ab06f authored over 2 years ago by Daniel Moore <[email protected]>
Added nested interface blocks

github.com/DanielXMoore/Civet - 22eb0a5df43b0c403a0468e6e7ccd90ad4a59363 authored over 2 years ago by Daniel Moore <[email protected]>
Updated readme

github.com/DanielXMoore/Civet - b640a8e6adb77b805a0904c09cd235b62ca33636 authored over 2 years ago by Daniel Moore <[email protected]>
TypeScript interface

github.com/DanielXMoore/Civet - db439e9670182c250d35eac264ca1e626319bf90 authored over 2 years ago by Daniel Moore <[email protected]>
optional chain test

github.com/DanielXMoore/Civet - ffce3c84df08fc348285f4903fecb483c9dd797f authored over 2 years ago by Daniel Moore <[email protected]>
@types/node

github.com/DanielXMoore/Civet - 42c5956f5df0e05d63a93869ceebc86fbcf77a59 authored over 2 years ago by Daniel Moore <[email protected]>
@types/assert

github.com/DanielXMoore/Civet - a73e8c31bfaa07d0b45bb137561e1411f157ee5f authored over 2 years ago by Daniel Moore <[email protected]>
execution bits

github.com/DanielXMoore/Civet - 198038c2bbfcaf0cafad9594bbdc4cd2ffcbd57f authored over 2 years ago by Daniel Moore <[email protected]>
notes; todo;

github.com/DanielXMoore/Civet - 9b834c0047919b064099d743a564e5813467b91e authored over 2 years ago by Daniel Moore <[email protected]>
is; shebang; class private; CoffeeScript comments

github.com/DanielXMoore/Civet - 2ab54ae6860d2869ceec4e907e10099512ac0165 authored over 2 years ago by Daniel Moore <[email protected]>
@ shorthand and tests

github.com/DanielXMoore/Civet - fc1eb60563086819a5fc85dc0edbda34bea0f1b8 authored over 2 years ago by Daniel Moore <[email protected]>
ClassExpression

github.com/DanielXMoore/Civet - 445e5a3aee005a8622490ec2099c989203cf314f authored over 2 years ago by Daniel Moore <[email protected]>
switch/when

github.com/DanielXMoore/Civet - e59f3d2d1aa33b48738ce3f0b5f429d3b5732467 authored over 2 years ago by Daniel Moore <[email protected]>
object destructuring

github.com/DanielXMoore/Civet - 8b1bea2f39090c8eef5451af08629a8eb2c86045 authored over 2 years ago by Daniel Moore <[email protected]>
vscode recommended extensions

github.com/DanielXMoore/Civet - 083bf01d243e605e70851b67cc47f06d45d85902 authored over 2 years ago by Daniel Moore <[email protected]>
array literal and destructuring

github.com/DanielXMoore/Civet - 9f75dc55d8a26c45254a334a2238e897334421bc authored over 2 years ago by Daniel Moore <[email protected]>
optional trailing comma in object literal

github.com/DanielXMoore/Civet - 72dda9f8871b6b61e96988d10c114eee35cc3986 authored over 2 years ago by Daniel Moore <[email protected]>
octal and binary integer literals

github.com/DanielXMoore/Civet - b6dce59c680ea294401df0f514f465090b5698b1 authored over 2 years ago by Daniel Moore <[email protected]>
TemplateLiteral

github.com/DanielXMoore/Civet - 7a46ecd5c58696052811acd4e53d7544000e7dc3 authored over 2 years ago by Daniel Moore <[email protected]>
try/catch/finally, consolidated BracedBlock and FunctionBody

github.com/DanielXMoore/Civet - d3882e31c927c205241ec0bc75def8152cfcd694 authored over 2 years ago by Daniel Moore <[email protected]>
cleaned up switch

github.com/DanielXMoore/Civet - 3530e05141b542e3acfd98b8dc55fa17c3f338e5 authored over 2 years ago by Daniel Moore <[email protected]>
Added optional parens for if/for/while/switch

github.com/DanielXMoore/Civet - 4d8aa22ddd2e4b00de65a70377eb2133ba028e64 authored over 2 years ago by Daniel Moore <[email protected]>
starting SwitchStatement

github.com/DanielXMoore/Civet - ae5e82ba7ff76ca043531156639826a3a072b855 authored over 2 years ago by Daniel Moore <[email protected]>
Trying to get a minimal TS language service working on virtual files

github.com/DanielXMoore/Civet - 051e91c6a1d0aea590dfef223d817d6bb35164db authored over 2 years ago by Daniel Moore <[email protected]>
added typescript and @types/mocha

github.com/DanielXMoore/Civet - 47119543f3b057fe3068ffbf87d91d279fe2ab4f authored over 2 years ago by Daniel Moore <[email protected]>
adjusted optional parens todo in for statement

github.com/DanielXMoore/Civet - a5ebf0113cd092e1c405b7ac3b6b18fa4855f5cf authored over 2 years ago by Daniel Moore <[email protected]>
IterationStatement

github.com/DanielXMoore/Civet - 6a327f3c8f76461f9f84792d0c265bcd25867b29 authored over 2 years ago by Daniel Moore <[email protected]>
Update README.md

github.com/DanielXMoore/Civet - 8ef7c08a3d29f26d723fba860fe81862ecbdf685 authored over 2 years ago by Daniel X Moore <[email protected]>
Update README.md

github.com/DanielXMoore/Civet - edf7941511249c80299b25cf51ffde5b28fabb84 authored over 2 years ago by Daniel X Moore <[email protected]>
Update README.md

github.com/DanielXMoore/Civet - 0acac24de808413c385a9160c7068f1442fb55d4 authored over 2 years ago by Daniel X Moore <[email protected]>
IfStatement

github.com/DanielXMoore/Civet - 20a09b892d7f3a8b6e50a6488ccd51da5e34c081 authored over 2 years ago by Daniel Moore <[email protected]>
BlockStatement

github.com/DanielXMoore/Civet - 105379fe6bc3e94f1fecf054d3488c34e2a7ab68 authored over 2 years ago by Daniel Moore <[email protected]>
Added variable statement

github.com/DanielXMoore/Civet - 870c9cb8dd075968b31e88f2a5cd67ea66794b28 authored over 2 years ago by Daniel Moore <[email protected]>
export; lexical binding; declarations

github.com/DanielXMoore/Civet - 2f3e4defc678a937e36458814479549231f02c81 authored over 2 years ago by Daniel Moore <[email protected]>
Imports

github.com/DanielXMoore/Civet - e25aa75538221059e71a1ffb314c4f856d600b0b authored over 2 years ago by Daniel Moore <[email protected]>
get more in line with JS line terminators

github.com/DanielXMoore/Civet - cc4c2575d2ec65f2205f0cb6b7879ab70bcfd657 authored over 2 years ago by Daniel Moore <[email protected]>
void, delete, typeof

github.com/DanielXMoore/Civet - 1fec54f67385f024ca3058df24c3c7b80c79dbdb authored over 2 years ago by Daniel Moore <[email protected]>
SuperProperty, MetaProperty, function call optional shorthand

github.com/DanielXMoore/Civet - da38aa6b6c421322907abdfa5b9b59757cb70ed5 authored over 2 years ago by Daniel Moore <[email protected]>
function call tests

github.com/DanielXMoore/Civet - 169afef9b0e4d317dad3289fb2a1b5274f87f3d4 authored over 2 years ago by Daniel Moore <[email protected]>
yield expression

github.com/DanielXMoore/Civet - f254f99c613fbd89244da9586bad8388dfc25186 authored over 2 years ago by Daniel Moore <[email protected]>
Added ArrowFunction

github.com/DanielXMoore/Civet - 87125a23d8824daf97631b2d106898048e27b461 authored over 2 years ago by Daniel Moore <[email protected]>
massive rework to better match spec

github.com/DanielXMoore/Civet - 7dd9cbe9b605ecc319d43026627de317dd8e8abe authored over 2 years ago by Daniel Moore <[email protected]>
RegExpLiteral

github.com/DanielXMoore/Civet - 052ac69af1d538c5e7180bb24b05d025a2820171 authored over 2 years ago by Daniel Moore <[email protected]>
property access test

github.com/DanielXMoore/Civet - 44888e9e622c1b5906503f6e5fdc1b2c48ab93df authored over 2 years ago by Daniel Moore <[email protected]>
Better whitespace handling with assignment

github.com/DanielXMoore/Civet - 350003c65f645de0d416747b2b6678e45f91e4f8 authored over 2 years ago by Daniel Moore <[email protected]>
Added regular method definition

github.com/DanielXMoore/Civet - 4e3f12815b01e538e2326c7598776a72c096931e authored over 2 years ago by Daniel Moore <[email protected]>
async and generator method object properties

github.com/DanielXMoore/Civet - 02dcf6285c6e883688bb2869866605addaec45f1 authored over 2 years ago by Daniel Moore <[email protected]>
Object syntax, nested object syntax

github.com/DanielXMoore/Civet - ac34eeecf8b2124e73024b1c98732d02131c654f authored over 2 years ago by Daniel Moore <[email protected]>
Identifier and string literal tune up

github.com/DanielXMoore/Civet - 1225780a68485b03960603f50860ad42ac89a560 authored over 2 years ago by Daniel Moore <[email protected]>
Object literal

github.com/DanielXMoore/Civet - e8744c906db25479106407df7e5a279c6bd52e3f authored over 2 years ago by Daniel Moore <[email protected]>
Array literal, spread, elision

github.com/DanielXMoore/Civet - 9f8d054e400fae67622b9bb6851463648a42ec87 authored over 2 years ago by Daniel Moore <[email protected]>
comment and parens

github.com/DanielXMoore/Civet - 2fbda203474dcb450aadfea2335537dd41bc22fd authored over 2 years ago by Daniel Moore <[email protected]>
ModuleItem, js identifier property escapes

github.com/DanielXMoore/Civet - ed3d5fab0e49603661b02bfab52128d134864c79 authored over 2 years ago by Daniel Moore <[email protected]>
Added assignment test

github.com/DanielXMoore/Civet - 9dc4e45d4a426c6bf55432543ed167edc5f3333d authored over 2 years ago by Daniel Moore <[email protected]>
Assignment expression

github.com/DanielXMoore/Civet - d56eaf0f8818113c215b00c655a8a139d6f541bf authored over 2 years ago by Daniel Moore <[email protected]>
functions and binary ops

github.com/DanielXMoore/Civet - 0321203bb573fe888f08dc29731317a2addd491e authored over 2 years ago by Daniel Moore <[email protected]>
Initial commit

github.com/DanielXMoore/Civet - 5f2c466ea03360efa6461784e57a7702a1dfbbf9 authored over 2 years ago by Daniel Moore <[email protected]>