Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit aeab0a3

Browse files
committed
Merge branch 'release/2.3.1'
2 parents 0f0b1c4 + fd5f1ee commit aeab0a3

File tree

8 files changed

+10198
-4872
lines changed

8 files changed

+10198
-4872
lines changed

dist/formula-parser.js

Lines changed: 232 additions & 3535 deletions
Large diffs are not rendered by default.

dist/formula-parser.min.js

Lines changed: 2 additions & 362 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loader/empty-loader.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = function() {
2+
this.cacheable();
3+
4+
return '';
5+
};
6+
7+
module.exports.pitch = function() {
8+
this.cacheable();
9+
10+
return '';
11+
};

0 commit comments

Comments
 (0)