Skip to content

Commit caaf790

Browse files
committed
Embed react.js
1 parent 719b91b commit caaf790

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

haxe_libraries/embed-js.hxml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-D embed-js=0.1.1
2+
# @install: lix --silent download "haxelib:/embed-js#0.1.1" into embed-js/0.1.1/haxelib
3+
-lib tink_url
4+
-cp ${HAXE_LIBCACHE}/embed-js/0.1.1/haxelib/src

haxe_libraries/tink_stringly.hxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-D tink_stringly=0.3.1
2-
# @install: lix --silent download "gh://github.com/haxetink/tink_stringly#5abbac5fb5029432bb52489fb90ecdb24360a050" into tink_stringly/0.3.1/github/5abbac5fb5029432bb52489fb90ecdb24360a050
2+
# @install: lix --silent download "haxelib:/tink_stringly#0.3.1" into tink_stringly/0.3.1/haxelib
33
-lib tink_core
4-
-cp ${HAXE_LIBCACHE}/tink_stringly/0.3.1/github/5abbac5fb5029432bb52489fb90ecdb24360a050/src
4+
-cp ${HAXE_LIBCACHE}/tink_stringly/0.3.1/haxelib/src

haxe_libraries/tink_url.hxml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-D tink_url=0.4.1
2+
# @install: lix --silent download "haxelib:/tink_url#0.4.1" into tink_url/0.4.1/haxelib
3+
-lib tink_stringly
4+
-cp ${HAXE_LIBCACHE}/tink_url/0.4.1/haxelib/src

tests.hxml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
-cp tests
22
-main RunTests
3-
-dce full
3+
-dce full
4+
5+
-D react_global
6+
-lib embed-js
7+
--macro embed.Js.from('http://cdnjs.cloudflare.com/ajax/libs/react/16.10.2/umd/react.production.min.js')

0 commit comments

Comments
 (0)