Fix TypeScript readonly error location (#9887)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:NaN)"
|
||||
}
|
||||
"plugins": ["typescript"],
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:11)"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:NaN)"
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:11)"
|
||||
}
|
||||
@@ -3,5 +3,5 @@
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:NaN)"
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:11)"
|
||||
}
|
||||
@@ -3,5 +3,5 @@
|
||||
"plugins": [
|
||||
"typescript"
|
||||
],
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:NaN)"
|
||||
"throws": "'readonly' type modifier is only permitted on array and tuple literal types. (1:11)"
|
||||
}
|
||||
Reference in New Issue
Block a user