Skip to content

Commit 4569371

Browse files
committed
updated haxeparser and tokentree libs
1 parent 0a98c85 commit 4569371

File tree

4 files changed

+35
-9
lines changed

4 files changed

+35
-9
lines changed

haxe_libraries/haxeparser.hxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @install: lix --silent download "gh://github.com/simn/haxeparser#e4f91798d502cd2811a363c1d2fe1456aa9feb02" into haxeparser/3.3.0/github/e4f91798d502cd2811a363c1d2fe1456aa9feb02
1+
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#c225ee18bf0118fb5106efc3a7a8e882173cf093" into haxeparser/3.3.0/github/c225ee18bf0118fb5106efc3a7a8e882173cf093
22
-lib hxparse
3-
-cp ${HAXE_LIBCACHE}/haxeparser/3.3.0/github/e4f91798d502cd2811a363c1d2fe1456aa9feb02/src
3+
-cp ${HAXE_LIBCACHE}/haxeparser/3.3.0/github/c225ee18bf0118fb5106efc3a7a8e882173cf093/src
44
-D haxeparser=3.3.0

haxe_libraries/tokentree.hxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# @install: lix --silent download "haxelib:/tokentree#1.1.1" into tokentree/1.1.1/haxelib
2-
-cp ${HAXE_LIBCACHE}/tokentree/1.1.1/haxelib/src
1+
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#838976b736d1c922d681fedb2b416d42acabb6da" into tokentree/1.1.1/github/838976b736d1c922d681fedb2b416d42acabb6da
2+
-cp ${HAXE_LIBCACHE}/tokentree/1.1.1/github/838976b736d1c922d681fedb2b416d42acabb6da/src
33
-D tokentree=1.1.1

package-lock.json

Lines changed: 30 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"devDependencies": {
32-
"lix": "^15.10.1"
32+
"lix": "^15.11.6"
3333
},
3434
"bugs": "https://github.com/HaxeCheckstyle/haxe-checkstyle/issues",
3535
"license": "MIT",

0 commit comments

Comments
 (0)