@ast-grep/lang-javascript 0.0.6 → 0.0.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
|
@@ -8,7 +8,7 @@ In a pnpm project, run:
|
|
|
8
8
|
pnpm install @ast-grep/lang-javascript
|
|
9
9
|
pnpm install @ast-grep/napi
|
|
10
10
|
# install the tree-sitter-cli if no prebuild is available
|
|
11
|
-
pnpm install
|
|
11
|
+
pnpm install tree-sitter-cli --save-dev
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Usage
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|