1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` default options 1` ] = `
4
- "declare namespace ExampleCssModule {
4
+ "declare namespace ExampleCssNamespace {
5
5
export interface IExampleCss {
6
6
\\" bar-baz\\ " : string ;
7
7
composed: string ;
8
8
foo: string ;
9
9
}
10
10
}
11
11
12
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
12
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
13
13
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
14
- locals : ExampleCssModule .IExampleCss ;
14
+ locals : ExampleCssNamespace .IExampleCss ;
15
15
} ;
16
16
17
17
export = ExampleCssModule;
18
18
"
19
19
` ;
20
20
21
21
exports [` localsConvention asIs 1` ] = `
22
- "declare namespace ExampleCssModule {
22
+ "declare namespace ExampleCssNamespace {
23
23
export interface IExampleCss {
24
24
\\" bar-baz\\ " : string ;
25
25
composed: string ;
26
26
foo: string ;
27
27
}
28
28
}
29
29
30
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
30
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
31
31
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
32
- locals : ExampleCssModule .IExampleCss ;
32
+ locals : ExampleCssNamespace .IExampleCss ;
33
33
} ;
34
34
35
35
export = ExampleCssModule;
36
36
"
37
37
` ;
38
38
39
39
exports [` localsConvention camelCase 1` ] = `
40
- "declare namespace ExampleCssModule {
40
+ "declare namespace ExampleCssNamespace {
41
41
export interface IExampleCss {
42
42
\\" bar-baz\\ " : string ;
43
43
barBaz: string ;
@@ -46,9 +46,9 @@ exports[`localsConvention camelCase 1`] = `
46
46
}
47
47
}
48
48
49
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
49
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
50
50
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
51
- locals : ExampleCssModule .IExampleCss ;
51
+ locals : ExampleCssNamespace .IExampleCss ;
52
52
} ;
53
53
54
54
export = ExampleCssModule;
@@ -57,85 +57,85 @@ export = ExampleCssModule;
57
57
58
58
exports [` with banner 1` ] = `
59
59
"// autogenerated by typings-for-css-modules-loader
60
- declare namespace ExampleCssModule {
60
+ declare namespace ExampleCssNamespace {
61
61
export interface IExampleCss {
62
62
\\" bar-baz\\ " : string ;
63
63
composed: string ;
64
64
foo: string ;
65
65
}
66
66
}
67
67
68
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
68
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
69
69
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
70
- locals : ExampleCssModule .IExampleCss ;
70
+ locals : ExampleCssNamespace .IExampleCss ;
71
71
} ;
72
72
73
73
export = ExampleCssModule;
74
74
"
75
75
` ;
76
76
77
77
exports [` with locals export disabled 1` ] = `
78
- "declare namespace ExampleCssModule {
78
+ "declare namespace ExampleCssNamespace {
79
79
export interface IExampleCss {
80
80
\\" bar-baz\\ " : string ;
81
81
composed: string ;
82
82
foo: string ;
83
83
}
84
84
}
85
85
86
- declare const ExampleCssModule: ExampleCssModule .IExampleCss;
86
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss;
87
87
88
88
export = ExampleCssModule;
89
89
"
90
90
` ;
91
91
92
92
exports [` with no formatter 1` ] = `
93
- "declare namespace ExampleCssModule {
93
+ "declare namespace ExampleCssNamespace {
94
94
export interface IExampleCss {
95
95
' bar-baz' : string ;
96
96
' composed' : string ;
97
97
' foo' : string ;
98
98
}
99
99
}
100
100
101
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
101
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
102
102
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
103
- locals : ExampleCssModule .IExampleCss ;
103
+ locals : ExampleCssNamespace .IExampleCss ;
104
104
} ;
105
105
106
106
export = ExampleCssModule;"
107
107
` ;
108
108
109
109
exports [` with prettier 1` ] = `
110
- "declare namespace ExampleCssModule {
110
+ "declare namespace ExampleCssNamespace {
111
111
export interface IExampleCss {
112
112
\\" bar-baz\\ " : string ;
113
113
composed: string ;
114
114
foo: string ;
115
115
}
116
116
}
117
117
118
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
118
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
119
119
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
120
- locals : ExampleCssModule .IExampleCss ;
120
+ locals : ExampleCssNamespace .IExampleCss ;
121
121
} ;
122
122
123
123
export = ExampleCssModule;
124
124
"
125
125
` ;
126
126
127
127
exports [` with sourcemap 1` ] = `
128
- "declare namespace ExampleCssModule {
128
+ "declare namespace ExampleCssNamespace {
129
129
export interface IExampleCss {
130
130
\\" bar-baz\\ " : string ;
131
131
composed: string ;
132
132
foo: string ;
133
133
}
134
134
}
135
135
136
- declare const ExampleCssModule: ExampleCssModule .IExampleCss & {
136
+ declare const ExampleCssModule: ExampleCssNamespace .IExampleCss & {
137
137
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
138
- locals : ExampleCssModule .IExampleCss ;
138
+ locals : ExampleCssNamespace .IExampleCss ;
139
139
} ;
140
140
141
141
export = ExampleCssModule;
0 commit comments