You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.dart
Copy file name to clipboardExpand all lines: dwds/CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## 24.3.4-wip
2
-
- Added support for some debugging APIs with the DDC library bundle format. - [#2566](https://github.com/dart-lang/webdev/issues/2566)
2
+
- Added support for some debugging APIs with the DDC library bundle format. - [#2566](https://github.com/dart-lang/webdev/issues/2566), [#2573](https://github.com/dart-lang/webdev/issues/2573)
0 commit comments