angulardart_ast 3.0.8 copy "angulardart_ast: ^3.0.8" to clipboard
angulardart_ast: ^3.0.8 copied to clipboard

Platformweb

Parser and utilities for AngularDart templates

AngularDart AST banner

pub package

AngularDart AST #

Template parser and Abstract Syntax Tree for AngularDart.

Part of the AngularDart ecosystem.

Overview #

This package provides the template parser and AST (Abstract Syntax Tree) utilities for AngularDart. It is an infrastructure package used internally by the AngularDart compiler.

What it does #

  • Parses AngularDart templates into an AST
  • Provides AST node types for template elements
  • Supports template expressions and interpolation
  • Handles template directives and bindings

Usage #

This package is typically not used directly. It is a dependency of:

Documentation #

Requirements #

  • Dart SDK >= 3.0.0

License #

MIT License