forked from cruise-automation/webviz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rollup-plugin-commonjs_vx.x.x.js
98 lines (85 loc) · 3.1 KB
/
rollup-plugin-commonjs_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
// flow-typed signature: 0579b12befea6ed221fdaa2a35cde1fa
// flow-typed version: <<STUB>>/rollup-plugin-commonjs_v^9.2.0/flow_v0.106.2
/**
* This is an autogenerated libdef stub for:
*
* 'rollup-plugin-commonjs'
*
* 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 'rollup-plugin-commonjs' {
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 'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/ast-utils' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/default-resolver' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/helpers' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/is-cjs' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/resolve-id' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/transform' {
declare module.exports: any;
}
declare module 'rollup-plugin-commonjs/src/utils' {
declare module.exports: any;
}
// Filename aliases
declare module 'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs'>;
}
declare module 'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/dist/rollup-plugin-commonjs.es'>;
}
declare module 'rollup-plugin-commonjs/src/ast-utils.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/ast-utils'>;
}
declare module 'rollup-plugin-commonjs/src/default-resolver.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/default-resolver'>;
}
declare module 'rollup-plugin-commonjs/src/helpers.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/helpers'>;
}
declare module 'rollup-plugin-commonjs/src/index' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src'>;
}
declare module 'rollup-plugin-commonjs/src/index.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src'>;
}
declare module 'rollup-plugin-commonjs/src/is-cjs.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/is-cjs'>;
}
declare module 'rollup-plugin-commonjs/src/resolve-id.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/resolve-id'>;
}
declare module 'rollup-plugin-commonjs/src/transform.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/transform'>;
}
declare module 'rollup-plugin-commonjs/src/utils.js' {
declare module.exports: $Exports<'rollup-plugin-commonjs/src/utils'>;
}