-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
92 lines (92 loc) · 1.86 KB
/
module.json
File metadata and controls
92 lines (92 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "Runtime",
"assets":
[
"rtl.bay",
"re.bay",
"rs.bay",
"BaseObject.bay",
"Collection.bay",
"Dict.bay",
"HashMap.bay",
"Map.bay",
"MapInterface.bay",
"Vector.bay",
"Exceptions/RuntimeException.bay",
"Exceptions/ApiError.bay",
"Exceptions/AssertException.bay",
"Exceptions/CurlException.bay",
"Exceptions/DataError.bay",
"Exceptions/FieldException.bay",
"Exceptions/IndexOutOfRange.bay",
"Exceptions/ItemNotFound.bay",
"Exceptions/KeyNotFound.bay",
"StringInterface.bay",
"ApiResult.bay",
"BaseDTO.bay",
"BaseModel.bay",
"BaseLayout.bay",
"BaseProvider.bay",
"BaseStorage.bay",
"BusHttp.bay",
"BusInterface.bay",
"Listener.bay",
"Method.bay",
"Chain.bay",
"ChainAsync.bay",
"ClearLayout.bay",
"Component.bay",
"Context.bay",
"Curl.bay",
"Date.bay",
"DateRange.bay",
"DateTime.bay",
"DefaultLayout.bay",
"Message.bay",
"Money.bay",
"RawString.bay",
"Reference.bay",
"RenderContainer.bay",
"SerializeInterface.bay",
"ModuleDescription.bay",
"VirtualDom.bay",
"Entity/Entity.bay",
"Entity/Factory.bay",
"Entity/Hook.bay",
"Entity/Provider.bay",
"Hooks/BaseHook.bay",
"Hooks/RuntimeHook.bay",
"Providers/GlobalHash.bay",
"Providers/HookProvider.bay",
"Providers/OutputProvider.bay",
"Providers/RenderProvider.bay",
"Serializer/Allowed.bay",
"Serializer/BaseType.bay",
"Serializer/BooleanType.bay",
"Serializer/DateTimeType.bay",
"Serializer/ConstantType.bay",
"Serializer/IntegerType.bay",
"Serializer/JsonType.bay",
"Serializer/MapType.bay",
"Serializer/ObjectType.bay",
"Serializer/Required.bay",
"Serializer/StringType.bay",
"Serializer/TypeError.bay",
"Serializer/VectorType.bay"
],
"groups": [
"runtime"
],
"src": "./bay",
"dest":
{
"php": "./php",
"es6": "./es6",
"nodejs": "./nodejs"
},
"allow":
[
"\\.bay$",
"\\.php$"
]
}