@canyonjs/babel-plugin 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @canyonjs/babel-plugin
2
+
3
+ A Babel plugin for [Canyon](https://canyonjs.io). It instruments your source at build time, injecting coverage collection logic and Canyon metadata (repository, commit info, etc.), and works alongside the Istanbul toolchain.
4
+
5
+ Use it in any frontend project that compiles with Babel. If you use Vite, you can use [`@canyonjs/vite-plugin`](https://www.npmjs.com/package/@canyonjs/vite-plugin) instead, which reuses this plugin internally.
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ npm install -D @canyonjs/babel-plugin
11
+ ```
12
+
13
+ ## Documentation
14
+
15
+ Full details on options, CI auto-detection, and using it with `babel-plugin-istanbul` are in the official docs:
16
+
17
+ **https://docs.canyonjs.io/docs/ecosystem/babel-plugin**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canyonjs/babel-plugin",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",