dart-sdk/pkg/compiler/pubspec.yaml
Martin Kustermann e96765a388 Revert "Revert part of "Extract mmap support from dart2js into package:mmap""
This re-applies the changes that makes package:compiler use
package:mmap.

The flutter engine PR in [0] will land before this CL, making the
autoroller have no problems rolling this into engine.

We'll also try to land [1] to prepare this rolling into g3.

[0] https://github.com/flutter/engine/pull/39090
[1] https://critique.corp.google.com/cl/503931029

Change-Id: Ie9cefd716968de62a953b5634ad52e29d645e04f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279507
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2023-01-24 11:14:38 +00:00

39 lines
859 B
YAML

# This pubspec is currently mainly used to make it easier to develop on dart2js
# by making it a standalone package.
name: compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.17.0 <3.0.0'
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
_js_interop_checks: any
collection: any
crypto: any
dart2js_info: any
front_end: any
js_ast: any
js_runtime: any
js_shared: any
kernel: any
mmap: any
vm_service: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
args: any
dart_style: any
http: any
js: any
path: any
source_maps: any
async_helper: any
dart2js_tools: any
expect: any
modular_test: any
sourcemap_testing: any
testing: any
vm: any