1
+ <!doctype html>
2
+ < html class ="default no-js ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < title > LangType | webpack-cli</ title >
7
+ < meta name ="description " content ="">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
+ < link rel ="stylesheet " href ="../assets/css/main.css ">
10
+ </ head >
11
+ < body >
12
+ < header >
13
+ < div class ="tsd-page-toolbar ">
14
+ < div class ="container ">
15
+ < div class ="table-wrap ">
16
+ < div class ="table-cell " id ="tsd-search " data-index ="../assets/js/search.js " data-base =".. ">
17
+ < div class ="field ">
18
+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19
+ < input id ="tsd-search-field " type ="text " />
20
+ </ div >
21
+ < ul class ="results ">
22
+ < li class ="state loading "> Preparing search index...</ li >
23
+ < li class ="state failure "> The search index is not available</ li >
24
+ </ ul >
25
+ < a href ="../index.html " class ="title "> webpack-cli</ a >
26
+ </ div >
27
+ < div class ="table-cell " id ="tsd-widgets ">
28
+ < div id ="tsd-filter ">
29
+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30
+ < div class ="tsd-filter-group ">
31
+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32
+ < span class ="tsd-select-label "> All</ span >
33
+ < ul class ="tsd-select-list ">
34
+ < li data-value ="public "> Public</ li >
35
+ < li data-value ="protected "> Public/Protected</ li >
36
+ < li data-value ="private " class ="selected "> All</ li >
37
+ </ ul >
38
+ </ div >
39
+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40
+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41
+ < input type ="checkbox " id ="tsd-filter-externals " checked />
42
+ < label class ="tsd-widget " for ="tsd-filter-externals "> Externals</ label >
43
+ < input type ="checkbox " id ="tsd-filter-only-exported " />
44
+ < label class ="tsd-widget " for ="tsd-filter-only-exported "> Only exported</ label >
45
+ </ div >
46
+ </ div >
47
+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
48
+ </ div >
49
+ </ div >
50
+ </ div >
51
+ </ div >
52
+ < div class ="tsd-page-title ">
53
+ < div class ="container ">
54
+ < ul class ="tsd-breadcrumb ">
55
+ < li >
56
+ < a href ="../globals.html "> Globals</ a >
57
+ </ li >
58
+ < li >
59
+ < a href ="../modules/_generators_utils_languagesupport_.html "> "generators/utils/languageSupport"</ a >
60
+ </ li >
61
+ < li >
62
+ < a href ="_generators_utils_languagesupport_.langtype.html "> LangType</ a >
63
+ </ li >
64
+ </ ul >
65
+ < h1 > Enumeration LangType</ h1 >
66
+ </ div >
67
+ </ div >
68
+ </ header >
69
+ < div class ="container container-main ">
70
+ < div class ="row ">
71
+ < div class ="col-8 col-content ">
72
+ < section class ="tsd-panel-group tsd-index-group ">
73
+ < h2 > Index</ h2 >
74
+ < section class ="tsd-panel tsd-index-panel ">
75
+ < div class ="tsd-index-content ">
76
+ < section class ="tsd-index-section ">
77
+ < h3 > Enumeration members</ h3 >
78
+ < ul class ="tsd-index-list ">
79
+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="_generators_utils_languagesupport_.langtype.html#es6 " class ="tsd-kind-icon "> ES6</ a > </ li >
80
+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum "> < a href ="_generators_utils_languagesupport_.langtype.html#typescript " class ="tsd-kind-icon "> Typescript</ a > </ li >
81
+ </ ul >
82
+ </ section >
83
+ </ div >
84
+ </ section >
85
+ </ section >
86
+ < section class ="tsd-panel-group tsd-member-group ">
87
+ < h2 > Enumeration members</ h2 >
88
+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
89
+ < a name ="es6 " class ="tsd-anchor "> </ a >
90
+ < h3 > ES6</ h3 >
91
+ < div class ="tsd-signature tsd-kind-icon "> ES6< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "ES6"</ span > </ div >
92
+ < aside class ="tsd-sources ">
93
+ < ul >
94
+ < li > Defined in < a href ="https://github.com/webpack/webpack-cli/blob/a16f8dc/packages/generators/utils/languageSupport.ts#L4 "> generators/utils/languageSupport.ts:4</ a > </ li >
95
+ </ ul >
96
+ </ aside >
97
+ </ section >
98
+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum ">
99
+ < a name ="typescript " class ="tsd-anchor "> </ a >
100
+ < h3 > Typescript</ h3 >
101
+ < div class ="tsd-signature tsd-kind-icon "> Typescript< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "Typescript"</ span > </ div >
102
+ < aside class ="tsd-sources ">
103
+ < ul >
104
+ < li > Defined in < a href ="https://github.com/webpack/webpack-cli/blob/a16f8dc/packages/generators/utils/languageSupport.ts#L5 "> generators/utils/languageSupport.ts:5</ a > </ li >
105
+ </ ul >
106
+ </ aside >
107
+ </ section >
108
+ </ section >
109
+ </ div >
110
+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
111
+ < nav class ="tsd-navigation primary ">
112
+ < ul >
113
+ < li class ="globals ">
114
+ < a href ="../globals.html "> < em > Globals</ em > </ a >
115
+ </ li >
116
+ < li class ="current tsd-kind-external-module ">
117
+ < a href ="../modules/_generators_utils_languagesupport_.html "> "generators/utils/language< wbr > Support"</ a >
118
+ </ li >
119
+ </ ul >
120
+ </ nav >
121
+ < nav class ="tsd-navigation secondary menu-sticky ">
122
+ < ul class ="before-current ">
123
+ </ ul >
124
+ < ul class ="current ">
125
+ < li class ="current tsd-kind-external-module ">
126
+ < a href ="../modules/_generators_utils_languagesupport_.html " class ="tsd-kind-icon "> "generators/utils/language< wbr > Support"</ a >
127
+ < ul >
128
+ < li class ="current tsd-kind-enum tsd-parent-kind-external-module ">
129
+ < a href ="_generators_utils_languagesupport_.langtype.html " class ="tsd-kind-icon "> Lang< wbr > Type</ a >
130
+ < ul >
131
+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
132
+ < a href ="_generators_utils_languagesupport_.langtype.html#es6 " class ="tsd-kind-icon "> ES6</ a >
133
+ </ li >
134
+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum ">
135
+ < a href ="_generators_utils_languagesupport_.langtype.html#typescript " class ="tsd-kind-icon "> Typescript</ a >
136
+ </ li >
137
+ </ ul >
138
+ </ li >
139
+ < li class =" tsd-kind-function tsd-parent-kind-external-module ">
140
+ < a href ="../modules/_generators_utils_languagesupport_.html#getbabelloader " class ="tsd-kind-icon "> get< wbr > Babel< wbr > Loader</ a >
141
+ </ li >
142
+ < li class =" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported ">
143
+ < a href ="../modules/_generators_utils_languagesupport_.html#getentryfolders " class ="tsd-kind-icon "> get< wbr > Entry< wbr > Folders</ a >
144
+ </ li >
145
+ < li class =" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported ">
146
+ < a href ="../modules/_generators_utils_languagesupport_.html#getfolder " class ="tsd-kind-icon "> get< wbr > Folder</ a >
147
+ </ li >
148
+ < li class =" tsd-kind-function tsd-parent-kind-external-module ">
149
+ < a href ="../modules/_generators_utils_languagesupport_.html#gettypescriptloader " class ="tsd-kind-icon "> get< wbr > Typescript< wbr > Loader</ a >
150
+ </ li >
151
+ < li class =" tsd-kind-function tsd-parent-kind-external-module ">
152
+ < a href ="../modules/_generators_utils_languagesupport_.html#language " class ="tsd-kind-icon "> language</ a >
153
+ </ li >
154
+ < li class =" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported ">
155
+ < a href ="../modules/_generators_utils_languagesupport_.html#replaceext " class ="tsd-kind-icon "> replace< wbr > Ext</ a >
156
+ </ li >
157
+ < li class =" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported ">
158
+ < a href ="../modules/_generators_utils_languagesupport_.html#updateentryext " class ="tsd-kind-icon "> update< wbr > Entry< wbr > Ext</ a >
159
+ </ li >
160
+ </ ul >
161
+ </ li >
162
+ </ ul >
163
+ < ul class ="after-current ">
164
+ </ ul >
165
+ </ nav >
166
+ </ div >
167
+ </ div >
168
+ </ div >
169
+ < footer class ="with-border-bottom ">
170
+ < div class ="container ">
171
+ < h2 > Legend</ h2 >
172
+ < div class ="tsd-legend-group ">
173
+ < ul class ="tsd-legend ">
174
+ < li class ="tsd-kind-module "> < span class ="tsd-kind-icon "> Module</ span > </ li >
175
+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
176
+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
177
+ < li class ="tsd-kind-function "> < span class ="tsd-kind-icon "> Function</ span > </ li >
178
+ < li class ="tsd-kind-function tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Function with type parameter</ span > </ li >
179
+ < li class ="tsd-kind-index-signature "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
180
+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
181
+ </ ul >
182
+ < ul class ="tsd-legend ">
183
+ < li class ="tsd-kind-enum "> < span class ="tsd-kind-icon "> Enumeration</ span > </ li >
184
+ < li class ="tsd-kind-enum-member "> < span class ="tsd-kind-icon "> Enumeration member</ span > </ li >
185
+ < li class ="tsd-kind-property tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Property</ span > </ li >
186
+ < li class ="tsd-kind-method tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Method</ span > </ li >
187
+ </ ul >
188
+ < ul class ="tsd-legend ">
189
+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
190
+ < li class ="tsd-kind-interface tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Interface with type parameter</ span > </ li >
191
+ < li class ="tsd-kind-constructor tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
192
+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Property</ span > </ li >
193
+ < li class ="tsd-kind-method tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Method</ span > </ li >
194
+ < li class ="tsd-kind-index-signature tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
195
+ </ ul >
196
+ < ul class ="tsd-legend ">
197
+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
198
+ < li class ="tsd-kind-class tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Class with type parameter</ span > </ li >
199
+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
200
+ < li class ="tsd-kind-property tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Property</ span > </ li >
201
+ < li class ="tsd-kind-method tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Method</ span > </ li >
202
+ < li class ="tsd-kind-accessor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Accessor</ span > </ li >
203
+ < li class ="tsd-kind-index-signature tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
204
+ </ ul >
205
+ < ul class ="tsd-legend ">
206
+ < li class ="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited constructor</ span > </ li >
207
+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited property</ span > </ li >
208
+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited method</ span > </ li >
209
+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited accessor</ span > </ li >
210
+ </ ul >
211
+ < ul class ="tsd-legend ">
212
+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected property</ span > </ li >
213
+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected method</ span > </ li >
214
+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected accessor</ span > </ li >
215
+ </ ul >
216
+ < ul class ="tsd-legend ">
217
+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private property</ span > </ li >
218
+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private method</ span > </ li >
219
+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private accessor</ span > </ li >
220
+ </ ul >
221
+ < ul class ="tsd-legend ">
222
+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static property</ span > </ li >
223
+ < li class ="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static method</ span > </ li >
224
+ </ ul >
225
+ </ div >
226
+ </ div >
227
+ </ footer >
228
+ < div class ="container tsd-generator ">
229
+ < p > Generated using < a href ="http://typedoc.org/ " target ="_blank "> TypeDoc</ a > </ p >
230
+ </ div >
231
+ < div class ="overlay "> </ div >
232
+ < script src ="../assets/js/main.js "> </ script >
233
+ < script > if ( location . protocol == 'file:' ) document . write ( '<script src="../assets/js/search.js"><' + '/script>' ) ; </ script >
234
+ </ body >
235
+ </ html >
0 commit comments