@aistastudio/myc 0.2.2 → 0.3.1
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 +39 -14
- package/dist/code_index_worker.ts +6 -0
- package/dist/myc.js +5535 -5326
- package/package.json +1 -1
- package/vendor/tree-sitter/README-tree-sitter.txt +5 -0
- package/vendor/tree-sitter/tree-sitter.wasm +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
tree-sitter.wasm взят из пакета web-tree-sitter (лицензия MIT) без изменений.
|
|
2
|
+
Исходный проект: https://github.com/tree-sitter/tree-sitter
|
|
3
|
+
|
|
4
|
+
Грамматики языков в пакет НЕ входят (все 36 весят 49 МБ) и качаются по
|
|
5
|
+
требованию: `myc code fetch`. Состояние: `myc code grammars`.
|
|
Binary file
|