Skip to content

Commit

Permalink
Update rollup plugins (#390)
Browse files Browse the repository at this point in the history
* use Terser plugin instead of Uglify

* replace rollup-plugin-buble by @rollup/plugin-buble

* replace rollup-plugin-node-resolve by @rollup/plugin-node-resolve
  • Loading branch information
MatthijsBurgh authored May 14, 2021
1 parent 03e3a20 commit 189bb5b
Show file tree
Hide file tree
Showing 7 changed files with 1,528 additions and 60,172 deletions.
26 changes: 17 additions & 9 deletions build/ros3d.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53236,11 +53236,17 @@ var InteractiveMarker = /*@__PURE__*/(function (superclass) {
return InteractiveMarker;
}(THREE.Object3D));

function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
var eventemitter2 = {exports: {}};

/*!
* EventEmitter2
* https://github.com/hij1nx/EventEmitter2
*
* Copyright (c) 2013 hij1nx
* Licensed under the MIT license.
*/

var eventemitter2 = createCommonjsModule(function (module, exports) {
(function (module, exports) {
!function(undefined$1) {
var hasOwnProperty= Object.hasOwnProperty;
var isArray = Array.isArray ? Array.isArray : function _isArray(obj) {
Expand Down Expand Up @@ -54860,7 +54866,9 @@ var eventemitter2 = createCommonjsModule(function (module, exports) {
module.exports = EventEmitter;
}
}();
});
}(eventemitter2));

var EventEmitter2 = eventemitter2.exports;

/**
* @author David Gossow - dgossow@willowgarage.com
Expand Down Expand Up @@ -55034,7 +55042,7 @@ var InteractiveMarkerHandle = /*@__PURE__*/(function (EventEmitter2) {
};

return InteractiveMarkerHandle;
}(eventemitter2));
}(EventEmitter2));

/**
* @author David Gossow - dgossow@willowgarage.com
Expand Down Expand Up @@ -55382,7 +55390,7 @@ var MarkerArrayClient = /*@__PURE__*/(function (EventEmitter2) {
};

return MarkerArrayClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author Russell Toris - rctoris@wpi.edu
Expand Down Expand Up @@ -55479,7 +55487,7 @@ var MarkerClient = /*@__PURE__*/(function (EventEmitter2) {
};

return MarkerClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author Jihoon Lee - lee@magazino.eu
Expand Down Expand Up @@ -55869,7 +55877,7 @@ var OccupancyGridClient = /*@__PURE__*/(function (EventEmitter2) {
};

return OccupancyGridClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author David V. Lu!! - davidvlu@gmail.com
Expand Down
26 changes: 17 additions & 9 deletions build/ros3d.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -53210,11 +53210,17 @@ var InteractiveMarker = /*@__PURE__*/(function (superclass) {
return InteractiveMarker;
}(THREE.Object3D));

function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
var eventemitter2 = {exports: {}};

/*!
* EventEmitter2
* https://github.com/hij1nx/EventEmitter2
*
* Copyright (c) 2013 hij1nx
* Licensed under the MIT license.
*/

var eventemitter2 = createCommonjsModule(function (module, exports) {
(function (module, exports) {
!function(undefined$1) {
var hasOwnProperty= Object.hasOwnProperty;
var isArray = Array.isArray ? Array.isArray : function _isArray(obj) {
Expand Down Expand Up @@ -54834,7 +54840,9 @@ var eventemitter2 = createCommonjsModule(function (module, exports) {
module.exports = EventEmitter;
}
}();
});
}(eventemitter2));

var EventEmitter2 = eventemitter2.exports;

/**
* @author David Gossow - dgossow@willowgarage.com
Expand Down Expand Up @@ -55008,7 +55016,7 @@ var InteractiveMarkerHandle = /*@__PURE__*/(function (EventEmitter2) {
};

return InteractiveMarkerHandle;
}(eventemitter2));
}(EventEmitter2));

/**
* @author David Gossow - dgossow@willowgarage.com
Expand Down Expand Up @@ -55356,7 +55364,7 @@ var MarkerArrayClient = /*@__PURE__*/(function (EventEmitter2) {
};

return MarkerArrayClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author Russell Toris - rctoris@wpi.edu
Expand Down Expand Up @@ -55453,7 +55461,7 @@ var MarkerClient = /*@__PURE__*/(function (EventEmitter2) {
};

return MarkerClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author Jihoon Lee - lee@magazino.eu
Expand Down Expand Up @@ -55843,7 +55851,7 @@ var OccupancyGridClient = /*@__PURE__*/(function (EventEmitter2) {
};

return OccupancyGridClient;
}(eventemitter2));
}(EventEmitter2));

/**
* @author David V. Lu!! - davidvlu@gmail.com
Expand Down
26 changes: 17 additions & 9 deletions build/ros3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -53304,11 +53304,17 @@ var ROS3D = (function (exports, ROSLIB) {
};
}

function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
var eventemitter2 = {exports: {}};

/*!
* EventEmitter2
* https://github.com/hij1nx/EventEmitter2
*
* Copyright (c) 2013 hij1nx
* Licensed under the MIT license.
*/

var eventemitter2 = createCommonjsModule(function (module, exports) {
(function (module, exports) {
!function(undefined$1) {
var hasOwnProperty= Object.hasOwnProperty;
var isArray = Array.isArray ? Array.isArray : function _isArray(obj) {
Expand Down Expand Up @@ -54922,13 +54928,15 @@ var ROS3D = (function (exports, ROSLIB) {
module.exports = EventEmitter;
}
}();
});
}(eventemitter2));

var EventEmitter2 = eventemitter2.exports;

/**
* @author David Gossow - dgossow@willowgarage.com
*/

class InteractiveMarkerHandle extends eventemitter2 {
class InteractiveMarkerHandle extends EventEmitter2 {

/**
* Handle with signals for a single interactive marker.
Expand Down Expand Up @@ -55403,7 +55411,7 @@ var ROS3D = (function (exports, ROSLIB) {
* @author Nils Berg - berg.nils@gmail.com
*/

class MarkerArrayClient extends eventemitter2 {
class MarkerArrayClient extends EventEmitter2 {

/**
* A MarkerArray client that listens to a given topic.
Expand Down Expand Up @@ -55517,7 +55525,7 @@ var ROS3D = (function (exports, ROSLIB) {
* @author Russell Toris - rctoris@wpi.edu
*/

class MarkerClient extends eventemitter2 {
class MarkerClient extends EventEmitter2 {

/**
* A marker client that listens to a given marker topic.
Expand Down Expand Up @@ -55980,7 +55988,7 @@ var ROS3D = (function (exports, ROSLIB) {
* @author Russell Toris - rctoris@wpi.edu
*/

class OccupancyGridClient extends eventemitter2 {
class OccupancyGridClient extends EventEmitter2 {

/**
* An occupancy grid client that listens to a given map topic.
Expand Down
Loading

0 comments on commit 189bb5b

Please sign in to comment.