81daf8e563
- Rename resource identifiers in the VM to usage recordings. - Use package:record_use for serialization. - Rename and use the experimental flag for this feature. - Recognize tear-offs and top-level methods as well. Next steps: - Add constant instance recording. - Expose API in package:native_assets_cli's link callback. TEST=pkg/vm/test/transformations/record_use_test.dart Change-Id: I8af3625165f78925ae943711245af93a239d1012 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/383040 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Moritz Sümmermann <mosum@google.com>
32 lines
676 B
YAML
32 lines
676 B
YAML
name: vm
|
|
description: VM specific Dart code and helper scripts
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
_fe_analyzer_shared: any
|
|
args: any
|
|
build_integration: any
|
|
collection: any
|
|
crypto: any
|
|
front_end: any
|
|
kernel: any
|
|
record_use: any
|
|
package_config: any
|
|
pub_semver: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
dart2wasm: any
|
|
expect: any
|
|
json_rpc_2: any
|
|
lints: any
|
|
path: any
|
|
test: any
|
|
web_socket_channel: any
|