-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28ed02b
commit f3465d5
Showing
13 changed files
with
42 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "4.1.3", | ||
"version": "4.3.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# @install: lix --silent download "haxelib:/hxnodejs#12.1.0" into hxnodejs/12.1.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/haxelib/src | ||
-D hxnodejs=12.1.0 | ||
--macro allowPackage('sys') | ||
# should behave like other target defines and not be defined in macro context | ||
--macro define('nodejs') | ||
--macro _internal.SuppressDeprecated.run() | ||
# @install: lix --silent download "haxelib:/hxnodejs#12.2.0" into hxnodejs/12.2.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/hxnodejs/12.2.0/haxelib/src | ||
-D hxnodejs=12.2.0 | ||
--macro allowPackage('sys') | ||
# should behave like other target defines and not be defined in macro context | ||
--macro define('nodejs') | ||
--macro _internal.SuppressDeprecated.run() |
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,7 +1,7 @@ | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_await#ae8cdf033ed3e1c735c37d1e8b79eb6d4512821e" into tink_await/0.6.0/github/ae8cdf033ed3e1c735c37d1e8b79eb6d4512821e | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_await#045b8370ecd30a307b2aa71593f2bc850b7f46d2" into tink_await/0.6.0/github/045b8370ecd30a307b2aa71593f2bc850b7f46d2 | ||
-lib tink_core | ||
-lib tink_macro | ||
-lib tink_syntaxhub | ||
-cp ${HAXE_LIBCACHE}/tink_await/0.6.0/github/ae8cdf033ed3e1c735c37d1e8b79eb6d4512821e/src | ||
-cp ${HAXE_LIBCACHE}/tink_await/0.6.0/github/045b8370ecd30a307b2aa71593f2bc850b7f46d2/src | ||
-D tink_await=0.6.0 | ||
--macro tink.await.Await.use() |
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/haxetink/tink_chunk#d58e35ce6985a9e40e76a9771e8eee30c6efa5aa" into tink_chunk/0.4.0/github/d58e35ce6985a9e40e76a9771e8eee30c6efa5aa | ||
-cp ${HAXE_LIBCACHE}/tink_chunk/0.4.0/github/d58e35ce6985a9e40e76a9771e8eee30c6efa5aa/src | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_chunk#f178d47593e42ba184af2eb88db4f8f1f554dbf3" into tink_chunk/0.4.0/github/f178d47593e42ba184af2eb88db4f8f1f554dbf3 | ||
-cp ${HAXE_LIBCACHE}/tink_chunk/0.4.0/github/f178d47593e42ba184af2eb88db4f8f1f554dbf3/src | ||
-D tink_chunk=0.4.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,8 +1,8 @@ | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_cli#1278ad2a34fd5e2403e414aefe09bb938d0c8825" into tink_cli/0.5.1/github/1278ad2a34fd5e2403e414aefe09bb938d0c8825 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_cli#c9124f9be04baca0cd55f06237a0a9fffb6287dc" into tink_cli/0.5.1/github/c9124f9be04baca0cd55f06237a0a9fffb6287dc | ||
-lib tink_io | ||
-lib tink_macro | ||
-lib tink_stringly | ||
-cp ${HAXE_LIBCACHE}/tink_cli/0.5.1/github/1278ad2a34fd5e2403e414aefe09bb938d0c8825/src | ||
-cp ${HAXE_LIBCACHE}/tink_cli/0.5.1/github/c9124f9be04baca0cd55f06237a0a9fffb6287dc/src | ||
-D tink_cli=0.5.1 | ||
# Make sure docs are generated | ||
-D use-rtti-doc |
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/haxetink/tink_core#abee932c4e724517090238b6527eac28874c0354" into tink_core/1.27.1/github/abee932c4e724517090238b6527eac28874c0354 | ||
-cp ${HAXE_LIBCACHE}/tink_core/1.27.1/github/abee932c4e724517090238b6527eac28874c0354/src | ||
-D tink_core=1.27.1 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_core#670bc1d256a657cee2e78e3554d7effe31c3682d" into tink_core/2.1.1/github/670bc1d256a657cee2e78e3554d7effe31c3682d | ||
-cp ${HAXE_LIBCACHE}/tink_core/2.1.1/github/670bc1d256a657cee2e78e3554d7effe31c3682d/src | ||
-D tink_core=2.1.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,5 +1,5 @@ | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_io#ea6c6eec70f480082c6d8c4deed1cda4ae805fcf" into tink_io/0.8.0/github/ea6c6eec70f480082c6d8c4deed1cda4ae805fcf | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_io#e75bd9d718eda4fea58a49de952fd5439e336d81" into tink_io/0.9.0/github/e75bd9d718eda4fea58a49de952fd5439e336d81 | ||
-lib tink_chunk | ||
-lib tink_streams | ||
-cp ${HAXE_LIBCACHE}/tink_io/0.8.0/github/ea6c6eec70f480082c6d8c4deed1cda4ae805fcf/src | ||
-D tink_io=0.8.0 | ||
-cp ${HAXE_LIBCACHE}/tink_io/0.9.0/github/e75bd9d718eda4fea58a49de952fd5439e336d81/src | ||
-D tink_io=0.9.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/haxetink/tink_macro#f1010a518fdefb484eaff8727ff022ba51658e53" into tink_macro/0.23.0/github/f1010a518fdefb484eaff8727ff022ba51658e53 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_macro#990096cfd58edf3411c74672719ab517ec389810" into tink_macro/1.0.3/github/990096cfd58edf3411c74672719ab517ec389810 | ||
-lib tink_core | ||
-cp ${HAXE_LIBCACHE}/tink_macro/0.23.0/github/f1010a518fdefb484eaff8727ff022ba51658e53/src | ||
-D tink_macro=0.23.0 | ||
-cp ${HAXE_LIBCACHE}/tink_macro/1.0.3/github/990096cfd58edf3411c74672719ab517ec389810/src | ||
-D tink_macro=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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @install: lix --silent download haxelib:tink_priority#0.1.3 into tink_priority/0.1.3/haxelib | ||
-D tink_priority=0.1.3 | ||
-cp ${HAXESHIM_LIBCACHE}/tink_priority/0.1.3/haxelib/src | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_priority#b4b772298676314d0672d64ddc8e7f4ffece0f1b" into tink_priority/0.1.4/github/b4b772298676314d0672d64ddc8e7f4ffece0f1b | ||
-cp ${HAXE_LIBCACHE}/tink_priority/0.1.4/github/b4b772298676314d0672d64ddc8e7f4ffece0f1b/src | ||
-D tink_priority=0.1.4 |
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,6 +1,4 @@ | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_streams#5066a96c4a8b483479b6a8df8893eaf8922d3bea" into tink_streams/0.4.0/github/5066a96c4a8b483479b6a8df8893eaf8922d3bea | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_streams#aa8a05f7a82e5b881ae3bf8df4aa219bd56fec0f" into tink_streams/0.3.3/github/aa8a05f7a82e5b881ae3bf8df4aa219bd56fec0f | ||
-lib tink_core | ||
-cp ${HAXE_LIBCACHE}/tink_streams/0.4.0/github/5066a96c4a8b483479b6a8df8893eaf8922d3bea/src | ||
-D tink_streams=0.4.0 | ||
# temp for development, delete this file when pure branch merged | ||
-D pure | ||
-cp ${HAXE_LIBCACHE}/tink_streams/0.3.3/github/aa8a05f7a82e5b881ae3bf8df4aa219bd56fec0f/src | ||
-D tink_streams=0.3.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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# @install: lix --silent download "haxelib:tink_stringly#0.2.0" into tink_stringly/0.2.0/haxelib | ||
-D tink_stringly=0.2.0 | ||
-cp ${HAXE_LIBCACHE}/tink_stringly/0.2.0/haxelib/src | ||
|
||
-lib tink_core | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_stringly#b81c058560ef979786a2f8711803e1c47a827df3" into tink_stringly/0.6.0/github/b81c058560ef979786a2f8711803e1c47a827df3 | ||
-lib tink_core | ||
-cp ${HAXE_LIBCACHE}/tink_stringly/0.6.0/github/b81c058560ef979786a2f8711803e1c47a827df3/src | ||
-D tink_stringly=0.6.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,6 +1,6 @@ | ||
# @install: lix --silent download https://github.com/haxetink/tink_syntaxhub/archive/b8a7e51a48c002cbeedb873f6cec177dbec9b8fd.tar.gz into tink_syntaxhub/0.3.6/github/b8a7e51a48c002cbeedb873f6cec177dbec9b8fd | ||
-D tink_syntaxhub=0.3.6 | ||
-cp ${HAXESHIM_LIBCACHE}/tink_syntaxhub/0.3.6/github/b8a7e51a48c002cbeedb873f6cec177dbec9b8fd/src | ||
--macro tink.SyntaxHub.use() | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_syntaxhub#082f0061af7edd241e85785e4f5fd0948471a535" into tink_syntaxhub/0.6.1/github/082f0061af7edd241e85785e4f5fd0948471a535 | ||
-lib tink_macro | ||
-lib tink_priority | ||
-lib tink_macro | ||
-cp ${HAXE_LIBCACHE}/tink_syntaxhub/0.6.1/github/082f0061af7edd241e85785e4f5fd0948471a535/src | ||
-D tink_syntaxhub=0.6.1 | ||
--macro tink.SyntaxHub.use() |
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,6 +1,7 @@ | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_testrunner#e8dbb790838544c66f92538da039e7027e8f1cf8" into tink_testrunner/0.9.0/github/e8dbb790838544c66f92538da039e7027e8f1cf8 | ||
# @install: lix --silent download "gh://github.com/haxetink/tink_testrunner#e8f70026f16bf179cd8c0113bcef1d72f1075bd1" into tink_testrunner/0.9.0/github/e8f70026f16bf179cd8c0113bcef1d72f1075bd1 | ||
-lib ansi | ||
-lib tink_macro | ||
-lib tink_streams | ||
-cp ${HAXE_LIBCACHE}/tink_testrunner/0.9.0/github/e8dbb790838544c66f92538da039e7027e8f1cf8/src | ||
-D tink_testrunner=0.9.0 | ||
-cp ${HAXE_LIBCACHE}/tink_testrunner/0.9.0/github/e8f70026f16bf179cd8c0113bcef1d72f1075bd1/src | ||
-D tink_testrunner=0.9.0 | ||
--macro addGlobalMetadata('ANSI.Attribute', "@:native('ANSIAttribute')", false) |