Nicolò Ribaudo
d329156ebc
v7.6.3
2019-10-08 21:31:40 +02:00
Huáng Jùnliàng
26be14b24d
chore: add access: public where missing ( #10489 ) [skip ci]
...
* @babel/types
* @babel/plugin-transform-named-capturing-groups-regex
2019-09-24 14:04:54 +02:00
Nicolò Ribaudo
b9cb4af953
v7.6.2
2019-09-23 23:14:37 +02:00
Huáng Jùnliàng
87dc201411
refactor: replace regexp-tree by regexpu ( #10430 )
2019-09-17 17:38:15 -05:00
Nicolò Ribaudo
2096d0cfcb
Update @babel deps ( #10407 )
...
* Update @babel deps
* Add core-js to transform-named-capturing-groups-regex devDeps
* Don't use fixed deps (they were added by yarn)
* Lockfile
2019-09-08 22:53:20 +02:00
Nicolò Ribaudo
cbd5a26e57
v7.6.0
2019-09-06 19:25:16 +02:00
Huáng Jùnliàng
2e7bea4a6a
fix: transform name capturing regex once ( #10395 )
...
* fix: transform name capturing regex once
* refactor: early return when pattern contains only lookbehind
* chore: simplify test regex
* chore: run test on >=8.0.0
2019-09-05 17:35:57 +02:00
Huáng Jùnliàng
6813ee02d7
chore: update regexp-tree to version 0.1.13 ( #10376 )
2019-09-05 10:07:18 -05:00
Tan Li Hau
6a9d2538e0
fix capturing group for matchAll ( #10136 )
...
* fix capturing group for matchAll
* update test case
* add core-js/features/string/match-all to test
2019-07-26 18:53:22 -04:00
Nicolò Ribaudo
33ab4f1661
v7.4.5
2019-05-21 19:38:26 +02:00
Nicolò Ribaudo
9e9b62f77a
Update regexp-tree ( #9940 )
2019-05-06 20:11:46 +02:00
Nicolò Ribaudo
2c88694388
v7.4.4
2019-04-26 23:00:07 +02:00
Nicolò Ribaudo
7dea0f23de
v7.4.2
2019-03-21 10:55:50 +01:00
Nicolò Ribaudo
bf94bb9d43
Fix typo in wrapRegExp helper ( #9726 )
2019-03-21 00:18:43 +01:00
Nicolò Ribaudo
f6ee26c3da
v7.3.0
2019-01-21 22:22:39 +01:00
Nicolò Ribaudo
a27b9b4299
Add @babel/plugin-transform-named-capturing-groups-regex ( #7105 )
...
When the `runtime` flag is on (by default), this plugin adds a new helper which wraps the native `RegExp` class to provide groups support. People nees to use a polyfill (I implemented it in core-js) for browsers that don't support ES6 regexps.
2019-01-15 18:21:17 +01:00