blob: dde27b2b54daad7a0b5e4ddbea9a7f458e375f46 [file] [log] [blame]
#!/usr/bin/env dart
// Copyright (c) 2017, 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.
/// Experimental command line entry point for Dart Development Compiler.
/// Unlike `dartdevc` this version uses the shared front end and IR.
import 'package:dev_compiler/src/kernel/command.dart';
main(List<String> args) => compile(args);