Skip to content

Commit

Permalink
updated basichtml
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Mar 11, 2020
1 parent de7d6d4 commit 248bffd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 53 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,16 @@
"url": "https://github.com/WebReflection/hyperhtml/issues"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"ascjs": "^3.1.2",
"basichtml": "^2.0.2",
"basichtml": "^2.1.4",
"coveralls": "^3.0.9",
"drop-babel-typeof": "^1.0.3",
"istanbul": "^0.4.5",
"npm-dollar": "^2.2.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup": "^2.0.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tressa": "^0.3.1",
"uglify-js": "^3.8.0"
Expand Down
64 changes: 16 additions & 48 deletions test/ie/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2204,9 +2204,7 @@
}).then(function () {
tressa.log('## hyper.Component');

var Button =
/*#__PURE__*/
function (_hyperHTML$Component) {
var Button = /*#__PURE__*/function (_hyperHTML$Component) {
_inherits(Button, _hyperHTML$Component);

function Button() {
Expand All @@ -2225,9 +2223,7 @@
return Button;
}(hyperHTML.Component);

var Rect =
/*#__PURE__*/
function (_hyperHTML$Component2) {
var Rect = /*#__PURE__*/function (_hyperHTML$Component2) {
_inherits(Rect, _hyperHTML$Component2);

function Rect(state) {
Expand All @@ -2252,9 +2248,7 @@
return Rect;
}(hyperHTML.Component);

var Paragraph =
/*#__PURE__*/
function (_hyperHTML$Component3) {
var Paragraph = /*#__PURE__*/function (_hyperHTML$Component3) {
_inherits(Paragraph, _hyperHTML$Component3);

function Paragraph(state) {
Expand Down Expand Up @@ -2311,9 +2305,7 @@
return tressa.async(function (done) {
tressa.log('## Component method via data-call');

var Paragraph =
/*#__PURE__*/
function (_hyperHTML$Component4) {
var Paragraph = /*#__PURE__*/function (_hyperHTML$Component4) {
_inherits(Paragraph, _hyperHTML$Component4);

function Paragraph() {
Expand Down Expand Up @@ -2343,9 +2335,7 @@
return Paragraph;
}(hyperHTML.Component);

var GlobalEvent =
/*#__PURE__*/
function (_hyperHTML$Component5) {
var GlobalEvent = /*#__PURE__*/function (_hyperHTML$Component5) {
_inherits(GlobalEvent, _hyperHTML$Component5);

function GlobalEvent() {
Expand Down Expand Up @@ -2428,9 +2418,7 @@
}).then(function () {
tressa.log('## hyper.Component state');

var DefaultState =
/*#__PURE__*/
function (_hyperHTML$Component6) {
var DefaultState = /*#__PURE__*/function (_hyperHTML$Component6) {
_inherits(DefaultState, _hyperHTML$Component6);

function DefaultState() {
Expand All @@ -2454,9 +2442,7 @@
return DefaultState;
}(hyperHTML.Component);

var State =
/*#__PURE__*/
function (_hyperHTML$Component7) {
var State = /*#__PURE__*/function (_hyperHTML$Component7) {
_inherits(State, _hyperHTML$Component7);

function State() {
Expand Down Expand Up @@ -2514,9 +2500,7 @@
tressa.log('## Component connected/disconnected');
var calls = 0;

var Paragraph =
/*#__PURE__*/
function (_hyperHTML$Component8) {
var Paragraph = /*#__PURE__*/function (_hyperHTML$Component8) {
_inherits(Paragraph, _hyperHTML$Component8);

function Paragraph() {
Expand Down Expand Up @@ -2632,9 +2616,7 @@
return tressa.async(function (done) {
tressa.log('## Nested Component connected/disconnected');

var GrandChild =
/*#__PURE__*/
function (_hyperHTML$Component9) {
var GrandChild = /*#__PURE__*/function (_hyperHTML$Component9) {
_inherits(GrandChild, _hyperHTML$Component9);

function GrandChild() {
Expand Down Expand Up @@ -2663,9 +2645,7 @@
return GrandChild;
}(hyperHTML.Component);

var Child =
/*#__PURE__*/
function (_hyperHTML$Component10) {
var Child = /*#__PURE__*/function (_hyperHTML$Component10) {
_inherits(Child, _hyperHTML$Component10);

function Child() {
Expand Down Expand Up @@ -2697,9 +2677,7 @@
var connectedTimes = 0,
disconnectedTimes = 0;

var Parent =
/*#__PURE__*/
function (_hyperHTML$Component11) {
var Parent = /*#__PURE__*/function (_hyperHTML$Component11) {
_inherits(Parent, _hyperHTML$Component11);

function Parent() {
Expand Down Expand Up @@ -2758,9 +2736,7 @@
}).then(function () {
tressa.log('## Declarative Components');

var MenuSimple =
/*#__PURE__*/
function (_hyperHTML$Component12) {
var MenuSimple = /*#__PURE__*/function (_hyperHTML$Component12) {
_inherits(MenuSimple, _hyperHTML$Component12);

function MenuSimple() {
Expand All @@ -2783,9 +2759,7 @@
return MenuSimple;
}(hyperHTML.Component);

var MenuWeakMap =
/*#__PURE__*/
function (_hyperHTML$Component13) {
var MenuWeakMap = /*#__PURE__*/function (_hyperHTML$Component13) {
_inherits(MenuWeakMap, _hyperHTML$Component13);

function MenuWeakMap() {
Expand All @@ -2808,9 +2782,7 @@
return MenuWeakMap;
}(hyperHTML.Component);

var MenuItem =
/*#__PURE__*/
function (_hyperHTML$Component14) {
var MenuItem = /*#__PURE__*/function (_hyperHTML$Component14) {
_inherits(MenuItem, _hyperHTML$Component14);

function MenuItem() {
Expand Down Expand Up @@ -2865,9 +2837,7 @@
}).then(function () {
tressa.log('## Component.dispatch');

var Pomponent =
/*#__PURE__*/
function (_hyperHTML$Component15) {
var Pomponent = /*#__PURE__*/function (_hyperHTML$Component15) {
_inherits(Pomponent, _hyperHTML$Component15);

function Pomponent() {
Expand All @@ -2891,9 +2861,7 @@
return Pomponent;
}(hyperHTML.Component);

var Solonent =
/*#__PURE__*/
function (_hyperHTML$Component16) {
var Solonent = /*#__PURE__*/function (_hyperHTML$Component16) {
_inherits(Solonent, _hyperHTML$Component16);

function Solonent() {
Expand Down

0 comments on commit 248bffd

Please sign in to comment.