Commit a7ea61f
authored
Added support for getModuleLibraries with the DDC library bundle format (#2581)
* Added support for getClassMetadata with the DDc library bundle format
* Added support for some debugging APIs with the DDC library bundle format.
* Update pattern test to account for new DDC JS variable naming
* reverting change to pattern test
* Added support for debugging API with the DDC library bundle format.
* updated licenses
* updated licenses and remove new line from changelog
* Added support for some debugging APIs with the DDC library bundle format - getRecordTypeFieldsJsExpression, callInstanceMethodJsExpression
* Added support for some debugging APIs with the DDC library bundle format
* updated CHANGELOG
* refactored test to use common file
* delete main_ddc_library_bundle.dart
* fixed broken test - decoded response body to match source and renamed stack property
* updated changelog
* updated dart_scope to not renamed wildcard and skipped related test case
* formatted test/common/chrome_proxy_service_common.dart
* WIP
* WIP
* Added support for callLibraryMethod with the DDC library bundle format.
* revert changes to callFunction
* updated function name and comments
* Added support for some debugging APIs with the DDC library bundle format - getModuleLibraries
* reorder parameters
* made arguments parameter optional
* updated comment
* removed comments from test/instances/instance_amd_test.dart
* removed duplicate import
* removed unecessary methods and branching
* formatted lib/src/debugging/inspector.dart1 parent 5dc7950 commit a7ea61f
File tree
7 files changed
+254
-146
lines changed- dwds
- lib/src/debugging
- test/instances
- common
- fixtures/_testSound/example/scopes
7 files changed
+254
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
305 | 309 | | |
306 | 310 | | |
307 | | - | |
| 311 | + | |
308 | 312 | | |
309 | 313 | | |
310 | 314 | | |
311 | 315 | | |
312 | | - | |
| 316 | + | |
313 | 317 | | |
314 | 318 | | |
315 | 319 | | |
| |||
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
340 | | - | |
| 344 | + | |
341 | 345 | | |
342 | | - | |
| 346 | + | |
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
360 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
370 | 366 | | |
371 | 367 | | |
372 | 368 | | |
| |||
0 commit comments