PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
GPTranslate – Multilingual AI Translation Agent for WordPress: Translate Your Site with AI
/
2.34.1
GPTranslate – Multilingual AI Translation Agent for WordPress: Translate Your Site with AI
v2.34.1
Switch version
2.34.5
2.34.4
2.34.3
2.34.2
2.34.1
2.34
2.33.10
2.33.9
2.33.8
2.33.7
2.33.6
2.33.5
2.33.2
2.32.10
2.33
2.33.1
2.32.6
2.32.7
2.32.8
trunk
2.10.3
2.10.4
2.10.5
2.10.6
2.11
2.12
2.13
2.14
2.14.1
2.15
2.15.1
2.16.1
2.16.2
2.17
2.18
2.18.1
2.18.2
2.19
2.20
2.21
2.22
2.23
2.24
2.25
2.25.1
2.25.2
2.26
2.27
2.27.10
2.27.5
2.28
2.28.1
2.29
2.30
2.31
2.32
2.32.5
Overview
Code
Analysis
gptranslate
/
assets
/
js
/
jsonrepair
/
utils
/
JSONRepairError.js
gptranslate
/
assets
/
js
/
jsonrepair
/
utils
Last commit date
JSONRepairError.js
2 weeks ago
JSONRepairError.js.map
2 weeks ago
stringUtils.js
2 weeks ago
stringUtils.js.map
2 weeks ago
JSONRepairError.js
7 lines
1
export
class
JSONRepairError
extends
Error
{
2
constructor
(
message
,
position
)
{
3
super
(
message
+
'
at position
'
+
position
)
;
4
this
.
position
=
position
;
5
}
6
}
7
//
# sourceMappingURL=JSONRepairError.js.map