-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added editKey to prevent editing of old snippets (#19)
* added editKey to prevent editing of old snippets
- Loading branch information
Showing
20 changed files
with
89 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "4.3.1", | ||
"version": "4.3.6", | ||
"resolveLibs": "scoped" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download "haxelib:/format#3.5.0" into format/3.5.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/format/3.5.0/haxelib/ | ||
-D format=3.5.0 | ||
# @install: lix --silent download "haxelib:/format#3.7.0" into format/3.7.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/format/3.7.0/haxelib/ | ||
-D format=3.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @install: lix --silent download "haxelib:/formatter#1.14.6" into formatter/1.14.6/haxelib | ||
# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.14.6/haxelib" | ||
-cp ${HAXE_LIBCACHE}/formatter/1.14.6/haxelib/src | ||
-D formatter=1.14.6 | ||
# @install: lix --silent download "haxelib:/formatter#1.16.0" into formatter/1.16.0/haxelib | ||
# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.16.0/haxelib" | ||
-cp ${HAXE_LIBCACHE}/formatter/1.16.0/haxelib/src | ||
-D formatter=1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#f0a7f07101c14dc32b0964dd52af8dcaa322e178" into haxeparser/4.3.0-rc.1/github/f0a7f07101c14dc32b0964dd52af8dcaa322e178 | ||
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2" into haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2 | ||
-lib hxparse | ||
-cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/f0a7f07101c14dc32b0964dd52af8dcaa322e178/src | ||
-cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/a5fce2ecf5fb3bdfebfd7efd8b05329d456ec0d2/src | ||
-D haxeparser=4.3.0-rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download "gh://github.com/HaxeFoundation/hx3compat#91edf63bfd82d0d110a51c96028905b962c7968e" into hx3compat/1.0.3/github/91edf63bfd82d0d110a51c96028905b962c7968e | ||
-cp ${HAXE_LIBCACHE}/hx3compat/1.0.3/github/91edf63bfd82d0d110a51c96028905b962c7968e/std | ||
# @install: lix --silent download "gh://github.com/HaxeFoundation/hx3compat#abcb97053906d349c8b8172f61934d66074e65be" into hx3compat/1.0.3/github/abcb97053906d349c8b8172f61934d66074e65be | ||
-cp ${HAXE_LIBCACHE}/hx3compat/1.0.3/github/abcb97053906d349c8b8172f61934d66074e65be/std | ||
-D hx3compat=1.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# @install: lix --silent download "gh://github.com/HaxeFoundation/hx4compat#bcfa1ee78bca457c0db38e10aa3e7d5ba816943c" into hx4compat/1.0.0/github/bcfa1ee78bca457c0db38e10aa3e7d5ba816943c | ||
-cp ${HAXE_LIBCACHE}/hx4compat/1.0.0/github/bcfa1ee78bca457c0db38e10aa3e7d5ba816943c/std | ||
-D hx4compat=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download "gh://github.com/simn/hxparse#32e376f80c4b0e999e9f3229947d4dac2138382b" into hxparse/4.0.1/github/32e376f80c4b0e999e9f3229947d4dac2138382b | ||
-cp ${HAXE_LIBCACHE}/hxparse/4.0.1/github/32e376f80c4b0e999e9f3229947d4dac2138382b/src | ||
-D hxparse=4.0.1 | ||
# @install: lix --silent download "gh://github.com/simn/hxparse#876070ec62a4869de60081f87763e23457a3bda8" into hxparse/4.3.0/github/876070ec62a4869de60081f87763e23457a3bda8 | ||
-cp ${HAXE_LIBCACHE}/hxparse/4.3.0/github/876070ec62a4869de60081f87763e23457a3bda8/src | ||
-D hxparse=4.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download "haxelib:/tokentree#1.2.8" into tokentree/1.2.8/haxelib | ||
-cp ${HAXE_LIBCACHE}/tokentree/1.2.8/haxelib/src | ||
-D tokentree=1.2.8 | ||
# @install: lix --silent download "haxelib:/tokentree#1.2.13" into tokentree/1.2.13/haxelib | ||
-cp ${HAXE_LIBCACHE}/tokentree/1.2.13/haxelib/src | ||
-D tokentree=1.2.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# @install: lix --silent download "haxelib:/utest#1.13.2" into utest/1.13.2/haxelib | ||
-cp ${HAXE_LIBCACHE}/utest/1.13.2/haxelib/src | ||
-D utest=1.13.2 | ||
--macro utest.utils.Macro.checkHaxe() | ||
--macro utest.utils.Macro.importEnvSettings() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters