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

Merge pull request #859 from DanielXMoore/implicit-extension

Support implicit .civet importing unless implicitExtension: false

github.com/DanielXMoore/Civet - 9e9465c1950febc6b58d1a06a6e49a8be407c7fa authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #860 from DanielXMoore/vite-hot

handleHotUpdate to fix Vite HMR (watch in dev mode)

github.com/DanielXMoore/Civet - 99ec357fbf747ad948522fe9779034709d4ec4bb authored 10 months ago by Erik Demaine <[email protected]>
handleHotUpdate to fix Vite HMR (watch in dev mode)

github.com/DanielXMoore/Civet - 4bdceedf80d168f1a6d54d1c3985278aca5388b2 authored 10 months ago by Erik Demaine <[email protected]>
Fix for absolute paths

github.com/DanielXMoore/Civet - 9de43aeb609f26cf1b56e481113ead47a4096e5c authored 10 months ago by Erik Demaine <[email protected]>
Support implicit .civet importing unless implicitExtension: false

github.com/DanielXMoore/Civet - 71d9e994ded8d2dd18cb33620879482a1f86b422 authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #857 from Mokshit06/fix-unplugin-sourcemap

Fix sourcemap issue in unplugin (#846)

github.com/DanielXMoore/Civet - 4271bc59c3be0807b78d06fdd0cec6844b002bad authored 10 months ago by Erik Demaine <[email protected]>
Add ts: 'esbuild' test

github.com/DanielXMoore/Civet - 0a682d854f5d12bd1e7addce90302c71caa97a74 authored 10 months ago by Erik Demaine <[email protected]>
Update prettier

* prettier 3.1.1 supports import attributes
* markdown-it needs synchronous interface via @prett...

github.com/DanielXMoore/Civet - 14fa52f5f480ba2f7b70bdfe537e2e508bb55a85 authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #855 from DanielXMoore/850

Fix #850: Wrap parens around thick pipes with refs in declarations

github.com/DanielXMoore/Civet - f492813b80bf42163808ae94d4b35f8a91e63562 authored 10 months ago by Daniel X Moore <[email protected]>
Merge pull request #856 from DanielXMoore/853

Fix #853: catch clause with extra space

github.com/DanielXMoore/Civet - 3115ff3fc694077bd8d6b3f5ffc4f56b8a0f26bf authored 10 months ago by Daniel X Moore <[email protected]>
Fix case where sourcemap is already object

github.com/DanielXMoore/Civet - 463c1b33b182e2798897c321734ca12a1c8e5e09 authored 10 months ago by Mokshit06 <[email protected]>
fix sourcemap type issue

github.com/DanielXMoore/Civet - e99b5a75393c5c78091ac7d9beb69812a79dd6be authored 10 months ago by Mokshit06 <[email protected]>
Fix #853: catch clause with extra space

github.com/DanielXMoore/Civet - 099bc44bf0ab860733ae6307c982e85926beb955 authored 10 months ago by Daniel Moore <[email protected]>
Fix #850: Wrap parens around thick pipes with refs in declarations

github.com/DanielXMoore/Civet - 215bd90aaf437e7738b62efae46807bebab1ed84 authored 10 months ago by Daniel Moore <[email protected]>
Merge pull request #851 from DanielXMoore/833

Fix #833: Add newline after trailing comment in implicit braced blocks

github.com/DanielXMoore/Civet - ed41b23a8a85c1d2df534337c42b6d2876a10d66 authored 10 months ago by Daniel X Moore <[email protected]>
Fix #833: Add newline after trailing comment in implicit braced blocks

github.com/DanielXMoore/Civet - 8368ea5dd238883164f979c1e85957431ecf7945 authored 10 months ago by Daniel Moore <[email protected]>
Upgrade Vite

github.com/DanielXMoore/Civet - a0eee032d165437c7cadc650f0b0b13c262b62d2 authored 10 months ago by Erik Demaine <[email protected]>
Fix JSX example in comparison

github.com/DanielXMoore/Civet - 6cc5f0a5203931199d64bbc13fb2a649e770925c authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #843 from DanielXMoore/relation-precedence

Fix special relational operator precedence

github.com/DanielXMoore/Civet - 686d2cf919436186cf6d8a03224ae04f4823402e authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #848 from DanielXMoore/import-attributes

Import attributes

github.com/DanielXMoore/Civet - 9ee73923d873a260e7460439c05476bd6c34cf13 authored 10 months ago by Erik Demaine <[email protected]>
Import attributes

github.com/DanielXMoore/Civet - 2fe7bfc57d65936d27e3c7853ddc4e18d08df4d0 authored 10 months ago by Erik Demaine <[email protected]>
Tests and fixes

github.com/DanielXMoore/Civet - fcbd336d092e1aa20742604715ebfbf5257e8be2 authored 10 months ago by Erik Demaine <[email protected]>
Fix special relational operator precedence

Fixes #842

github.com/DanielXMoore/Civet - 196089d77340f3545ee7e92575d00ee8c0bc40b6 authored 10 months ago by Erik Demaine <[email protected]>
Merge pull request #841 from DanielXMoore/839

Fix #839: for each of declaration with auto-let

github.com/DanielXMoore/Civet - 9499dc91302ef50def7339a369461321e015ac93 authored 10 months ago by Daniel X Moore <[email protected]>
node loaders finally caught up with us

github.com/DanielXMoore/Civet - fd707cccff8787ef9edf2fd398bcdfd987f00d8a authored 10 months ago by Daniel Moore <[email protected]>
Fix #839: for each of declaration with auto-let

github.com/DanielXMoore/Civet - 95f1bb26a93cb9519a251d83be0c5c8ad8a3cd3e authored 10 months ago by Daniel Moore <[email protected]>
Merge pull request #838 from DanielXMoore/pattern-multiline

Allow multiple patterns over multiple lines with comma

github.com/DanielXMoore/Civet - 6a69acd3c08ab80e0c6d413163cd4d4029986471 authored 11 months ago by Erik Demaine <[email protected]>
Allow multiple patterns over multiple lines with comma

Part of #335

github.com/DanielXMoore/Civet - 6fb4a188d5f40aa9fec76252ac818ebb0ec0ace8 authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #835 from bkuri/patch-1

Add bracket/comments matching to vscode plugin

github.com/DanielXMoore/Civet - 513bfbd863173cb76084f40933fee2d6667baa23 authored 11 months ago by Daniel X Moore <[email protected]>
Add bracket/comments matching

Should help towards fixing #805. Haven't tested it extensively, but it should be a solid start.

github.com/DanielXMoore/Civet - c5a1c8bb7b901a900aa8f70c055f8497afc41d55 authored 11 months ago by Bernardo Kuri <[email protected]>
Document new pinning expressions

github.com/DanielXMoore/Civet - af57f5b609f11d66f8df9563534c1920d4f0324d authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #834 from DanielXMoore/switch-enum

Generalize pin expressions to allow x.y and ^x.y

github.com/DanielXMoore/Civet - 28ea9c58f0a6a15866cf74152916df40abe8f91c authored 11 months ago by Erik Demaine <[email protected]>
Generalize pin expressions to allow x.y and ^x.y

Fixes #821

github.com/DanielXMoore/Civet - 0ac605cbee00bdac15c249cb16310f3200957104 authored 11 months ago by Erik Demaine <[email protected]>
Unicode operator table in docs

github.com/DanielXMoore/Civet - eff947054a73155dd225d83c13fa548f65dfbb31 authored 11 months ago by Erik Demaine <[email protected]>
Fix Unicode symbols in Playground (#827)

github.com/DanielXMoore/Civet - 0dc051342ab8f2e35bdab0b9c085ff91a42a59d0 authored 11 months ago by Erik Demaine <[email protected]>
x<y>z examples

github.com/DanielXMoore/Civet - 0a839b21ae25a714a9a9001688b8b42fc9d82078 authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #807 from DanielXMoore/72

Fix #72. Reset service when tsconfig changes

github.com/DanielXMoore/Civet - f818c1e7b311c41c110fbef8827b3628f9ff4bcf authored 11 months ago by Daniel X Moore <[email protected]>
Merge pull request #830 from DanielXMoore/824

Fix snug `x<y`

github.com/DanielXMoore/Civet - 4c4d0a0176becfd20c5294887afc682e59e28dab authored 11 months ago by Daniel X Moore <[email protected]>
Merge pull request #810 from Mokshit06/fix-typescript-support

Fix unplugin Typescript builds and update API

github.com/DanielXMoore/Civet - 5156d65c2e1a76a2472917ca4e1123e85914d579 authored 11 months ago by Erik Demaine <[email protected]>
Fix deprecation comments

github.com/DanielXMoore/Civet - 2cb41421863c598898ef43cabb96dad219f4ae17 authored 11 months ago by Erik Demaine <[email protected]>
Fix #824: snug a<b

github.com/DanielXMoore/Civet - c474acf87cf94e84bc38290a49a069f6f340fb1f authored 11 months ago by Daniel Moore <[email protected]>
Allow snug operator assignment

github.com/DanielXMoore/Civet - 066a6138b8b0e059b63b4653e8b557948cb47800 authored 11 months ago by Daniel Moore <[email protected]>
Fix #72. Reset service when tsconfig changes

github.com/DanielXMoore/Civet - 3fd1c411f1e8c21999ee08c78fdaa5145063acf9 authored 11 months ago by Daniel Moore <[email protected]>
Mention new comparisons in reference too

github.com/DanielXMoore/Civet - 74a7ec03dd05dd578d740d0a20aff2ef330f270d authored 11 months ago by Erik Demaine <[email protected]>
Add invalid examples to Operator Spacing

github.com/DanielXMoore/Civet - 129f0358350408a9a5afdf4998de763b20baee9b authored 11 months ago by Erik Demaine <[email protected]>
Document pattern matching pinning

github.com/DanielXMoore/Civet - e3476b5921e23d04df65e1fd0d50e98acead6d39 authored 11 months ago by Erik Demaine <[email protected]>
Use Playground in Operator Spacing

github.com/DanielXMoore/Civet - 253f0b5b384ce05cde3700be3814b03ef2d81032 authored 11 months ago by Erik Demaine <[email protected]>
Comparison: operator spacing

github.com/DanielXMoore/Civet - f4a118eb526fe6a49e6d42255b790f2828cff9be authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #820 from DanielXMoore/template-literal-type-arguments

Type arguments in template literals

github.com/DanielXMoore/Civet - bc4e1cc89da2248e06d2fab97b371945a0033df4 authored 11 months ago by Erik Demaine <[email protected]>
Type arguments in template literals

Fixes #819

github.com/DanielXMoore/Civet - 387870faaf19036fb40c556d759a3b96abb51ebd authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #817 from DanielXMoore/ampersand-assignment

Assignments in & functions

github.com/DanielXMoore/Civet - dcdce25d1afb62cf55f931149e8500399119b938 authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #816 from DanielXMoore/indented-params

Indented function parameters

github.com/DanielXMoore/Civet - f745e54289c132ce359d24accd73fd2cf81333d8 authored 11 months ago by Erik Demaine <[email protected]>
Assignments in & functions

github.com/DanielXMoore/Civet - f3adf58c64be1a53d7c3cb70b7e0f04cd796f3bc authored 11 months ago by Erik Demaine <[email protected]>
More negative tests

github.com/DanielXMoore/Civet - 0ed88df632741207e1c59399f90f217ae2b950e2 authored 11 months ago by Erik Demaine <[email protected]>
Indented function parameters

Rewrite NonEmptyParameters to include Nested forms.

Fixes #760. Fixes #811.

github.com/DanielXMoore/Civet - 4771dbcca850e21c68cb952a3498293a15cb6dd1 authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #815 from DanielXMoore/promise-void-non-async

Fix Promise<void> in non-async function

github.com/DanielXMoore/Civet - 61c8f2d555a7c16d5ab1c22e81d3d6fa101d4a8d authored 11 months ago by Erik Demaine <[email protected]>
More tests for coverage

github.com/DanielXMoore/Civet - dbcd0a051ba0ac9e9846fad697fb9b3163bdb6f6 authored 11 months ago by Erik Demaine <[email protected]>
Fix Promise<void> in non-async function

Fixes #814

github.com/DanielXMoore/Civet - 644907871e3cf0ab7fbff8bac15871322f63f05a authored 11 months ago by Erik Demaine <[email protected]>
Update moduleResolution in tsconfigs

"nodenext" or "bundler" is needed to correctly resolve unplugin types
(otherwise TypeScript does...

github.com/DanielXMoore/Civet - ce4c284a54a2deeabf5f407aa26d4091668d982d authored 11 months ago by Erik Demaine <[email protected]>
Prevent esbuild from processing JSX

github.com/DanielXMoore/Civet - 037de873976c2efb28249854a3b937592898eba5 authored 11 months ago by Erik Demaine <[email protected]>
Documentation tweaks

github.com/DanielXMoore/Civet - 0c998433f07a3d27df5cb80df956fc5d0ad2ce68 authored 11 months ago by Erik Demaine <[email protected]>
Add warning for implicit civet mode

github.com/DanielXMoore/Civet - 8ee80e8d434e76d432c304d063cdd6aace8415ed authored 11 months ago by Mokshit06 <[email protected]>
Add more info in unplugin docs

github.com/DanielXMoore/Civet - dfab088bc9f72405979c8685fa03a724ceabd2bd authored 11 months ago by Mokshit06 <[email protected]>
Fix civet mode bug

github.com/DanielXMoore/Civet - 9b3d52de7b910e345e19a8e773766af28d023a81 authored 11 months ago by Mokshit06 <[email protected]>
Add js and dts options (deprecated)

github.com/DanielXMoore/Civet - 35f320a500b1b1986634b6d336a759191f312bc8 authored 11 months ago by Mokshit06 <[email protected]>
Add warning for implicit civet mode

github.com/DanielXMoore/Civet - 603652a1e169e3406b6e84728b53cc7c32c0b081 authored 11 months ago by Mokshit06 <[email protected]>
update docs with new API

github.com/DanielXMoore/Civet - 5997bfbd5878d9608b6dc1e865bc77799abcfcf1 authored 11 months ago by Mokshit06 <[email protected]>
implement new unplugin options and fix ts builds

github.com/DanielXMoore/Civet - d3d2f0a71512c7b13ebf09ddd8f07f5019f6c1a4 authored 11 months ago by Mokshit06 <[email protected]>
Merge pull request #809 from DanielXMoore/dependabot/npm_and_yarn/axios-1.6.0

Bump axios from 1.5.0 to 1.6.0

github.com/DanielXMoore/Civet - 0efd56eb5fff8f35173a17623064279753409476 authored 11 months ago by Daniel X Moore <[email protected]>
Bump axios from 1.5.0 to 1.6.0

Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.0.
- [Release notes](https://git...

github.com/DanielXMoore/Civet - 49af381afe8005f1fa522d893adc0e8db8b59b06 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mention sourcemap option in esbuild examples

github.com/DanielXMoore/Civet - 2880fc82abd17a3fcb3ecb9cd3d79f5d2a1eb83e authored 11 months ago by Erik Demaine <[email protected]>
Browser compiler instructions

github.com/DanielXMoore/Civet - 79307501eb0f22345b34a68b5cd54b2fa9959d24 authored 11 months ago by Erik Demaine <[email protected]>
xor docs raw (no prettier)

github.com/DanielXMoore/Civet - 701507c690e9f505b70a85ef4fbc803dde7e74eb authored 11 months ago by Erik Demaine <[email protected]>
Replace FiraMono with FiraCode with flags

github.com/DanielXMoore/Civet - aebdd20301612d62d6b26a37ee7f80947492e558 authored 11 months ago by Erik Demaine <[email protected]>
Add missing `.default` to unplugin example

github.com/DanielXMoore/Civet - 90f360ee5470997939107d330babf3c039122f1f authored 11 months ago by Erik Demaine <[email protected]>
Merge pull request #802 from DanielXMoore/705

Fix #705

github.com/DanielXMoore/Civet - 38b658b7c18264dd5340603b6471d4fe228ffb2e authored 11 months ago by Daniel X Moore <[email protected]>
Merge pull request #799 from bbrk24/xor-typing

Update xor typing

github.com/DanielXMoore/Civet - f39bf83b3a4b74411e69afaa108ad1ca28eef787 authored 11 months ago by Daniel X Moore <[email protected]>
Merge pull request #801 from DanielXMoore/lsp-references

Added references to lsp

github.com/DanielXMoore/Civet - dc620db40c629071e93a6c49c0cdadedd66f77b4 authored 11 months ago by Daniel X Moore <[email protected]>
Update readme with implemented features

github.com/DanielXMoore/Civet - f07b88d7b39b9e44b295d72fcaee3dcf2991bda6 authored 11 months ago by Daniel Moore <[email protected]>
Added references to lsp

github.com/DanielXMoore/Civet - c8b8f7e45ef9883ab43b7a988b8295595f125f64 authored 12 months ago by Daniel Moore <[email protected]>
Fully accurate typing for XOR

github.com/DanielXMoore/Civet - 043fb386b43425fed24c5cf6a7ccdc2293bc49b0 authored 12 months ago by William Baker <[email protected]>
Add fully accurate typing for XNOR

github.com/DanielXMoore/Civet - 9c4d172975100418512a9ed362efaafad64fdd75 authored 12 months ago by William Baker <[email protected]>
Merge pull request #797 from Mokshit06/fix-path-resolution

Check for existence of absolute path in unplugin

github.com/DanielXMoore/Civet - be3fa5d1feb4ef3e67b7fca79e2d98cef0bb43f6 authored 12 months ago by Daniel X Moore <[email protected]>
Update xor typing

github.com/DanielXMoore/Civet - 149d6871c212948e9def2d8b25f4d88978bfbdb4 authored 12 months ago by William Baker <[email protected]>
remove unnecessary path cleanse

github.com/DanielXMoore/Civet - e1b4005b86b1c8362a414e8386e0d8d6cc233122 authored 12 months ago by Mokshit06 <[email protected]>
check for existence of absolute path in unplugin

github.com/DanielXMoore/Civet - 6eabf773132ef9fdeb40cfa3e597a6c2bce57535 authored 12 months ago by Mokshit06 <[email protected]>
Merge pull request #796 from DanielXMoore/704

Fix #704; better open paren whitespace handling in type declarations

github.com/DanielXMoore/Civet - e9be075812b8626df528edf01ade11a3494133f2 authored 12 months ago by Daniel X Moore <[email protected]>
Merge pull request #795 from DanielXMoore/comma-expression

Forbid comma operator in one-line thin arrow functions

github.com/DanielXMoore/Civet - 98005b08bccb5e6b5ce1f8a46be4438e7bfcf46d authored 12 months ago by Erik Demaine <[email protected]>
Fix #704; better open paren whitespace handling in type declarations

github.com/DanielXMoore/Civet - 853084e2cca77bdd4e25fe25e15d70f21a4283fc authored 12 months ago by Daniel Moore <[email protected]>