Procházet zdrojové kódy

Regenerate with latest tree-sitter-cli

This fixes a bug in regex quantifier handling that affects the
escape sequence token.
pull/16/merge
Max Brunsfeld před 8 roky
rodič
revize
db4a1ea503
2 změnil soubory, kde provedl 1760 přidání a 1766 odebrání
  1. +1
    -1
      package.json
  2. +1759
    -1765
      src/parser.c

+ 1
- 1
package.json Zobrazit soubor

@ -13,7 +13,7 @@
"nan": "^2.10.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.13.4"
"tree-sitter-cli": "^0.13.6"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",

+ 1759
- 1765
src/parser.c
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit