@kreuzberg/tree-sitter-language-pack-wasm 1.6.0 → 1.6.2
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 +1 -1
- package/package.json +1 -1
- package/ts_pack_wasm.js +0 -13
- package/ts_pack_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<img src="https://img.shields.io/npm/v/@kreuzberg/tree-sitter-language-pack-wasm?label=WASM&color=007ec6" alt="Wasm">
|
|
14
14
|
</a> <a href="https://central.sonatype.com/artifact/dev.kreuzberg/tree-sitter-language-pack">
|
|
15
15
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/tree-sitter-language-pack?label=Java&color=007ec6" alt="Java">
|
|
16
|
-
</a> <a href="https://github.com/kreuzberg-dev/tree-sitter-language-pack/tree/main/packages/go
|
|
16
|
+
</a> <a href="https://github.com/kreuzberg-dev/tree-sitter-language-pack/tree/main/packages/go">
|
|
17
17
|
<img src="https://img.shields.io/github/v/tag/kreuzberg-dev/tree-sitter-language-pack?label=Go&color=007ec6" alt="Go">
|
|
18
18
|
</a> <a href="https://www.nuget.org/packages/TreeSitterLanguagePack">
|
|
19
19
|
<img src="https://img.shields.io/nuget/v/TreeSitterLanguagePack?label=C%23&color=007ec6" alt="Csharp">
|
package/package.json
CHANGED
package/ts_pack_wasm.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
/* @ts-self-types="./ts_pack_wasm.d.ts" */
|
|
2
|
-
import * as import1 from "env"
|
|
3
|
-
import * as import2 from "env"
|
|
4
|
-
import * as import3 from "env"
|
|
5
|
-
import * as import4 from "env"
|
|
6
|
-
import * as import5 from "env"
|
|
7
|
-
import * as import6 from "env"
|
|
8
|
-
|
|
9
2
|
|
|
10
3
|
export class WasmTree {
|
|
11
4
|
static __wrap(ptr) {
|
|
@@ -731,12 +724,6 @@ function __wbg_get_imports() {
|
|
|
731
724
|
return {
|
|
732
725
|
__proto__: null,
|
|
733
726
|
"./ts_pack_wasm_bg.js": import0,
|
|
734
|
-
"env": import1,
|
|
735
|
-
"env": import2,
|
|
736
|
-
"env": import3,
|
|
737
|
-
"env": import4,
|
|
738
|
-
"env": import5,
|
|
739
|
-
"env": import6,
|
|
740
727
|
};
|
|
741
728
|
}
|
|
742
729
|
|
package/ts_pack_wasm_bg.wasm
CHANGED
|
Binary file
|