a4956e8f99
LiteralExpression used to be the mechanism for 'interpolating' the `JS` pseudo-function, but that long ago was reimplemented via the js_ast template feature. There are a few vestigial uses of LiteralExpression, but as none of them use the `inputs`, this field is removed. Change-Id: I4cd7c64766a7d6d9dd2c196c134bbfcb536fd2f4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/178400 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Stephen Adams <sra@google.com>
js_ast
A library for creating JavaScript ASTs from templates.