dart-sdk/pkg/front_end
Leaf Petersen 58bb8ace3f Fix missing variable typo in Link
Change-Id: I7c4c9ef5149328bb80ca7fadacb896654913fa4c
Reviewed-on: https://dart-review.googlesource.com/37641
Reviewed-by: Emily Fortuna <efortuna@google.com>
Commit-Queue: Leaf Petersen <leafp@google.com>
2018-01-31 21:24:08 +00:00
..
benchmarks/ikg Smaller changes to incremental_perf.dart, this is preparation for the flutter IKG perf benchmark 2017-11-17 10:34:12 +00:00
lib/src Fix missing variable typo in Link 2018-01-31 21:24:08 +00:00
test Encapsulate the handling of forwarding stub target references. 2018-01-30 11:49:38 +00:00
testcases [kernel] Support native extensions in the VM through Kernel. 2018-01-29 14:04:35 +00:00
tool Teach package:kernel and patch_sdk.dart about dart_runner. 2018-01-26 00:05:08 +00:00
analysis_options.yaml
error_recovery.yaml
LICENSE
messages.yaml Reland "Add an error when an integer literal is out of bounds" 2018-01-31 16:50:55 +00:00
pubspec.yaml Add unstable API for bazel summary worker and move the actual worker out of package:front-end 2017-12-21 19:09:11 +00:00
README.md
testing.json Deprecate IncrementalClassHierarchy 2018-01-17 13:30:17 +00:00

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.