- Build: Update

- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-02-05 23:42:38 +08:00
parent 33c84d89b8
commit b7f8a63158
8 changed files with 28 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
function _typeof(obj) {
"@babel/helpers - typeof";
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
_typeof = function (obj) {
return typeof obj;
@@ -351,7 +353,7 @@ var ATTR_DOM = BOOL_ATTS.concat(['accessKey', // HTMLElement
'value', 'willvalidate']); // Todo: Add more to this as useful for templating
// to avoid setting through nullish value
var NULLABLES = ['dir', // HTMLElement
var NULLABLES = ['autocomplete', 'dir', // HTMLElement
'integrity', // script, link
'lang', // HTMLElement
'max', 'min', 'title' // HTMLElement