Hello world for Remarkable API synchronization
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
|
||||
// Add systems!
|
||||
(archive.addSystem nameSystem)
|
||||
(archive.addSystem (new RemarkableAPISystem))
|
||||
(archive.addSystem (new WikipediaImageSystem))
|
||||
(archive.addSystem (new ImageAttachmentSystem))
|
||||
// Just for testing:
|
||||
|
@@ -0,0 +1,8 @@
|
||||
package nat.systems;
|
||||
|
||||
import kiss.Prelude;
|
||||
import kiss.List;
|
||||
import nat.System;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class RemarkableAPISystem extends System {}
|
@@ -0,0 +1,16 @@
|
||||
(load "../Lib.kiss")
|
||||
|
||||
(defNew []
|
||||
(super
|
||||
->[archive e] false
|
||||
->[archive e] null)
|
||||
|
||||
~(#extern String js
|
||||
(object
|
||||
hxmlFile "extern-files/js/args.hxml"
|
||||
skipHaxelibInstall true
|
||||
importHxFile "extern-files/js/import.hx"
|
||||
langProjectFile "extern-files/js/package.json")
|
||||
[]
|
||||
(print "extern hello world!")))
|
||||
|
Reference in New Issue
Block a user