metal.js icon indicating copy to clipboard operation
metal.js copied to clipboard

Config.js do not have an html validator

Open carloslancha opened this issue 7 years ago • 0 comments

One of the param types for soy templates is html, and that's being validated by soy checking if it's a string, a function, or a couple more things. So the first we could think to do is to validate it in the same way, but I don't know which would be the behaviour for JSX or other implementations.

We need to figure out a validation for html parameters that could works with all of them.

Thanks!

carloslancha avatar May 23 '17 16:05 carloslancha