- 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

@@ -255,13 +255,15 @@
}
function _typeof$1(obj) {
if (typeof Symbol === "function" && _typeof(Symbol.iterator) === "symbol") {
_typeof$1 = function _typeof$1(obj) {
return _typeof(obj);
"@babel/helpers - typeof";
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
_typeof$1 = function _typeof(obj) {
return typeof obj;
};
} else {
_typeof$1 = function _typeof$1(obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof(obj);
_typeof$1 = function _typeof(obj) {
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
};
}
@@ -610,7 +612,7 @@
'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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long