Skip to content

Commit f0decb2

Browse files
committed
fixing js overrides issue
1 parent 371408d commit f0decb2

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

package-lock.json

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@types/eslint": "^9.6.1",
2323
"@types/node": "^24.6.2",
2424
"@types/regex-escape": "^3.4.1",
25+
"@types/regexp.escape": "^2.0.0",
2526
"c8": "^10.1.3",
2627
"eslint": "^9.37.0",
2728
"prettier": "^3.5.3",
@@ -33,7 +34,7 @@
3334
},
3435
"dependencies": {
3536
"@satisfactory-dev/predicates.ts": "^0.2.0",
36-
"@signpostmarv/json-schema-typescript-codegen": "^0.2.0",
37+
"@signpostmarv/json-schema-typescript-codegen": "^0.2.1",
3738
"ajv": "^8.17.1"
3839
}
3940
}

src/version-specific/0.3.7.7/BlueprintGeneratedClass.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ import {
2121
type StringLiteral,
2222
} from '@signpostmarv/json-schema-typescript-codegen/typescript-overrides';
2323

24+
// eslint-disable-next-line @stylistic/max-len
25+
// eslint-disable-next-line imports/no-unassigned-import, imports/no-empty-named-blocks
26+
import type {
27+
} from 'regexp.escape/auto';
28+
2429
type BlueprintGeneratedClass_type = {
2530
type: 'string',
2631
DocsDotJson_BlueprintGeneratedClass: string|null,

src/version-specific/0.3.7.7/TypedString.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ import {
5050
StringTupleToLiteralTypeNodeTuple,
5151
} from '@signpostmarv/json-schema-typescript-codegen/typescript-overrides';
5252

53+
// eslint-disable-next-line @stylistic/max-len
54+
// eslint-disable-next-line imports/no-unassigned-import, imports/no-empty-named-blocks
55+
import type {
56+
} from '@signpostmarv/json-schema-typescript-codegen/javascript-overrides';
57+
5358
import type {
5459
BlueprintGeneratedClass_quoted_schema,
5560
BlueprintGeneratedClass_quoted_type,

0 commit comments

Comments
 (0)