Huáng Jùnliàng
7fd40d86a0
v7.10.4
2020-06-30 09:04:22 -04:00
Huáng Jùnliàng
2787ee2f96
v7.10.3
2020-06-19 16:42:41 -04:00
Bogdan Savluk
4108524856
Update prettier to v2 ( #11579 )
...
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-06-07 22:21:33 +02:00
Nicolò Ribaudo
4b045819b8
Mark wrapNativeSuper and wrapRegExp as pure ( #11134 )
2020-02-21 09:15:59 +01:00
Nicolò Ribaudo
a7620bd266
v7.8.3
2020-01-13 22:36:19 +01:00
Nicolò Ribaudo
8fce431d88
Revert "chore: specify package type ( #10849 )" ( #11003 )
...
This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96.
Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
2020-01-13 21:18:42 +01:00
Nicolò Ribaudo
2486615a74
v7.8.0
2020-01-12 01:09:29 +01:00
Huáng Jùnliàng
e8dac621de
chore: specify package type ( #10849 )
2020-01-09 21:40:15 -05:00
Nicolò Ribaudo
75767d87cb
v7.7.4
2019-11-23 00:05:58 +01:00
Nicolò Ribaudo
97faa83953
v7.7.0
2019-11-05 11:27:14 +01:00
Huáng Jùnliàng
8ffca0475a
Merge multiple regex transform plugin ( #10447 )
...
* feat: implement create-regexp-features-plugin
* fix: test input is not effective
* refactor: leverage create-regexp-features-plugin
* test: add more test cases
* test: update test fixture
* chore: add type annotation to features
* test: add regression test for issue 9892
* add regression test for issue 9199
* address review comments from Nicolò
* address review comments from Brian
* small tweaks
* Enable dotAllFlag when flags includes u
2019-10-29 22:58:04 +01:00
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