blob: 93a434d0dac4c510e0d03f3e22562d087aa6e0f2 [file] [log] [blame]
# Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
#
# Test ensuring that the modular compiler works properly with `package:`
# imports. This test also ensures that the dart2js implementation of the modular
# test pipeline works as intended. The test is not designed to cover any
# compiler or language feature explicitly.
dependencies:
main: [f1, expect]
f1: f2
packages:
f0: .
f1: f1
f2: f2