@wasm-fmt/clang-format 18.1.6 → 18.1.7

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
@@ -16,6 +16,13 @@ npx jsr add @fmt/clang-format
16
16
 
17
17
  # Usage
18
18
 
19
+ ## CLI
20
+
21
+ This repository contains two executable files, namely clang-format and git-clang-format.
22
+ For more information, please refer to https://clang.llvm.org/docs/ClangFormat.html
23
+
24
+ ## API
25
+
19
26
  ```JavaScript
20
27
  import init, { format } from "@wasm-fmt/clang-format";
21
28
 
package/clang-format.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wasm-fmt/clang-format",
3
3
  "author": "magic-akari <akari.ccino@gamil.com>",
4
- "version": "18.1.6",
4
+ "version": "18.1.7",
5
5
  "description": "A wasm based clang-format",
6
6
  "main": "clang-format.js",
7
7
  "types": "clang-format.d.ts",