dart-sdk/pkg/dev_compiler/tool
Jenny Messerly a1f6aa8a3b improve speed of dartdevk SDK and ddc test package summary build
Renames the target to dartdevk_sdk (to match dartdevc_sdk), and switches
dartdevk_sdk and dartdevc_test_pkg to use prebuilt_dart_action.

Change-Id: Ib31c85c46743a005bb95cf888055a4d093ffe07f
Reviewed-on: https://dart-review.googlesource.com/57481
Reviewed-by: Vijay Menon <vsm@google.com>
Commit-Queue: Jenny Messerly <jmesserly@google.com>
2018-05-30 21:14:01 +00:00
..
input_sdk Revert "[dart:io] Revert recent non-utf8 path handling" 2018-05-23 21:01:44 +00:00
analyze.sh
browser_test.sh
build_pkgs.dart Deprecate chaseDependencies option. 2018-05-24 04:57:01 +00:00
build_sdk.dart Remove dart:isolate runtime support in DDC 2018-03-28 19:42:08 +00:00
build_sdk.sh DDC cleanups 2017-12-14 22:56:35 +00:00
coverage.sh
dd8 Build DDC's SDK as part of the regular build. 2017-11-20 23:24:07 +00:00
ddb Set DDK to run on Dart-2 VM 2018-05-24 21:51:25 +00:00
ddc improve speed of dartdevk SDK and ddc test package summary build 2018-05-30 21:14:01 +00:00
ddw improve speed of dartdevk SDK and ddc test package summary build 2018-05-30 21:14:01 +00:00
dependency_overrides.sh
format.sh
get_chrome_canary.sh
global_compile.dart fix implicit casts in DDC 2018-03-07 01:26:21 +00:00
kernel_sdk.dart Deprecate chaseDependencies option. 2018-05-24 04:57:01 +00:00
override_analyzer_dependency.sh
patch_sdk.dart fix implicit casts in DDC 2018-03-07 01:26:21 +00:00
patch_sdk.sh unfork DDC's copy of most SDK libraries 2017-02-28 17:10:52 -08:00
presubmit.sh Don't format on DDC presubmit 2017-03-31 15:06:16 -07:00
README.md
run.js Remove corelib and corelib_strong and migrate last two remaining tests. 2017-09-01 08:11:15 -07:00
sdk_version_check.dart
test.sh Build DDC's SDK as part of the regular build. 2017-11-20 23:24:07 +00:00

Tools for processing the Dart SDK

patch_sdk.dart

This script combines:

tool/input_sdk/lib/...
tool/input_sdk/patch/...
tool/input_sdk/private/...

and produces the merged SDK sources in:

gen/patched_sdk/...

The result has all "external" keywords replaced with the @patch implementations.

Generally local edits should be to input_sdk/patch and input_sdk/private, as those two directories are specific to DDC. input_sdk/lib should represent unmodified SDK sources to the maximum extent possible. Currently there are slight edits to the type annotations in some cases.

See patch_sdk.dart for more information.

sdk_version_check.dart

Asserts that the Dart VM is at least a particular semantic version. It returns an exit code to make it easy to integrate with shell scripts.