Skip to content

Commit 127b842

Browse files
committed
chore: compile assets
1 parent 58ef3f8 commit 127b842

39 files changed

+3343
-4560
lines changed

packages/flasher/dist/common.d.ts.map

-1
This file was deleted.

packages/flasher/dist/flasher.d.ts.map

-1
This file was deleted.

packages/flasher/dist/flasher.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1919
PERFORMANCE OF THIS SOFTWARE.
2020
***************************************************************************** */
21-
/* global Reflect, Promise, SuppressedError, Symbol */
21+
/* global Reflect, Promise */
2222

2323

2424
function __spreadArray(to, from, pack) {
@@ -31,11 +31,6 @@
3131
return to.concat(ar || Array.prototype.slice.call(from));
3232
}
3333

34-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
35-
var e = new Error(message);
36-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
37-
};
38-
3934
var FlasherFactory = (function () {
4035
function FlasherFactory(viewFactory) {
4136
this.options = {

packages/flasher/dist/flasher.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/flasher/dist/flasherFactory.d.ts.map

-1
This file was deleted.

packages/flasher/dist/index.d.ts.map

-1
This file was deleted.

packages/flasher/dist/index.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1414
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1515
PERFORMANCE OF THIS SOFTWARE.
1616
***************************************************************************** */
17-
/* global Reflect, Promise, SuppressedError, Symbol */
17+
/* global Reflect, Promise */
1818

1919

2020
function __spreadArray(to, from, pack) {
@@ -27,11 +27,6 @@ function __spreadArray(to, from, pack) {
2727
return to.concat(ar || Array.prototype.slice.call(from));
2828
}
2929

30-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
31-
var e = new Error(message);
32-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
33-
};
34-
3530
var FlasherFactory = (function () {
3631
function FlasherFactory(viewFactory) {
3732
this.options = {

packages/noty/dist/flasher-noty.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/noty/dist/flasher-noty.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1919
PERFORMANCE OF THIS SOFTWARE.
2020
***************************************************************************** */
21-
/* global Reflect, Promise, SuppressedError, Symbol */
21+
/* global Reflect, Promise */
2222

2323

2424
var __assign = function() {
@@ -32,11 +32,6 @@
3232
return __assign.apply(this, arguments);
3333
};
3434

35-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
36-
var e = new Error(message);
37-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
38-
};
39-
4035
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
4136

4237
function getDefaultExportFromCjs (x) {

0 commit comments

Comments
 (0)