-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split repository into a few workspaces (#6152)
Split repository into three workspaces to simplify setup before editing Dart files and reduce analysis time. - The root pubspec and the tooling underlying `./dash_site` in `/tool/dart_site`. - The packages in `/tool/get-dart` as they are rarely edited. - All of the examples in `/examples`, mostly used for code excerpts.
- Loading branch information
Showing
55 changed files
with
89 additions
and
76 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
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,11 +1,9 @@ | ||
name: examples | ||
name: analysis | ||
description: dart.dev example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dependencies: | ||
examples_util: {path: ../util} | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 |
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,8 +1,6 @@ | ||
name: examples | ||
name: analysis_alt | ||
description: dart.dev example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 |
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 was deleted.
Oops, something went wrong.
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,12 +1,12 @@ | ||
name: async_await | ||
description: dart.dev example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dependencies: | ||
examples_util: {path: ../util} | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
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,11 +1,11 @@ | ||
name: build_runner_usage | ||
description: dart.dev build_runner example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dev_dependencies: | ||
args: ^2.5.0 | ||
build_runner: ^2.4.12 | ||
build_test: ^2.2.2 | ||
lints: ^4.0.0 |
This file was deleted.
Oops, something went wrong.
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,12 +1,12 @@ | ||
name: cli_examples | ||
description: Examples for CLI tutorials on dart.dev | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dependencies: | ||
args: ^2.5.0 | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,10 +1,10 @@ | ||
name: iterables_examples | ||
description: dart.dev example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dev_dependencies: | ||
examples_util: {path: ../util} | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file was deleted.
Oops, something went wrong.
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,12 +1,12 @@ | ||
name: examples | ||
name: language_examples | ||
description: dart.dev example code. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dependencies: | ||
examples_util: { path: ../util } | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file was deleted.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: examples_workspace | ||
publish_to: none | ||
|
||
environment: | ||
sdk: ^3.5.3 | ||
|
||
workspace: | ||
- analysis | ||
- analysis_alt | ||
- async_await | ||
- build_runner_usage | ||
- cli | ||
- concurrency | ||
- create_libraries | ||
- extension_methods | ||
- fetch_data | ||
- futures | ||
- html | ||
- iterables | ||
- language | ||
- misc | ||
- non_promotion | ||
- type_system | ||
- util | ||
- vector_victor | ||
|
||
dev_dependencies: | ||
lints: ^5.0.0 |
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,12 +1,12 @@ | ||
name: type_system_examples | ||
description: dart.dev type system examples. | ||
|
||
resolution: workspace | ||
environment: | ||
sdk: ^3.5.3 | ||
|
||
dependencies: | ||
examples_util: {path: ../util} | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.