You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Function that *compiles* the expression and return a function that evaluates it with the given context. Default compiler uses an eval-like syntax.
147
+
127
148
## Implementation notes
128
149
129
-
* The implementation is **not** compliant with [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
150
+
* The default expression compiler implementation is **not** compliant with [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
130
151
***Only** properties coming from the contextual object can be used in evaluated expressions.
131
152
* Bound elements are *hidden* under [`template` elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template).
132
153
* When any error occurs *(inconsistent binding, invalid syntax)*, the binding **silently** fails.
0 commit comments