File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
author : mongoose-os
2
2
description : JavaScript engine
3
3
type : lib
4
- version : 1.0
4
+ version : 1.0.0
5
+
6
+ libs :
7
+ - location : https://github.com/mongoose-os-libs/core
8
+
9
+ modules :
10
+ - location : https://github.com/cesanta/mjs
11
+ name : mjs_module
5
12
6
13
sources :
7
14
- src
8
- - ${mos.modules.mjs_module.path}/mjs.c
15
+ - ${mos.modules.mjs_module.path}/mjs_no_common.c
16
+
9
17
includes :
10
18
- include
19
+ - ${mos.modules.mjs_module.path}
20
+
11
21
filesystem :
12
22
- fs
13
- - ${mos.modules.mjs_module.path}/mjs/ lib/api_*.js
23
+ - ${mos.modules.mjs_module.path}/lib/api_*.js
14
24
- ${mos.modules.mongoose_os.path}/fw/mjs_api/api_*.js
15
25
- ${mos.modules.mongoose_os.path}/platforms/${arch}/mjs_api/api_*.js
16
26
- " @all_libs/mjs_fs"
27
+
17
28
config_schema :
18
29
- ["mjs", "o", {title : " mJS settings" }]
19
30
- ["mjs.generate_jsc", "b", true, {title : " Generate .jsc file when executing any .js file" }]
20
- modules :
21
- - location : https://github.com/cesanta/mjs
22
- name : mjs_module
23
31
24
32
tags :
25
33
- js # Supports JavaScript
28
36
- docs:misc:MJS JavaScript engine
29
37
30
38
manifest_version : 2017-09-29
31
-
32
- # Temporary, while root manifest change propagates (2018/03/29).
33
- libs :
34
- - location : https://github.com/mongoose-os-libs/core
You can’t perform that action at this time.
0 commit comments