typed-dom
Advanced tools
Comparing version 0.0.329 to 0.0.330
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 529: | ||
/***/ 5529: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -57,3 +57,3 @@ | ||
/***/ 808: | ||
/***/ 1808: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -67,4 +67,4 @@ | ||
exports.reduce = exports.memoize = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const compare_1 = __webpack_require__(529); | ||
const alias_1 = __webpack_require__(5406); | ||
const compare_1 = __webpack_require__(5529); | ||
function memoize(f, identify = (...as) => as[0], memory) { | ||
@@ -115,3 +115,3 @@ if (typeof identify === 'object') return memoize(f, undefined, identify); | ||
/***/ 521: | ||
/***/ 7521: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -125,4 +125,4 @@ | ||
exports.defrag = exports.prepend = exports.append = exports.isChildren = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const memoize_1 = __webpack_require__(808); | ||
const alias_1 = __webpack_require__(5406); | ||
const memoize_1 = __webpack_require__(1808); | ||
var caches; | ||
@@ -336,3 +336,3 @@ (function (caches) { | ||
/******/ // This entry module is referenced by other modules so it can't be inlined | ||
/******/ var __webpack_exports__ = __webpack_require__(521); | ||
/******/ var __webpack_exports__ = __webpack_require__(7521); | ||
/******/ | ||
@@ -339,0 +339,0 @@ /******/ return __webpack_exports__; |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 731: | ||
/***/ 7731: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -50,3 +50,3 @@ | ||
exports.counter = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const alias_1 = __webpack_require__(5406); | ||
const dict = [...Array(36)].map((_, i) => i.toString(36)).join(''); | ||
@@ -71,17 +71,18 @@ function counter(radix = 10, pad = '') { | ||
/***/ 128: | ||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | ||
/***/ 4128: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
__webpack_require__(921); | ||
const global = false || typeof globalThis !== 'undefined' && globalThis | ||
// @ts-ignore | ||
|| typeof self !== 'undefined' && self || Function('return this')(); | ||
Object.defineProperty(exports, "__esModule", ({ | ||
value: true | ||
})); | ||
__webpack_require__(6921); | ||
const global = globalThis; | ||
global.global = global; | ||
module.exports = global; | ||
exports["default"] = global; | ||
/***/ }), | ||
/***/ 921: | ||
/***/ 6921: | ||
/***/ (() => { | ||
@@ -92,5 +93,3 @@ | ||
// @ts-ignore | ||
var globalThis; | ||
// @ts-ignore | ||
var global = (/* unused pure expression or super */ null && (globalThis)); | ||
var global = globalThis; | ||
@@ -149,4 +148,4 @@ /***/ }) | ||
exports.identity = void 0; | ||
__webpack_require__(128); | ||
const counter_1 = __webpack_require__(731); | ||
__webpack_require__(4128); | ||
const counter_1 = __webpack_require__(7731); | ||
// uniqueによる実装はメモリを圧迫しqueryのベンチマークが落ちるため不可 | ||
@@ -153,0 +152,0 @@ exports.identity = __webpack_require__.g[Symbol.for('typed-dom::identity')] ??= (0, counter_1.counter)(36); |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 112: | ||
/***/ 8112: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -136,3 +136,3 @@ | ||
/***/ 529: | ||
/***/ 5529: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -153,3 +153,3 @@ | ||
/***/ 731: | ||
/***/ 7731: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -163,3 +163,3 @@ | ||
exports.counter = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const alias_1 = __webpack_require__(5406); | ||
const dict = [...Array(36)].map((_, i) => i.toString(36)).join(''); | ||
@@ -184,3 +184,3 @@ function counter(radix = 10, pad = '') { | ||
/***/ 288: | ||
/***/ 6288: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -224,17 +224,18 @@ | ||
/***/ 128: | ||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | ||
/***/ 4128: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
__webpack_require__(921); | ||
const global = false || typeof globalThis !== 'undefined' && globalThis | ||
// @ts-ignore | ||
|| typeof self !== 'undefined' && self || Function('return this')(); | ||
Object.defineProperty(exports, "__esModule", ({ | ||
value: true | ||
})); | ||
__webpack_require__(6921); | ||
const global = globalThis; | ||
global.global = global; | ||
module.exports = global; | ||
exports["default"] = global; | ||
/***/ }), | ||
/***/ 921: | ||
/***/ 6921: | ||
/***/ (() => { | ||
@@ -245,9 +246,7 @@ | ||
// @ts-ignore | ||
var globalThis; | ||
// @ts-ignore | ||
var global = (/* unused pure expression or super */ null && (globalThis)); | ||
var global = globalThis; | ||
/***/ }), | ||
/***/ 808: | ||
/***/ 1808: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -261,4 +260,4 @@ | ||
exports.reduce = exports.memoize = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const compare_1 = __webpack_require__(529); | ||
const alias_1 = __webpack_require__(5406); | ||
const compare_1 = __webpack_require__(5529); | ||
function memoize(f, identify = (...as) => as[0], memory) { | ||
@@ -309,3 +308,3 @@ if (typeof identify === 'object') return memoize(f, undefined, identify); | ||
/***/ 879: | ||
/***/ 4879: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -320,4 +319,4 @@ | ||
exports.never = exports.isPromiseLike = exports.Internal = exports.AtomicPromise = exports.internal = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const function_1 = __webpack_require__(6288); | ||
exports.internal = Symbol.for('spica/promise::internal'); | ||
@@ -655,3 +654,3 @@ class AtomicPromise { | ||
/***/ 48: | ||
/***/ 9048: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -665,4 +664,4 @@ | ||
exports.SVG = exports.HTML = exports.Shadow = exports.API = void 0; | ||
const proxy_1 = __webpack_require__(965); | ||
const dom_1 = __webpack_require__(521); | ||
const proxy_1 = __webpack_require__(3965); | ||
const dom_1 = __webpack_require__(7521); | ||
function API(baseFactory, container) { | ||
@@ -710,3 +709,3 @@ return new Proxy(() => 0, handle(baseFactory, container)); | ||
/***/ 927: | ||
/***/ 6927: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -720,3 +719,3 @@ | ||
exports.Listeners = exports.symbols = void 0; | ||
const array_1 = __webpack_require__(112); | ||
const array_1 = __webpack_require__(8112); | ||
var symbols; | ||
@@ -795,3 +794,3 @@ (function (symbols) { | ||
/***/ 965: | ||
/***/ 3965: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -806,5 +805,5 @@ | ||
exports.ElementProxy = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const internal_1 = __webpack_require__(927); | ||
const identity_1 = __webpack_require__(670); | ||
const alias_1 = __webpack_require__(5406); | ||
const internal_1 = __webpack_require__(6927); | ||
const identity_1 = __webpack_require__(9670); | ||
class ElementProxy { | ||
@@ -1044,3 +1043,3 @@ constructor(tag, element, children, container = element) { | ||
/***/ 521: | ||
/***/ 7521: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1054,4 +1053,4 @@ | ||
exports.defrag = exports.prepend = exports.append = exports.isChildren = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const memoize_1 = __webpack_require__(808); | ||
const alias_1 = __webpack_require__(5406); | ||
const memoize_1 = __webpack_require__(1808); | ||
var caches; | ||
@@ -1234,3 +1233,3 @@ (function (caches) { | ||
/***/ 670: | ||
/***/ 9670: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1244,4 +1243,4 @@ | ||
exports.identity = void 0; | ||
__webpack_require__(128); | ||
const counter_1 = __webpack_require__(731); | ||
__webpack_require__(4128); | ||
const counter_1 = __webpack_require__(7731); | ||
// uniqueによる実装はメモリを圧迫しqueryのベンチマークが落ちるため不可 | ||
@@ -1252,3 +1251,3 @@ exports.identity = __webpack_require__.g[Symbol.for('typed-dom::identity')] ??= (0, counter_1.counter)(36); | ||
/***/ 251: | ||
/***/ 7251: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1262,5 +1261,5 @@ | ||
exports.bind = exports.delegate = exports.once = exports.listen = exports.currentTarget = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const promise_1 = __webpack_require__(879); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const promise_1 = __webpack_require__(4879); | ||
const function_1 = __webpack_require__(6288); | ||
exports.currentTarget = Symbol.for('typed-dom::currentTarget'); | ||
@@ -1353,3 +1352,3 @@ function listen(target, selector, type, listener, option) { | ||
/***/ 160: | ||
/***/ 1160: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -1439,3 +1438,3 @@ | ||
exports.identity = exports.querySelectorAllWith = exports.querySelectorWith = exports.querySelectorAll = exports.currentTarget = exports.once = exports.bind = exports.delegate = exports.listen = exports.defrag = exports.prepend = exports.append = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = exports.SVG = exports.HTML = exports.Shadow = exports.API = void 0; | ||
var builder_1 = __webpack_require__(48); | ||
var builder_1 = __webpack_require__(9048); | ||
Object.defineProperty(exports, "API", ({ | ||
@@ -1465,3 +1464,3 @@ enumerable: true, | ||
})); | ||
var dom_1 = __webpack_require__(521); | ||
var dom_1 = __webpack_require__(7521); | ||
Object.defineProperty(exports, "shadow", ({ | ||
@@ -1527,3 +1526,3 @@ enumerable: true, | ||
})); | ||
var listener_1 = __webpack_require__(251); | ||
var listener_1 = __webpack_require__(7251); | ||
Object.defineProperty(exports, "listen", ({ | ||
@@ -1559,3 +1558,3 @@ enumerable: true, | ||
})); | ||
var query_1 = __webpack_require__(160); | ||
var query_1 = __webpack_require__(1160); | ||
Object.defineProperty(exports, "querySelectorAll", ({ | ||
@@ -1579,3 +1578,3 @@ enumerable: true, | ||
})); | ||
var identity_1 = __webpack_require__(670); | ||
var identity_1 = __webpack_require__(9670); | ||
Object.defineProperty(exports, "identity", ({ | ||
@@ -1582,0 +1581,0 @@ enumerable: true, |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 288: | ||
/***/ 6288: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -80,3 +80,3 @@ | ||
/***/ 879: | ||
/***/ 4879: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -91,4 +91,4 @@ | ||
exports.never = exports.isPromiseLike = exports.Internal = exports.AtomicPromise = exports.internal = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const function_1 = __webpack_require__(6288); | ||
exports.internal = Symbol.for('spica/promise::internal'); | ||
@@ -426,3 +426,3 @@ class AtomicPromise { | ||
/***/ 251: | ||
/***/ 7251: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -436,5 +436,5 @@ | ||
exports.bind = exports.delegate = exports.once = exports.listen = exports.currentTarget = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const promise_1 = __webpack_require__(879); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const promise_1 = __webpack_require__(4879); | ||
const function_1 = __webpack_require__(6288); | ||
exports.currentTarget = Symbol.for('typed-dom::currentTarget'); | ||
@@ -558,3 +558,3 @@ function listen(target, selector, type, listener, option) { | ||
/******/ // This entry module is referenced by other modules so it can't be inlined | ||
/******/ var __webpack_exports__ = __webpack_require__(251); | ||
/******/ var __webpack_exports__ = __webpack_require__(7251); | ||
/******/ | ||
@@ -561,0 +561,0 @@ /******/ return __webpack_exports__; |
@@ -1,5 +0,3 @@ | ||
import './global.type.ts'; | ||
declare const global: { | ||
undefined: undefined; | ||
} & typeof globalThis; | ||
export = global; | ||
import './global.type'; | ||
declare const global: typeof globalThis; | ||
export default global; |
@@ -1,2 +0,1 @@ | ||
declare var globalThis: typeof globalThis; | ||
import global = globalThis; |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -3,0 +3,0 @@ if(typeof exports === 'object' && typeof module === 'object') |
20
dom.js
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 529: | ||
/***/ 5529: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -57,3 +57,3 @@ | ||
/***/ 808: | ||
/***/ 1808: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -67,4 +67,4 @@ | ||
exports.reduce = exports.memoize = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const compare_1 = __webpack_require__(529); | ||
const alias_1 = __webpack_require__(5406); | ||
const compare_1 = __webpack_require__(5529); | ||
function memoize(f, identify = (...as) => as[0], memory) { | ||
@@ -115,3 +115,3 @@ if (typeof identify === 'object') return memoize(f, undefined, identify); | ||
/***/ 521: | ||
/***/ 7521: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -125,4 +125,4 @@ | ||
exports.defrag = exports.prepend = exports.append = exports.isChildren = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const memoize_1 = __webpack_require__(808); | ||
const alias_1 = __webpack_require__(5406); | ||
const memoize_1 = __webpack_require__(1808); | ||
var caches; | ||
@@ -336,3 +336,3 @@ (function (caches) { | ||
/******/ // This entry module is referenced by other modules so it can't be inlined | ||
/******/ var __webpack_exports__ = __webpack_require__(521); | ||
/******/ var __webpack_exports__ = __webpack_require__(7521); | ||
/******/ | ||
@@ -339,0 +339,0 @@ /******/ return __webpack_exports__; |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 731: | ||
/***/ 7731: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -50,3 +50,3 @@ | ||
exports.counter = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const alias_1 = __webpack_require__(5406); | ||
const dict = [...Array(36)].map((_, i) => i.toString(36)).join(''); | ||
@@ -71,17 +71,18 @@ function counter(radix = 10, pad = '') { | ||
/***/ 128: | ||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | ||
/***/ 4128: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
__webpack_require__(921); | ||
const global = false || typeof globalThis !== 'undefined' && globalThis | ||
// @ts-ignore | ||
|| typeof self !== 'undefined' && self || Function('return this')(); | ||
Object.defineProperty(exports, "__esModule", ({ | ||
value: true | ||
})); | ||
__webpack_require__(6921); | ||
const global = globalThis; | ||
global.global = global; | ||
module.exports = global; | ||
exports["default"] = global; | ||
/***/ }), | ||
/***/ 921: | ||
/***/ 6921: | ||
/***/ (() => { | ||
@@ -92,5 +93,3 @@ | ||
// @ts-ignore | ||
var globalThis; | ||
// @ts-ignore | ||
var global = (/* unused pure expression or super */ null && (globalThis)); | ||
var global = globalThis; | ||
@@ -149,4 +148,4 @@ /***/ }) | ||
exports.identity = void 0; | ||
__webpack_require__(128); | ||
const counter_1 = __webpack_require__(731); | ||
__webpack_require__(4128); | ||
const counter_1 = __webpack_require__(7731); | ||
// uniqueによる実装はメモリを圧迫しqueryのベンチマークが落ちるため不可 | ||
@@ -153,0 +152,0 @@ exports.identity = __webpack_require__.g[Symbol.for('typed-dom::identity')] ??= (0, counter_1.counter)(36); |
97
index.js
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 112: | ||
/***/ 8112: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -136,3 +136,3 @@ | ||
/***/ 529: | ||
/***/ 5529: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -153,3 +153,3 @@ | ||
/***/ 731: | ||
/***/ 7731: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -163,3 +163,3 @@ | ||
exports.counter = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const alias_1 = __webpack_require__(5406); | ||
const dict = [...Array(36)].map((_, i) => i.toString(36)).join(''); | ||
@@ -184,3 +184,3 @@ function counter(radix = 10, pad = '') { | ||
/***/ 288: | ||
/***/ 6288: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -224,17 +224,18 @@ | ||
/***/ 128: | ||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | ||
/***/ 4128: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
__webpack_require__(921); | ||
const global = false || typeof globalThis !== 'undefined' && globalThis | ||
// @ts-ignore | ||
|| typeof self !== 'undefined' && self || Function('return this')(); | ||
Object.defineProperty(exports, "__esModule", ({ | ||
value: true | ||
})); | ||
__webpack_require__(6921); | ||
const global = globalThis; | ||
global.global = global; | ||
module.exports = global; | ||
exports["default"] = global; | ||
/***/ }), | ||
/***/ 921: | ||
/***/ 6921: | ||
/***/ (() => { | ||
@@ -245,9 +246,7 @@ | ||
// @ts-ignore | ||
var globalThis; | ||
// @ts-ignore | ||
var global = (/* unused pure expression or super */ null && (globalThis)); | ||
var global = globalThis; | ||
/***/ }), | ||
/***/ 808: | ||
/***/ 1808: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -261,4 +260,4 @@ | ||
exports.reduce = exports.memoize = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const compare_1 = __webpack_require__(529); | ||
const alias_1 = __webpack_require__(5406); | ||
const compare_1 = __webpack_require__(5529); | ||
function memoize(f, identify = (...as) => as[0], memory) { | ||
@@ -309,3 +308,3 @@ if (typeof identify === 'object') return memoize(f, undefined, identify); | ||
/***/ 879: | ||
/***/ 4879: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -320,4 +319,4 @@ | ||
exports.never = exports.isPromiseLike = exports.Internal = exports.AtomicPromise = exports.internal = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const function_1 = __webpack_require__(6288); | ||
exports.internal = Symbol.for('spica/promise::internal'); | ||
@@ -655,3 +654,3 @@ class AtomicPromise { | ||
/***/ 48: | ||
/***/ 9048: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -665,4 +664,4 @@ | ||
exports.SVG = exports.HTML = exports.Shadow = exports.API = void 0; | ||
const proxy_1 = __webpack_require__(965); | ||
const dom_1 = __webpack_require__(521); | ||
const proxy_1 = __webpack_require__(3965); | ||
const dom_1 = __webpack_require__(7521); | ||
function API(baseFactory, container) { | ||
@@ -710,3 +709,3 @@ return new Proxy(() => 0, handle(baseFactory, container)); | ||
/***/ 927: | ||
/***/ 6927: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -720,3 +719,3 @@ | ||
exports.Listeners = exports.symbols = void 0; | ||
const array_1 = __webpack_require__(112); | ||
const array_1 = __webpack_require__(8112); | ||
var symbols; | ||
@@ -795,3 +794,3 @@ (function (symbols) { | ||
/***/ 965: | ||
/***/ 3965: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -806,5 +805,5 @@ | ||
exports.ElementProxy = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const internal_1 = __webpack_require__(927); | ||
const identity_1 = __webpack_require__(670); | ||
const alias_1 = __webpack_require__(5406); | ||
const internal_1 = __webpack_require__(6927); | ||
const identity_1 = __webpack_require__(9670); | ||
class ElementProxy { | ||
@@ -1044,3 +1043,3 @@ constructor(tag, element, children, container = element) { | ||
/***/ 521: | ||
/***/ 7521: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1054,4 +1053,4 @@ | ||
exports.defrag = exports.prepend = exports.append = exports.isChildren = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const memoize_1 = __webpack_require__(808); | ||
const alias_1 = __webpack_require__(5406); | ||
const memoize_1 = __webpack_require__(1808); | ||
var caches; | ||
@@ -1234,3 +1233,3 @@ (function (caches) { | ||
/***/ 670: | ||
/***/ 9670: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1244,4 +1243,4 @@ | ||
exports.identity = void 0; | ||
__webpack_require__(128); | ||
const counter_1 = __webpack_require__(731); | ||
__webpack_require__(4128); | ||
const counter_1 = __webpack_require__(7731); | ||
// uniqueによる実装はメモリを圧迫しqueryのベンチマークが落ちるため不可 | ||
@@ -1252,3 +1251,3 @@ exports.identity = __webpack_require__.g[Symbol.for('typed-dom::identity')] ??= (0, counter_1.counter)(36); | ||
/***/ 251: | ||
/***/ 7251: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -1262,5 +1261,5 @@ | ||
exports.bind = exports.delegate = exports.once = exports.listen = exports.currentTarget = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const promise_1 = __webpack_require__(879); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const promise_1 = __webpack_require__(4879); | ||
const function_1 = __webpack_require__(6288); | ||
exports.currentTarget = Symbol.for('typed-dom::currentTarget'); | ||
@@ -1353,3 +1352,3 @@ function listen(target, selector, type, listener, option) { | ||
/***/ 160: | ||
/***/ 1160: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -1439,3 +1438,3 @@ | ||
exports.identity = exports.querySelectorAllWith = exports.querySelectorWith = exports.querySelectorAll = exports.currentTarget = exports.once = exports.bind = exports.delegate = exports.listen = exports.defrag = exports.prepend = exports.append = exports.define = exports.element = exports.text = exports.svg = exports.html = exports.frag = exports.shadow = exports.SVG = exports.HTML = exports.Shadow = exports.API = void 0; | ||
var builder_1 = __webpack_require__(48); | ||
var builder_1 = __webpack_require__(9048); | ||
Object.defineProperty(exports, "API", ({ | ||
@@ -1465,3 +1464,3 @@ enumerable: true, | ||
})); | ||
var dom_1 = __webpack_require__(521); | ||
var dom_1 = __webpack_require__(7521); | ||
Object.defineProperty(exports, "shadow", ({ | ||
@@ -1527,3 +1526,3 @@ enumerable: true, | ||
})); | ||
var listener_1 = __webpack_require__(251); | ||
var listener_1 = __webpack_require__(7251); | ||
Object.defineProperty(exports, "listen", ({ | ||
@@ -1559,3 +1558,3 @@ enumerable: true, | ||
})); | ||
var query_1 = __webpack_require__(160); | ||
var query_1 = __webpack_require__(1160); | ||
Object.defineProperty(exports, "querySelectorAll", ({ | ||
@@ -1579,3 +1578,3 @@ enumerable: true, | ||
})); | ||
var identity_1 = __webpack_require__(670); | ||
var identity_1 = __webpack_require__(9670); | ||
Object.defineProperty(exports, "identity", ({ | ||
@@ -1582,0 +1581,0 @@ enumerable: true, |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -16,3 +16,3 @@ if(typeof exports === 'object' && typeof module === 'object') | ||
/***/ 406: | ||
/***/ 5406: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -40,3 +40,3 @@ | ||
/***/ 288: | ||
/***/ 6288: | ||
/***/ ((__unused_webpack_module, exports) => { | ||
@@ -80,3 +80,3 @@ | ||
/***/ 879: | ||
/***/ 4879: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -91,4 +91,4 @@ | ||
exports.never = exports.isPromiseLike = exports.Internal = exports.AtomicPromise = exports.internal = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const function_1 = __webpack_require__(6288); | ||
exports.internal = Symbol.for('spica/promise::internal'); | ||
@@ -426,3 +426,3 @@ class AtomicPromise { | ||
/***/ 251: | ||
/***/ 7251: | ||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | ||
@@ -436,5 +436,5 @@ | ||
exports.bind = exports.delegate = exports.once = exports.listen = exports.currentTarget = void 0; | ||
const alias_1 = __webpack_require__(406); | ||
const promise_1 = __webpack_require__(879); | ||
const function_1 = __webpack_require__(288); | ||
const alias_1 = __webpack_require__(5406); | ||
const promise_1 = __webpack_require__(4879); | ||
const function_1 = __webpack_require__(6288); | ||
exports.currentTarget = Symbol.for('typed-dom::currentTarget'); | ||
@@ -558,3 +558,3 @@ function listen(target, selector, type, listener, option) { | ||
/******/ // This entry module is referenced by other modules so it can't be inlined | ||
/******/ var __webpack_exports__ = __webpack_require__(251); | ||
/******/ var __webpack_exports__ = __webpack_require__(7251); | ||
/******/ | ||
@@ -561,0 +561,0 @@ /******/ return __webpack_exports__; |
{ | ||
"name": "typed-dom", | ||
"version": "0.0.329", | ||
"version": "0.0.330", | ||
"description": "A value-level and type-level DOM builder.", | ||
@@ -36,3 +36,3 @@ "private": false, | ||
"dependencies": { | ||
"typed-query-selector": "^2.9.2" | ||
"typed-query-selector": "^2.10.0" | ||
}, | ||
@@ -43,13 +43,13 @@ "devDependencies": { | ||
"@types/power-assert": "1.5.8", | ||
"@typescript-eslint/parser": "^5.54.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"babel-loader": "^9.1.2", | ||
"babel-plugin-unassert": "^3.2.0", | ||
"concurrently": "^7.6.0", | ||
"eslint": "^8.35.0", | ||
"concurrently": "^8.0.1", | ||
"eslint": "^8.39.0", | ||
"eslint-plugin-redos": "^4.4.5", | ||
"eslint-webpack-plugin": "^4.0.0", | ||
"glob": "^8.1.0", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"glob": "^10.2.1", | ||
"i18next": "~22.3.0", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma": "^6.4.2", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-coverage": "^2.2.0", | ||
@@ -60,8 +60,8 @@ "karma-firefox-launcher": "^2.1.2", | ||
"mocha": "^10.2.0", | ||
"npm-check-updates": "^16.7.10", | ||
"spica": "0.0.719", | ||
"npm-check-updates": "^16.10.9", | ||
"spica": "0.0.721", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "4.9.5", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1", | ||
"typescript": "5.0.4", | ||
"webpack": "^5.80.0", | ||
"webpack-cli": "^5.0.2", | ||
"webpack-merge": "^5.8.0" | ||
@@ -68,0 +68,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
/*! typed-dom v0.0.329 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
/*! typed-dom v0.0.330 https://github.com/falsandtru/typed-dom | (c) 2016, falsandtru | (Apache-2.0 AND MPL-2.0) License */ | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
@@ -3,0 +3,0 @@ if(typeof exports === 'object' && typeof module === 'object') |
@@ -29,5 +29,5 @@ # typed-dom | ||
|-|-|-|-|-| | ||
|Typed-DOM|Type|Interface|Fork|Slow construction| | ||
|jQuery|Query|Implementation|Plugin|Breakable / Implicit dependency| | ||
|React|Create all and search difference|Implementation|Component|Breakable / Waste / Complex / Severely dependent / Incomplete vain reinvention of the browser| | ||
|Typed-DOM|Type|Interface|API, Fork|Slow construction| | ||
|jQuery|Query|Implementation|Plugin|Breakable, Implicit dependency| | ||
|React|Create all and search difference|Implementation|Component|Breakable, Waste, Complex, Severely dependent, Incomplete vain reinvention of the browser| | ||
@@ -34,0 +34,0 @@ ## Usage |
@@ -21,2 +21,3 @@ { | ||
"suppressImplicitAnyIndexErrors": true, | ||
"ignoreDeprecations": "5.0", | ||
"noFallthroughCasesInSwitch": true, | ||
@@ -23,0 +24,0 @@ "noErrorTruncation": true, |
@@ -35,3 +35,3 @@ const path = require('path'); | ||
}, | ||
entry: glob.sync('./{src,test}/**/*.ts'), | ||
entry: glob.sync('./{src,test}/**/*.ts', { absolute: true }).sort(), | ||
output: { | ||
@@ -77,3 +77,3 @@ filename: 'index.js', | ||
return merge(config, { | ||
entry: glob.sync('./!(node_modules)/**/*.ts'), | ||
entry: glob.sync('./!(node_modules)/**/*.ts', { absolute: true }), | ||
plugins: [ | ||
@@ -87,3 +87,3 @@ new ESLintPlugin({ | ||
return merge(config, { | ||
entry: glob.sync('./benchmark/**/*.ts'), | ||
entry: glob.sync('./benchmark/**/*.ts', { absolute: true }), | ||
module: { | ||
@@ -108,2 +108,3 @@ rules: [ | ||
entry: Object.fromEntries(glob.sync('./{index,src/util/*}.ts', { | ||
absolute: true, | ||
ignore: './**/*.test.ts', | ||
@@ -110,0 +111,0 @@ }).map(path => [path.match(/[\w.]+(?=\.)/)[0], path])), |
665033
133
15533
Updatedtyped-query-selector@^2.10.0