UNPKG
royale-swf
Version:
latest (0.9.0)
0.9.0
Apache Royale (formerly FlexJS) with SWF support
royale.apache.org
royale-swf
/
royale-asjs
/
frameworks
/
projects
/
Testing
/
src
/
test
/
royale
/
asconfig.json
19 lines
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"config"
:
"node"
,
"compilerOptions"
:
{
"debug"
:
true
,
"keep-as3-metadata"
:
[
"Test"
,
"Before"
,
"After"
]
,
"source-map"
:
true
,
"source-path"
:
[
"source"
,
"../source"
]
}
,
"files"
:
[
"NodeTests.as"
]
}