forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop package_resolver dependency and remove packageRoot support (flut…
…ter#11) Closes flutter#10
- Loading branch information
Showing
5 changed files
with
48 additions
and
62 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ sudo: true | |
|
||
dart: | ||
- dev | ||
- 2.4.0 | ||
- 2.7.0 | ||
|
||
dart_task: | ||
- test: -p chrome,vm | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
name: source_map_stack_trace | ||
version: 2.0.0-dev | ||
|
||
version: 2.0.0 | ||
description: A package for applying source maps to stack traces. | ||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/source_map_stack_trace | ||
|
||
environment: | ||
sdk: '>=2.4.0 <3.0.0' | ||
sdk: '>=2.7.0 <3.0.0' | ||
|
||
dependencies: | ||
package_resolver: ^1.0.0 | ||
path: ^1.0.0 | ||
stack_trace: ^1.0.0 | ||
source_maps: ^0.10.2 | ||
|
||
dev_dependencies: | ||
source_span: ^1.6.0 | ||
test: ^1.12.0 | ||
pedantic: ^1.0.0 | ||
|
||
dependency_overrides: | ||
test_core: ^0.3.0 | ||
# Required to get a valid pub solve until package:test updates | ||
test_core: | ||
git: | ||
url: https://github.com/dart-lang/test.git | ||
ref: drop-package-resolver | ||
path: pkgs/test_core | ||
test: | ||
git: | ||
url: https://github.com/dart-lang/test.git | ||
ref: drop-package-resolver | ||
path: pkgs/test | ||
package_config: ^1.9.1 | ||
|
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