-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into misc/dwds-debug-extension-cleanup
- Loading branch information
Showing
6 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Dart Debug Extension | ||
|
||
The implementation of the [Dart Debug Extension][] for Chrome, | ||
that enables debugging Dart web apps with [Dart DevTools][] by | ||
integrating with [`webdev`][] through [DWDS][]. | ||
|
||
[Dart Debug Extension]: https://dart.dev/to/web-debug-extension | ||
[Dart DevTools]: https://dart.dev/tools/dart-devtools | ||
[`webdev`]: https://dart.dev/tools/webdev | ||
[DWDS]: https://pub.dev/packages/dwds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Shared directory | ||
|
||
The files in this directory are shared between DWDS and external packages (e.g., | ||
the Dart Debug Extension). | ||
The files in this directory are shared between DWDS and external packages, | ||
such as the [Dart Debug Extension](https://dart.dev/to/web-debug-extension). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters