fix(ivy): compile queries in JIT mode (#26816)

PR Close #26816
This commit is contained in:
Pawel Kozlowski
2018-10-29 10:07:40 +01:00
committed by Matias Niemelä
parent 96770e5c6b
commit 578e4c7642
4 changed files with 184 additions and 31 deletions

View File

@ -217,8 +217,8 @@ export interface R3QueryMetadata {
descendants: boolean;
/**
* An expression representing a type to read from each matched node, or null if the node itself
* is to be returned.
* An expression representing a type to read from each matched node, or null if the default value
* for a given node is to be returned.
*/
read: o.Expression|null;
}