-
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.
cleanup
- Loading branch information
Showing
12 changed files
with
27 additions
and
26 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,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,4 +1,4 @@ | ||
# @install: lix --silent download "haxelib:/json2object#3.11.0" into json2object/3.11.0/haxelib | ||
# @install: lix --silent download "gh://github.com/elnabo/json2object#a75859de1e966c09e73591b6c9186086c143fe60" into json2object/3.11.0/github/a75859de1e966c09e73591b6c9186086c143fe60 | ||
-lib hxjsonast | ||
-cp ${HAXE_LIBCACHE}/json2object/3.11.0/haxelib/src | ||
-cp ${HAXE_LIBCACHE}/json2object/3.11.0/github/a75859de1e966c09e73591b6c9186086c143fe60/src | ||
-D json2object=3.11.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,5 +1,5 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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 @@ | ||
-lib json2object | ||
-cp ../../test-adapter | ||
-D test-adapter=2.0.5 | ||
-D test-adapter=2.0.7 | ||
${SCOPE_DIR}/../../test-adapter/extraParams.hxml | ||
--macro Sys.println("haxe_libraries/test-adapter.hxml:3: [Warning] Using dev version of library test-adapter") |
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