bump ref grammar to ba94a296c3ea97c755538ef99efe5d1dd034725c (no change)

pull/361/head
Yuya Nishihara 2022-06-18 14:10:08 +07:00
parent 97cba141ac
commit 569d2f193b
2 changed files with 2 additions and 2 deletions

@ -7,4 +7,4 @@ all: qtdeclarative
qtdeclarative:
[ -d $@ ] || $(GIT) clone git://code.qt.io/qt/qtdeclarative.git $@
$(GIT) -C $@ fetch
$(GIT) -C $@ reset --hard 126afed75f738d93935b3b82f1afddda058ec148
$(GIT) -C $@ reset --hard ba94a296c3ea97c755538ef99efe5d1dd034725c

@ -2,7 +2,7 @@
// https://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/qml/
// compiler/qqmlirbuilder.cpp
// parser/{qqmljs.g,qqmljsast_p.h,qqmljslexer.cpp}
// 126afed75f738d93935b3b82f1afddda058ec148
// ba94a296c3ea97c755538ef99efe5d1dd034725c
module.exports = grammar(require('tree-sitter-typescript/typescript/grammar'), {
name: 'qmljs',