forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coffee-script_vx.x.x.js
151 lines (130 loc) Β· 4.69 KB
/
coffee-script_vx.x.x.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
// flow-typed signature: aaabfc3abe2a9cafaf4716944bcb12a7
// flow-typed version: <<STUB>>/coffee-script_v^1.9.3/flow_v0.33.0
/**
* This is an autogenerated libdef stub for:
*
* 'coffee-script'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'coffee-script' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'coffee-script/lib/coffee-script/browser' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/cake' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/coffee-script' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/command' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/grammar' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/helpers' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/index' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/lexer' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/nodes' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/optparse' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/parser' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/register' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/repl' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/rewriter' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/scope' {
declare module.exports: any;
}
declare module 'coffee-script/lib/coffee-script/sourcemap' {
declare module.exports: any;
}
declare module 'coffee-script/register' {
declare module.exports: any;
}
declare module 'coffee-script/repl' {
declare module.exports: any;
}
// Filename aliases
declare module 'coffee-script/lib/coffee-script/browser.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/browser'>;
}
declare module 'coffee-script/lib/coffee-script/cake.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/cake'>;
}
declare module 'coffee-script/lib/coffee-script/coffee-script.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/coffee-script'>;
}
declare module 'coffee-script/lib/coffee-script/command.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/command'>;
}
declare module 'coffee-script/lib/coffee-script/grammar.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/grammar'>;
}
declare module 'coffee-script/lib/coffee-script/helpers.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/helpers'>;
}
declare module 'coffee-script/lib/coffee-script/index.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/index'>;
}
declare module 'coffee-script/lib/coffee-script/lexer.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/lexer'>;
}
declare module 'coffee-script/lib/coffee-script/nodes.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/nodes'>;
}
declare module 'coffee-script/lib/coffee-script/optparse.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/optparse'>;
}
declare module 'coffee-script/lib/coffee-script/parser.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/parser'>;
}
declare module 'coffee-script/lib/coffee-script/register.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/register'>;
}
declare module 'coffee-script/lib/coffee-script/repl.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/repl'>;
}
declare module 'coffee-script/lib/coffee-script/rewriter.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/rewriter'>;
}
declare module 'coffee-script/lib/coffee-script/scope.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/scope'>;
}
declare module 'coffee-script/lib/coffee-script/sourcemap.js' {
declare module.exports: $Exports<'coffee-script/lib/coffee-script/sourcemap'>;
}
declare module 'coffee-script/register.js' {
declare module.exports: $Exports<'coffee-script/register'>;
}
declare module 'coffee-script/repl.js' {
declare module.exports: $Exports<'coffee-script/repl'>;
}