forked from jslatts/nodechat-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComponents.JS
More file actions
53 lines (41 loc) · 1.59 KB
/
Copy pathComponents.JS
File metadata and controls
53 lines (41 loc) · 1.59 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
COMPONENTS = {
"Core" : [
"Joose",
"Joose.Proto.Empty",
"Joose.Proto.Object",
"Joose.Proto.Class",
"Joose.Managed.Property",
"Joose.Managed.Property.ConflictMarker",
"Joose.Managed.Property.Requirement",
"Joose.Managed.Property.Attribute",
"Joose.Managed.Property.MethodModifier",
"Joose.Managed.Property.MethodModifier.Override",
"Joose.Managed.Property.MethodModifier.Put",
"Joose.Managed.Property.MethodModifier.After",
"Joose.Managed.Property.MethodModifier.Before",
"Joose.Managed.Property.MethodModifier.Around",
"Joose.Managed.Property.MethodModifier.Augment",
"Joose.Managed.PropertySet",
"Joose.Managed.PropertySet.Mutable",
"Joose.Managed.StemElement.Attributes",
"Joose.Managed.StemElement.Methods",
"Joose.Managed.StemElement.Requirements",
"Joose.Managed.StemElement.MethodModifiers",
"Joose.Managed.PropertySet.Composition",
"Joose.Managed.Stem",
"Joose.Managed.Builder",
"Joose.Managed.Class",
"Joose.Managed.Role",
"Joose.Managed.Attribute",
"Joose.Managed.PropertySet.Namespace",
"Joose.Managed.Attribute.Builder",
"Joose.Managed.My",
"Joose.Namespace.Able",
"Joose.Managed.Bootstrap",
"Joose.Meta.Object",
"Joose.Meta.Class",
"Joose.Meta.Role",
"Joose.Namespace.Keeper",
"Joose.Namespace.Manager"
]
}