We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4e33e commit 52e1f36Copy full SHA for 52e1f36
package.json
@@ -65,8 +65,7 @@
65
"npm-run-all": "^4.1.5",
66
"prettier": "^1.13.7",
67
"pretty-quick": "^1.6.0",
68
- "regenerator-runtime": "^0.13.3",
69
- "regex-to-strings": "^1.0.0",
+ "regex-to-strings": "^2.0.1",
70
"rimraf": "^2.6.2",
71
"ts-jest": "^26.4.4",
72
"ts-loader": "^6.1.0",
src/utils/pattern.spec.ts
@@ -1,5 +1,3 @@
1
-import 'regenerator-runtime/runtime';
2
-
3
import { expandAll } from 'regex-to-strings';
4
import { CharTrie } from '../types/charTrie';
5
import { build } from './pattern';
0 commit comments