Skip to content

Files

Latest commit

Jenny Messerlycommit-bot@chromium.org
and
Jan 4, 2019
36ab8b1 · Jan 4, 2019

History

History

front_end

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 17, 2017
Jan 4, 2019
Jan 4, 2019
Jan 4, 2019
Jan 3, 2019
Oct 19, 2016
May 14, 2018
Oct 26, 2018
Aug 10, 2017
Jan 3, 2019
Jan 3, 2019
Dec 18, 2018
Jan 4, 2019

Front end for Dart

This package provides a low-level API for use by compiler back ends that wish to implement the Dart language. It is intended for eventual use by dev_compiler, dart2js, and the Dart VM. In addition, it will share implementation details with the analyzer package--this will be accomplished by having the analyzer package import (and re-export) parts of this package's private implementation.

End-users should use the [dartanalyzer][analyzercli] command-line tool to analyze their Dart code.

Integrators that want to write tools that analyze Dart code should use the [analyzer] package.

Note: The APIs in this package are in an early state; developers should be careful about depending on this package. In particular, there is no semver contract for release versions of this package. Please depend directly on individual versions.