Files
sdk/pkg/dev_compiler/pubspec.yaml
T
Parker Lougheed 84088f6a8b [ddc] Migrate stack_trace_mapper to static JS interop
Also removes the dependency on `package:js` as this was the only remaining usage.

Fixes https://github.com/dart-lang/sdk/issues/54574

Change-Id: Icba5bce7fbc087ed2284754656bf06493c516009
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/510100
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
2026-06-11 09:32:44 -07:00

43 lines
879 B
YAML

name: dev_compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '^3.12.0-0'
resolution: workspace
# 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
package_config: any
path: any
shell_arg_splitter: 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
http_multi_server: any
lints: 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