Commit 77eaf24
authored
ast(cli): Recursively parse AST (#341)
* ast(refactor): wip refactor
* ast(refactor): wip refactor
* ast(init): refactor
* test(refactor): refactor test suite
* tests(define): swap args
* ast(parsing): refactor stuff
* ast(init): refactor
* ast(init): refactor tests
* chore(tests): remove some unneeded tests
* chore(pkg): update package.json
* chore(project): clear up project structure
* chore(cli): remove unneded files
* chore(git): add gitignore to yeoman file
* chore(deps): update pkg.json
* tests(snapshots): update snapshots
* tests(jest): use empty module for snapshots
* tests(snap): only test one prop1 parent 4f8ebee commit 77eaf24
File tree
227 files changed
+5846
-17257
lines changed- bin
- docs
- lib
- ast
- __snapshots__
- __testfixtures__
- commands
- generators
- utils
- init
- transformations
- context
- __snapshots__
- __testfixtures__
- devServer
- __snapshots__
- __testfixtures__
- devtool
- __snapshots__
- __testfixtures__
- entry
- __snapshots__
- __testfixtures__
- externals
- __snapshots__
- __testfixtures__
- mode
- __snapshots__
- __testfixtures__
- module
- __snapshots__
- __testfixtures__
- node
- __snapshots__
- __testfixtures__
- optimization
- __snapshots__
- __testfixtures__
- other
- __snapshots__
- __testfixtures__
- output
- __snapshots__
- __testfixtures__
- performance
- __snapshots__
- __testfixtures__
- plugins
- __snapshots__
- __testfixtures__
- resolveLoader
- __snapshots__
- __testfixtures__
- resolve
- __snapshots__
- __testfixtures__
- stats
- __snapshots__
- __testfixtures__
- target
- __snapshots__
- __testfixtures__
- top-scope
- __snapshots__
- __testfixtures__
- watch
- __snapshots__
- __testfixtures__
- migrate/uglifyJsPlugin
- __testfixtures__
- utils
- __snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
227 files changed
+5846
-17257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
164 | | - | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
170 | | - | |
| 175 | + | |
| 176 | + | |
171 | 177 | | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
176 | | - | |
| 182 | + | |
| 183 | + | |
177 | 184 | | |
178 | 185 | | |
179 | 186 | | |
| |||
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
187 | | - | |
| 194 | + | |
| 195 | + | |
188 | 196 | | |
189 | 197 | | |
190 | 198 | | |
| |||
235 | 243 | | |
236 | 244 | | |
237 | 245 | | |
238 | | - | |
| 246 | + | |
| 247 | + | |
239 | 248 | | |
240 | 249 | | |
241 | 250 | | |
242 | | - | |
243 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
244 | 257 | | |
245 | 258 | | |
246 | 259 | | |
247 | 260 | | |
248 | 261 | | |
249 | | - | |
| 262 | + | |
| 263 | + | |
250 | 264 | | |
251 | 265 | | |
252 | 266 | | |
| |||
267 | 281 | | |
268 | 282 | | |
269 | 283 | | |
270 | | - | |
| 284 | + | |
| 285 | + | |
271 | 286 | | |
272 | 287 | | |
273 | 288 | | |
274 | 289 | | |
275 | 290 | | |
276 | | - | |
| 291 | + | |
| 292 | + | |
277 | 293 | | |
278 | 294 | | |
279 | 295 | | |
| |||
289 | 305 | | |
290 | 306 | | |
291 | 307 | | |
292 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
293 | 311 | | |
294 | 312 | | |
295 | 313 | | |
296 | 314 | | |
297 | 315 | | |
298 | | - | |
| 316 | + | |
| 317 | + | |
299 | 318 | | |
300 | 319 | | |
301 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments