-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtypes.js
77 lines (77 loc) · 1.63 KB
/
types.js
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
module.exports = {
Annotation: "Annotation",
Attribute: "Attribute",
Binding: "Binding",
Builtin: "Builtin",
Callback: "Callback",
Category: "Category",
Class: "Class",
Command: "Command",
Component: "Component",
Constant: "Constant",
Constructor: "Constructor",
Define: "Define",
Delegate: "Delegate",
Diagram: "Diagram",
Directive: "Directive",
Element: "Element",
Entry: "Entry",
Enum: "Enum",
Environment: "Environment",
Error: "Error",
Event: "Event",
Exception: "Exception",
Extension: "Extension",
Field: "Field",
File: "File",
Filter: "Filter",
Framework: "Framework",
Function: "Function",
Global: "Global",
Guide: "Guide",
Hook: "Hook",
Instance: "Instance",
Instruction: "Instruction",
Interface: "Interface",
Keyword: "Keyword",
Library: "Library",
Literal: "Literal",
Macro: "Macro",
Method: "Method",
Mixin: "Mixin",
Modifier: "Modifier",
Module: "Module",
Namespace: "Namespace",
Notation: "Notation",
Object: "Object",
Operator: "Operator",
Option: "Option",
Package: "Package",
Parameter: "Parameter",
Plugin: "Plugin",
Procedure: "Procedure",
Property: "Property",
Protocol: "Protocol",
Provider: "Provider",
Provisioner: "Provisioner",
Query: "Query",
Record: "Record",
Resource: "Resource",
Sample: "Sample",
Section: "Section",
Service: "Service",
Setting: "Setting",
Shortcut: "Shortcut",
Statement: "Statement",
Struct: "Struct",
Style: "Style",
Subroutine: "Subroutine",
Tag: "Tag",
Test: "Test",
Trait: "Trait",
Type: "Type",
Union: "Union",
Value: "Value",
Variable: "Variable",
Word: "Word"
}