Skip to content

Commit 223816b

Browse files
committed
0.1.9
1 parent 5a341dd commit 223816b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/ass-compiler.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
33
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4-
(global = global || self, factory(global.assCompiler = {}));
5-
}(this, (function (exports) { 'use strict';
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.assCompiler = {}));
5+
})(this, (function (exports) { 'use strict';
66

77
function parseEffect(text) {
88
var param = text
@@ -1160,4 +1160,4 @@
11601160

11611161
Object.defineProperty(exports, '__esModule', { value: true });
11621162

1163-
})));
1163+
}));

0 commit comments

Comments
 (0)