-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up * maybe never lix * copy gitignore
- Loading branch information
Showing
26 changed files
with
117 additions
and
886 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,7 @@ | ||
bin/ | ||
/.vscode/.BROWSE.VC.DB | ||
debug.log | ||
bin | ||
node_modules | ||
dump | ||
*.log | ||
*.vsix | ||
haxelib/haxelib.zip |
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.0.5", | ||
"version": "a443fd3", | ||
"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,4 +1,5 @@ | ||
{ | ||
"haxe.executable": "auto", | ||
"[haxe]": { | ||
"editor.formatOnSave": true, | ||
"editor.formatOnPaste": true | ||
|
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 was deleted.
Oops, something went wrong.
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 @@ | ||
-D haxeparser=3.3.0 | ||
# @install: lix --silent download "gh://github.com/Simn/haxeparser#48160b190cacafb0003d0c8d085dca2c85e21e31" into haxeparser/3.3.0/github/48160b190cacafb0003d0c8d085dca2c85e21e31 | ||
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/haxeparser#7e98c9aef901b8e26541cf3f8a6e1da0385b237a" into haxeparser/4.3.0-rc.1/github/7e98c9aef901b8e26541cf3f8a6e1da0385b237a | ||
-lib hxparse | ||
-cp ${HAXE_LIBCACHE}/haxeparser/3.3.0/github/48160b190cacafb0003d0c8d085dca2c85e21e31/src | ||
-cp ${HAXE_LIBCACHE}/haxeparser/4.3.0-rc.1/github/7e98c9aef901b8e26541cf3f8a6e1da0385b237a/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,6 +1,7 @@ | ||
-D hxnodejs=10.0.0 | ||
# @install: lix --silent download "haxelib:/hxnodejs#10.0.0" into hxnodejs/10.0.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/hxnodejs/10.0.0/haxelib/src | ||
--macro allowPackage('sys') | ||
# should behave like other target defines and not be defined in macro context | ||
--macro define('nodejs') | ||
-D hxnodejs=12.1.0 | ||
# @install: lix --silent download "haxelib:/hxnodejs#12.1.0" into hxnodejs/12.1.0/haxelib | ||
-cp ${HAXE_LIBCACHE}/hxnodejs/12.1.0/haxelib/src | ||
--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,3 +1,3 @@ | ||
-D hxparse=4.0.0 | ||
# @install: lix --silent download "gh://github.com/Simn/hxparse#53b79171d36c1146ca349e48b7b69885be5e0024" into hxparse/4.0.0/github/53b79171d36c1146ca349e48b7b69885be5e0024 | ||
-cp ${HAXE_LIBCACHE}/hxparse/4.0.0/github/53b79171d36c1146ca349e48b7b69885be5e0024/src | ||
# @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 |
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 @@ | ||
-D tokentree=1.0.28 | ||
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#0b48308e5cec2daf8e721dc69835be1360272d8a" into tokentree/1.0.28/github/0b48308e5cec2daf8e721dc69835be1360272d8a | ||
-cp ${HAXE_LIBCACHE}/tokentree/1.0.28/github/0b48308e5cec2daf8e721dc69835be1360272d8a/src | ||
# @install: lix --silent download "haxelib:/tokentree#1.2.10" into tokentree/1.2.10/haxelib | ||
-cp ${HAXE_LIBCACHE}/tokentree/1.2.10/haxelib/src | ||
-D tokentree=1.2.10 |
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 @@ | ||
-D vscode=1.35.0 | ||
# @install: lix --silent download "haxelib:/vscode#1.35.0" into vscode/1.35.0/haxelib | ||
-D vscode=1.60.0 | ||
# @install: lix --silent download "haxelib:/vscode#1.60.0" into vscode/1.60.0/haxelib | ||
-lib hxnodejs | ||
-cp ${HAXE_LIBCACHE}/vscode/1.35.0/haxelib/src | ||
-cp ${HAXE_LIBCACHE}/vscode/1.60.0/haxelib/src |
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 @@ | ||
-D vshaxe-build=0.0.1 | ||
# @install: lix --silent download "gh://github.com/vshaxe/vshaxe-build#39ab9c6315ae76080e5399391c8fa561daec6d55" into vshaxe-build/0.0.1/github/39ab9c6315ae76080e5399391c8fa561daec6d55 | ||
# @run: haxelib run-dir vshaxe-build ${HAXE_LIBCACHE}/vshaxe-build/0.0.1/github/39ab9c6315ae76080e5399391c8fa561daec6d55 | ||
-cp ${HAXE_LIBCACHE}/vshaxe-build/0.0.1/github/39ab9c6315ae76080e5399391c8fa561daec6d55/ | ||
# @install: lix --silent download "gh://github.com/vshaxe/vshaxe-build#4ce362be7c300163470d618be2fb8fa98a616e49" into vshaxe-build/0.0.1/github/4ce362be7c300163470d618be2fb8fa98a616e49 | ||
# @run: haxelib run-dir vshaxe-build ${HAXE_LIBCACHE}/vshaxe-build/0.0.1/github/4ce362be7c300163470d618be2fb8fa98a616e49 | ||
-cp ${HAXE_LIBCACHE}/vshaxe-build/0.0.1/github/4ce362be7c300163470d618be2fb8fa98a616e49/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.