@aurelia/jit-html
Advanced tools
Comparing version 0.7.0-dev.201912200354 to 0.7.0-dev.201912220642
@@ -83,5 +83,5 @@ import { __decorate, __metadata, __param } from "tslib"; | ||
if ((parent.flags & 8192 /* hasChildNodes */) > 0) { | ||
const { childNodes } = parent; | ||
const childNodes = parent.childNodes; | ||
const ii = childNodes.length; | ||
let childNode; | ||
const ii = childNodes.length; | ||
for (let i = 0; i < ii; ++i) { | ||
@@ -88,0 +88,0 @@ childNode = childNodes[i]; |
@@ -94,5 +94,5 @@ (function (factory) { | ||
if ((parent.flags & 8192 /* hasChildNodes */) > 0) { | ||
const { childNodes } = parent; | ||
const childNodes = parent.childNodes; | ||
const ii = childNodes.length; | ||
let childNode; | ||
const ii = childNodes.length; | ||
for (let i = 0; i < ii; ++i) { | ||
@@ -99,0 +99,0 @@ childNode = childNodes[i]; |
{ | ||
"name": "@aurelia/jit-html", | ||
"version": "0.7.0-dev.201912200354", | ||
"version": "0.7.0-dev.201912220642", | ||
"main": "dist/umd/index.js", | ||
@@ -38,6 +38,6 @@ "module": "dist/esnext/index.js", | ||
"dependencies": { | ||
"@aurelia/jit": "^0.7.0-dev.201912200354", | ||
"@aurelia/kernel": "^0.7.0-dev.201912200354", | ||
"@aurelia/runtime": "^0.7.0-dev.201912200354", | ||
"@aurelia/runtime-html": "^0.7.0-dev.201912200354" | ||
"@aurelia/jit": "^0.7.0-dev.201912220642", | ||
"@aurelia/kernel": "^0.7.0-dev.201912220642", | ||
"@aurelia/runtime": "^0.7.0-dev.201912220642", | ||
"@aurelia/runtime-html": "^0.7.0-dev.201912220642" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "dbbeef9bbb26d3af485ece70f58006106747d688" | ||
"gitHead": "52812ba9fdcfe13423e73fa2f54cffd63f47026b" | ||
} |
@@ -155,5 +155,5 @@ import { | ||
if ((parent.flags & SymbolFlags.hasChildNodes) > 0) { | ||
const { childNodes } = parent; | ||
const childNodes = parent.childNodes; | ||
const ii = childNodes.length; | ||
let childNode: NodeSymbol; | ||
const ii = childNodes.length; | ||
for (let i = 0; i < ii; ++i) { | ||
@@ -160,0 +160,0 @@ childNode = childNodes[i]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
320184