Files
sdk/pkg/js_ast
Nate Biggs 1941a8f463 [dart2js] Manually add braces for dangling else.
Rather than emit a different node than what is expected (the Block rather than the enclosed statement), we can manually emit the necessary braces.

Change-Id: I0bf2a27a56828cb6d292479c73fdaec8f4072116
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/336980
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Nate Biggs <natebiggs@google.com>
2023-11-17 20:48:27 +00:00
..
2022-02-14 14:06:34 +00:00

js_ast

A library for creating JavaScript ASTs from templates.