dart-sdk/pkg/js_ast
Mark Zhou b72588aa3e [dart2js] Extending pkg/js_ast to support arrow functions and methods.
* Adds a couple of arrow function and method tests
* Does not add support for method interpolation (like in DDC).

Change-Id: I73ccbbf2907611dae6f1720f7933e3469d4eb9b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/198883
Commit-Queue: Mark Zhou <markzipan@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2021-06-03 00:15:04 +00:00
..
lib [dart2js] Extending pkg/js_ast to support arrow functions and methods. 2021-06-03 00:15:04 +00:00
test Redo again "[dart2js/js_ast] Escape strings in the printer" 2021-06-02 02:05:05 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
pubspec.yaml [js_ast] Use Set literals 2021-05-22 17:41:09 +00:00
README.md Move js_ast library to its own package under pkg 2015-02-25 01:27:01 +00:00

js_ast

A library for creating JavaScript ASTs from templates.