9440ad9195
- Copy members from `SharedCompiler` into `ProgramCompiler`.
- Delete `@override` annotations from the `ProgramCompiler`
members that are now the only implementation.
- Delete abstract members that were part of `SharedCompiler` and
copy the doc comments to the actual implementation.
- Delete unnecessary getters and just access the private field:
- `_symbolContainer`
- `_incrementalMode`
- Copy body of `super.setIncrementalMode()` into the call site.
- Copy all other members from shared_compiler.dart into
js_utils.dart.
- Fix imports and namespaces accordingly.
Change-Id: Ia94434a6f01a58bac4e1eb05a4414243dade6de4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/376280
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
42 lines
860 B
YAML
42 lines
860 B
YAML
name: dev_compiler
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
_js_interop_checks: any
|
|
args: any
|
|
async: any
|
|
bazel_worker: any
|
|
build_integration: any
|
|
collection: any
|
|
front_end: any
|
|
js_shared: any
|
|
kernel: any
|
|
path: any
|
|
source_maps: any
|
|
source_span: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
browser_launcher: any
|
|
expect: any
|
|
frontend_server: any
|
|
http_multi_server: any
|
|
js: any
|
|
lints: any
|
|
macros: any
|
|
modular_test: any
|
|
reload_test: any
|
|
shelf: any
|
|
sourcemap_testing: any
|
|
stack_trace: any
|
|
test: any
|
|
testing: any
|
|
vm_service: any
|
|
webkit_inspection_protocol: any
|