|
1 | | -(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.XRegExp = f()}})(function(){var define,module,exports;return (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){ |
| 1 | +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.XRegExp = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ |
2 | 2 | 'use strict'; |
3 | 3 |
|
4 | 4 | Object.defineProperty(exports, "__esModule", { |
5 | 5 | value: true |
6 | 6 | }); |
7 | 7 |
|
8 | 8 | /*! |
9 | | - * XRegExp.build 4.1.0 |
| 9 | + * XRegExp.build 4.1.1 |
10 | 10 | * <xregexp.com> |
11 | 11 | * Steven Levithan (c) 2012-present MIT License |
12 | 12 | */ |
@@ -248,7 +248,7 @@ Object.defineProperty(exports, "__esModule", { |
248 | 248 | }); |
249 | 249 |
|
250 | 250 | /*! |
251 | | - * XRegExp.matchRecursive 4.1.0 |
| 251 | + * XRegExp.matchRecursive 4.1.1 |
252 | 252 | * <xregexp.com> |
253 | 253 | * Steven Levithan (c) 2009-present MIT License |
254 | 254 | */ |
@@ -451,7 +451,7 @@ Object.defineProperty(exports, "__esModule", { |
451 | 451 | }); |
452 | 452 |
|
453 | 453 | /*! |
454 | | - * XRegExp Unicode Base 4.1.0 |
| 454 | + * XRegExp Unicode Base 4.1.1 |
455 | 455 | * <xregexp.com> |
456 | 456 | * Steven Levithan (c) 2008-present MIT License |
457 | 457 | */ |
@@ -722,7 +722,7 @@ exports.default = function (XRegExp) { |
722 | 722 |
|
723 | 723 | XRegExp.addUnicodeData(_blocks2.default); |
724 | 724 | }; /*! |
725 | | - * XRegExp Unicode Blocks 4.1.0 |
| 725 | + * XRegExp Unicode Blocks 4.1.1 |
726 | 726 | * <xregexp.com> |
727 | 727 | * Steven Levithan (c) 2010-present MIT License |
728 | 728 | * Unicode data by Mathias Bynens <mathiasbynens.be> |
@@ -760,7 +760,7 @@ exports.default = function (XRegExp) { |
760 | 760 |
|
761 | 761 | XRegExp.addUnicodeData(_categories2.default); |
762 | 762 | }; /*! |
763 | | - * XRegExp Unicode Categories 4.1.0 |
| 763 | + * XRegExp Unicode Categories 4.1.1 |
764 | 764 | * <xregexp.com> |
765 | 765 | * Steven Levithan (c) 2010-present MIT License |
766 | 766 | * Unicode data by Mathias Bynens <mathiasbynens.be> |
@@ -837,7 +837,7 @@ exports.default = function (XRegExp) { |
837 | 837 |
|
838 | 838 | XRegExp.addUnicodeData(unicodeData); |
839 | 839 | }; /*! |
840 | | - * XRegExp Unicode Properties 4.1.0 |
| 840 | + * XRegExp Unicode Properties 4.1.1 |
841 | 841 | * <xregexp.com> |
842 | 842 | * Steven Levithan (c) 2012-present MIT License |
843 | 843 | * Unicode data by Mathias Bynens <mathiasbynens.be> |
@@ -874,7 +874,7 @@ exports.default = function (XRegExp) { |
874 | 874 |
|
875 | 875 | XRegExp.addUnicodeData(_scripts2.default); |
876 | 876 | }; /*! |
877 | | - * XRegExp Unicode Scripts 4.1.0 |
| 877 | + * XRegExp Unicode Scripts 4.1.1 |
878 | 878 | * <xregexp.com> |
879 | 879 | * Steven Levithan (c) 2010-present MIT License |
880 | 880 | * Unicode data by Mathias Bynens <mathiasbynens.be> |
@@ -939,7 +939,7 @@ Object.defineProperty(exports, "__esModule", { |
939 | 939 | value: true |
940 | 940 | }); |
941 | 941 | /*! |
942 | | - * XRegExp 4.1.0 |
| 942 | + * XRegExp 4.1.1 |
943 | 943 | * <xregexp.com> |
944 | 944 | * Steven Levithan (c) 2007-present MIT License |
945 | 945 | */ |
@@ -1576,7 +1576,7 @@ XRegExp.prototype = /(?:)/; |
1576 | 1576 | * @memberOf XRegExp |
1577 | 1577 | * @type String |
1578 | 1578 | */ |
1579 | | -XRegExp.version = '4.1.0'; |
| 1579 | +XRegExp.version = '4.1.1'; |
1580 | 1580 |
|
1581 | 1581 | // ==--------------------------== |
1582 | 1582 | // Public methods |
|
0 commit comments