dart-sdk/pkg/js_ast
Asger Feldthaus ba582b48b3 dart2js: Distinguish precedence levels for left-hand side and call.
This fixes an issue where `new (f())()` was emitted as `new f()()`.

This in turn fixes some JS interop issues in the CPS backend.

CLOSES #25708

BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1681863003 .
2016-02-09 17:15:00 +01:00
..
lib dart2js: Distinguish precedence levels for left-hand side and call. 2016-02-09 17:15:00 +01:00
test js_ast: Better escaping of strings in preparation for utf8 file encoding 2015-12-14 11:33:12 -08:00
LICENSE
pubspec.yaml
README.md

js_ast

A library for creating JavaScript ASTs from templates.