Sergei Zharinov
|
8070f007a6
|
refactor: Use Windows-compatible regex for newlines (#13956)
|
2022-02-02 07:31:11 +00:00 |
|
RahulGautamSingh
|
4f65b57225
|
refactor: refactor static regex out of for loops (#13065)
|
2021-12-29 07:26:13 +01:00 |
|
Michael Kriese
|
5e0e9ac1c2
|
refactor: prepare esm helper (#13250)
* refactor: prepare esm helper
* chore: fix type name
|
2021-12-22 17:01:28 +01:00 |
|
RahulGautamSingh
|
453c249e46
|
fix(regex): add option to disable caching regex (#13068)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-12-17 09:43:33 +01:00 |
|
Sergei Zharinov
|
0bb5fcb6f7
|
refactor(util/regex): Enable strict null checks (#12866)
* refactor(util/regex): Enable strict null checks
* Fix coverage
* Refactor guard checks
|
2021-11-28 09:04:44 +01:00 |
|
Rhys Arkins
|
e7b841a138
|
feat: regex cache (#12738)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2021-11-18 14:36:05 +00:00 |
|
HonkingGoose
|
ab018191fa
|
chore: report and fix unused ESLint disable directives (#12548)
|
2021-11-08 20:20:03 +01:00 |
|
RahulGautamSingh
|
91f067b39f
|
fix: refactor regex to use re2 part3 (#12283)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-10-27 14:37:11 +00:00 |
|
RahulGautamSingh
|
4b16903ff1
|
fix: modified regex to use RE2 (#12025)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2021-10-19 14:53:34 +02:00 |
|
Michael Kriese
|
9e08eaa1dc
|
refactor: rename Error location to validationSource (#10018)
|
2021-05-17 07:40:54 +00:00 |
|
Rhys Arkins
|
95bf948020
|
refactor: config warning/error fields (#9349)
|
2021-04-01 15:50:17 +02:00 |
|
Sergio Zharinov
|
fe83cf914e
|
refactor(config): Generalize allowedVersions regex (#7683)
|
2020-11-10 10:12:03 +01:00 |
|
Sergio Zharinov
|
095f2f8240
|
refactor(util): Fix lint warnings (#7114)
|
2020-08-27 09:11:10 +02:00 |
|
Michael Kriese
|
00c56d8bde
|
chore: fix types (#5904)
* chore: fix types
* fix more types
* chore: mote fixes
* fix frmat
* chore: fix tests
* chore: fix type
* chore: cleanup
* chore: cleanup
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2020-05-07 10:23:45 +02:00 |
|
Rhys Arkins
|
53ca91301f
|
chore: import linting (#6105)
|
2020-05-01 18:03:48 +02:00 |
|
Rhys Arkins
|
edb4c0abfe
|
refactor: move escapeRegExp to util/regex
|
2020-04-14 13:47:58 +02:00 |
|
Sourav Das
|
ee153e560e
|
feat: use error constants (#5088) (#5100)
Use defined error constants throughout codebase.
|
2020-01-12 08:50:11 +01:00 |
|
Rhys Arkins
|
8d0aa39920
|
refactor(eslint): '@typescript-eslint/explicit-function-return-type' improvements
|
2019-11-24 08:43:24 +01:00 |
|
Rhys Arkins
|
8a4e5ccb12
|
fix: add try/throw within util/regex (#4453)
|
2019-09-09 12:21:01 +02:00 |
|
Michael Kriese
|
b0d1de8e59
|
fix: optional re2 package (#4367)
|
2019-08-25 14:29:51 +02:00 |
|