Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Aug 2, 2023
1 parent 5a341dd commit 223816b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/ass-compiler.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.assCompiler = {}));
}(this, (function (exports) { 'use strict';
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.assCompiler = {}));
})(this, (function (exports) { 'use strict';

function parseEffect(text) {
var param = text
Expand Down Expand Up @@ -1160,4 +1160,4 @@

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

})));
}));
Loading

0 comments on commit 223816b

Please sign in to comment.