UNPKG

@surface/custom-element

Version:

Provides support of directives and data binding on custom elements.

4 lines (3 loc) 204 B
export const dinamicKey = /^\[(.*)\]$/; export const forExpression = /^\s*(?:(?:var|let|const)\s+)?(\w+|\S.*\S)\s+(in|of)\s+(\w+|\S.*\S)$/s; export const interpolation = /(?<!(?<!\\)\\)(\{)(.*?)(\})/;