ソースを参照

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 8年前
コミット
db4a1ea503
2個のファイルの変更1760行の追加1766行の削除
  1. +1
    -1
      package.json
  2. +1759
    -1765
      src/parser.c

+ 1
- 1
package.json ファイルの表示

@ -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
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存