mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
ba582b48b3
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 . |
||
---|---|---|
.. | ||
lib | ||
test | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
js_ast
A library for creating JavaScript ASTs from templates.