dart-sdk/pkg/js_ast
Stephen Adams 2f66afbfb4 [js_ast] dart format --fix
Formatted with `--fix`, followed by some small manual changes:

- Reflowed some comments to 80 columns.
- Replaced Map/Set constructor calls with {} literals.
- Removed type argument when on both sides of initialization.

Change-Id: I3f5d29dd7e144f96a02efa95db8b40bf63484442
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210940
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Mayank Patke <fishythefish@google.com>
2021-08-25 03:08:21 +00:00
..
lib [js_ast] dart format --fix 2021-08-25 03:08:21 +00:00
test [js_ast] dart format --fix 2021-08-25 03:08:21 +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

js_ast

A library for creating JavaScript ASTs from templates.