mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
33e174084a
Use `hasScheme` in place of comparing against the empty string, and `isScheme` to compare against all other schemes. TEST=No behavior changes. Change-Id: Ifc9fd13c6cf37933ebd4a754c4b500dedbcb291b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231185 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
pubspec.yaml | ||
README.md |
dart2js_tools
This package collects tools used with dart2js.
For now, this contains scripts useful to work with obfuscated stack traces in production and reading data from the extensions added to source-maps by dart2js (like minified names and inlined stack frames).
In the future we plan to merge here tools in the dart2js_info package as well.