@danielx/civet 0.6.26 → 0.6.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,7 @@ Civet
4
4
  [![Build Status](https://img.shields.io/github/actions/workflow/status/DanielXMoore/Civet/build.yml?branch=master&logo=github&style=for-the-badge)](https://github.com/DanielXMoore/Civet/actions/workflows/build.yml)
5
5
  [![NPM Version](https://img.shields.io/npm/v/@danielx/civet.svg?style=for-the-badge)](https://www.npmjs.com/package/@danielx/civet)
6
6
  [![NPM Downloads](https://img.shields.io/npm/dm/@danielx/civet.svg?style=for-the-badge)](https://www.npmjs.com/package/@danielx/civet)
7
+ [![Coverage Status](https://img.shields.io/coverallsCoverage/github/DanielXMoore/Civet?style=for-the-badge)](https://coveralls.io/github/DanielXMoore/Civet?branch=main)
7
8
  [![Discord](https://img.shields.io/discord/933472021310996512?style=for-the-badge)](https://discord.com/invite/xkrW9GebBc)
8
9
  [![Open Collective](https://img.shields.io/opencollective/all/civet?style=for-the-badge)](https://opencollective.com/civet)
9
10
 
@@ -15,8 +16,12 @@ The modern way to write TypeScript.
15
16
  - [Civet VSCode Extension](https://marketplace.visualstudio.com/items?itemName=DanielX.civet)
16
17
  - [Discord Server](https://discord.gg/xkrW9GebBc)
17
18
  - Plugins for
19
+ [Vite, esbuild, Rollup, Webpack, Rspack](integration/unplugin)
20
+ (including metaframeworks such as Astro),
21
+ <!--
18
22
  [esbuild](source/esbuild-plugin.civet),
19
23
  [Vite](https://github.com/lorefnon/vite-plugin-civet),
24
+ -->
20
25
  [Babel](source/babel-plugin.mjs),
21
26
  [Gulp](integrations/gulp),
22
27
  [ESM module resolution](source/esm.civet),
@@ -373,6 +378,11 @@ esbuild.build({
373
378
 
374
379
  It's super fast and works great!
375
380
 
381
+ Code Coverage
382
+ ---
383
+
384
+ [![Coverage Status](https://coveralls.io/repos/github/DanielXMoore/Civet/badge.svg?branch=main)](https://coveralls.io/github/DanielXMoore/Civet?branch=main)
385
+
376
386
  Sponsorship
377
387
  ---
378
388
  If you are so inclined, you can sponsor Civet on [Open Collective](https://opencollective.com/civet).