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.
2 parents 6db6aaf + 94f9703 commit 6abf406Copy full SHA for 6abf406
src/transforms/decimal-char-to-simple-char-transform.ts
@@ -1,6 +1,6 @@
1
+import escapeStringRegexp from 'escape-string-regexp';
2
import type { TransformHandlers } from 'regexp-tree';
3
import type { Char } from 'regexp-tree/ast';
-import escapeStringRegexp from 'escape-string-regexp';
4
5
/**
6
* Interpret \#, \##, and \### escape sequences as Octal, not Decimal.
0 commit comments