dart-sdk/pkg/js_ast
Stephen Adams aec79c2b3c [js_ast] Add annotations facility
'Annotations' allow client information to be attached to js_ast nodes.

I will be using this facility to embed resource identifers in the generated JavaScript AST to generate a map from files to the resource identifiers that they contain.

Change-Id: Id9012b303de0d2b3848a635bc34747f8c5101236
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/281320
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2023-02-07 21:34:16 +00:00
..
lib [js_ast] Add annotations facility 2023-02-07 21:34:16 +00:00
test [js_ast] Add annotations facility 2023-02-07 21:34:16 +00:00
analysis_options.yaml [dart2js] Replace dart2js_dynamic_test with lint and appropriate lint ignores. 2022-11-15 21:11:59 +00:00
LICENSE
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
pubspec.yaml [pkg] prefer 'any' deps for package dev dependencies 2022-05-27 01:34:59 +00:00
README.md

js_ast

A library for creating JavaScript ASTs from templates.