Files
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
..
2023-02-07 21:34:16 +00:00
2023-02-07 21:34:16 +00:00
2022-02-14 14:06:34 +00:00

js_ast

A library for creating JavaScript ASTs from templates.