blob: 8d4f8b433473d0c18bba2985e1d51fa1c89dcd2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--library hxnodejs
--library hxnodejs-ws
--library json2object:git:https://github.com/RblSb/json2object.git#nightly_safe_macros
--library ytdlp-nodejs:git:https://github.com/RblSb/ytdlp-nodejs-externs.git
# Client libs for completion
--library youtubeIFramePlayer:git:https://github.com/okawa-h/youtubeIFramePlayer-externs.git
--library hls.js-extern:git:https://github.com/zoldesi-andor/hls.js-haxe-extern.git
--library utest
--class-path src
--main server.Main
-D analyzer-optimize
# -w -WDeprecatedEnumAbstract
-w -WDeprecated
--dce full
--js build/server.js
|