Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bs-platform from 5.0.3 to 7.0.1 #503

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions lib/js/src/React.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
'use strict';


var Ref = /* module */[];
var Ref = { };

var Children = /* module */[];
var Children = { };

var Context = /* module */[];
var Context = { };

var Fragment = /* module */[];
var Fragment = { };

var Suspense = /* module */[];
var Suspense = { };

exports.Ref = Ref;
exports.Children = Children;
Expand Down
10 changes: 5 additions & 5 deletions lib/js/src/ReactDOMRe.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function hydrateToElementWithId(reactElement, id) {
}
}

var Ref = /* module */[];
var Ref = { };

function createElementVariadic(domClassName, props, children) {
var variadicArguments = /* array */[
Expand All @@ -76,10 +76,10 @@ function unsafeAddProp(style, property, value) {
return combine(style, dict);
}

var Style = /* module */[
/* combine */combine,
/* unsafeAddProp */unsafeAddProp
];
var Style = {
combine: combine,
unsafeAddProp: unsafeAddProp
};

exports.renderToElementWithClassName = renderToElementWithClassName;
exports.renderToElementWithId = renderToElementWithId;
Expand Down
30 changes: 15 additions & 15 deletions lib/js/src/ReactEvent.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
'use strict';


var Synthetic = /* module */[];
var Synthetic = { };

var Clipboard = /* module */[];
var Clipboard = { };

var Composition = /* module */[];
var Composition = { };

var Keyboard = /* module */[];
var Keyboard = { };

var Focus = /* module */[];
var Focus = { };

var Form = /* module */[];
var Form = { };

var Mouse = /* module */[];
var Mouse = { };

var $$Selection = /* module */[];
var $$Selection = { };

var $$Touch = /* module */[];
var $$Touch = { };

var UI = /* module */[];
var UI = { };

var Wheel = /* module */[];
var Wheel = { };

var Media = /* module */[];
var Media = { };

var $$Image = /* module */[];
var $$Image = { };

var Animation = /* module */[];
var Animation = { };

var Transition = /* module */[];
var Transition = { };

exports.Synthetic = Synthetic;
exports.Clipboard = Clipboard;
Expand Down
30 changes: 15 additions & 15 deletions lib/js/src/ReactEventRe.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
'use strict';


var Synthetic = /* module */[];
var Synthetic = { };

var Clipboard = /* module */[];
var Clipboard = { };

var Composition = /* module */[];
var Composition = { };

var Keyboard = /* module */[];
var Keyboard = { };

var Focus = /* module */[];
var Focus = { };

var Form = /* module */[];
var Form = { };

var Mouse = /* module */[];
var Mouse = { };

var $$Selection = /* module */[];
var $$Selection = { };

var $$Touch = /* module */[];
var $$Touch = { };

var UI = /* module */[];
var UI = { };

var Wheel = /* module */[];
var Wheel = { };

var Media = /* module */[];
var Media = { };

var $$Image = /* module */[];
var $$Image = { };

var Animation = /* module */[];
var Animation = { };

var Transition = /* module */[];
var Transition = { };

exports.Synthetic = Synthetic;
exports.Clipboard = Clipboard;
Expand Down
Loading