Skip to content

Commit

Permalink
just moved the Wire on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Giammarchi committed Jan 11, 2019
1 parent cb68a9c commit 59e3b0f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion cjs/objects/Updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const disconnected = (m => m.__esModule ? /* istanbul ignore next */ m.default :
const domdiff = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('domdiff'));
const domtagger = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('domtagger'));
const hyperStyle = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('hyperhtml-style'));
const Wire = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('hyperhtml-wire'));

const {
CONNECTED, DISCONNECTED, DOCUMENT_FRAGMENT_NODE, OWNER_SVG_ELEMENT
} = require('../shared/constants.js');

const Component = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('../classes/Component.js'));
const Wire = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('hyperhtml-wire'));
const Intent = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('./Intent.js'));

const observe = disconnected({Event: CustomEvent, WeakSet});
Expand Down
8 changes: 4 additions & 4 deletions esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/objects/Updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import disconnected from 'disconnected';
import domdiff from 'domdiff';
import domtagger from 'domtagger';
import hyperStyle from 'hyperhtml-style';
import Wire from 'hyperhtml-wire';

import {
CONNECTED, DISCONNECTED,
Expand All @@ -15,7 +16,6 @@ import {
} from '../shared/constants.js';

import Component from '../classes/Component.js';
import Wire from 'hyperhtml-wire';
import Intent from './Intent.js';

const observe = disconnected({Event: CustomEvent, WeakSet});
Expand Down
16 changes: 8 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,14 +1267,6 @@ var hyperHTML = (function (document) {
}
}();

// Node.CONSTANTS
var DOCUMENT_FRAGMENT_NODE$1 = 11; // SVG related constants

var OWNER_SVG_ELEMENT = 'ownerSVGElement'; // Custom Elements / MutationObserver constants

var CONNECTED = 'connected';
var DISCONNECTED = 'dis' + CONNECTED;

/*! (c) Andrea Giammarchi - ISC */
var Wire = function (slice, proto) {
proto = Wire.prototype;
Expand Down Expand Up @@ -1322,6 +1314,14 @@ var hyperHTML = (function (document) {
}
}([].slice);

// Node.CONSTANTS
var DOCUMENT_FRAGMENT_NODE$1 = 11; // SVG related constants

var OWNER_SVG_ELEMENT = 'ownerSVGElement'; // Custom Elements / MutationObserver constants

var CONNECTED = 'connected';
var DISCONNECTED = 'dis' + CONNECTED;

var observe = disconnected({
Event: CustomEvent$1,
WeakSet: WeakSet$1
Expand Down
8 changes: 4 additions & 4 deletions min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions umd.js

Large diffs are not rendered by default.

0 comments on commit 59e3b0f

Please sign in to comment.