Skip to content

Commit adaf3da

Browse files
committed
chore(dep): translateEscape
1 parent fd17325 commit adaf3da

File tree

3 files changed

+3
-282
lines changed

3 files changed

+3
-282
lines changed

Parser/string_parser.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
import pkg/translateEscape
34
import ../Python/[
45
warnings, versionInfo,
56
]
@@ -8,7 +9,6 @@ import ../Objects/[
89
]
910
import ../Utils/[
1011
utils,
11-
translateEscape,
1212
]
1313
import lexerTypes
1414

Utils/translateEscape.nim

Lines changed: 0 additions & 280 deletions
This file was deleted.

npython.nimble

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ template pylib(x, ver) =
2929
else: pylibPre & x
3030

3131
pylib "pyrepr", " ^= 0.1.1"
32-
pylib "jscompat", " ^= 0.1.1"
32+
pylib "jscompat", " ^= 0.1.3"
33+
pylib "translateEscape", " ^= 0.1.0"
3334

3435
# copied from nimpylib.nimble
3536
# at 43378424222610f8ce4a10593bd719691fbb634b

0 commit comments

Comments
 (0)