refactor: 프론트엔드 리펙토링
This commit is contained in:
+57
-1
@@ -81,6 +81,55 @@
|
||||
"script": "check:types:fixture:reference-operation",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2741:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-http-operation-input",
|
||||
"script": "check:types:fixture:http-operation-input",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2353:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-http-wire-mapper",
|
||||
"script": "check:types:fixture:http-wire-mapper",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2322:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-http-operation-id",
|
||||
"script": "check:types:fixture:http-operation-id",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2345:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-http-route-id",
|
||||
"script": "check:types:fixture:http-route-id",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2322:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-feature-contribution-input",
|
||||
"script": "check:types:fixture:feature-contribution-input",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2322:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-feature-capability-selection",
|
||||
"script": "check:types:fixture:feature-capability-selection",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2339:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-direct-feature-composition",
|
||||
"script": "check:types:fixture:direct-feature-composition",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2345:"
|
||||
},
|
||||
{
|
||||
@@ -95,7 +144,7 @@
|
||||
"script": "check:types:fixture:route-runtime",
|
||||
"expect": "fail",
|
||||
"expectedExitCode": 1,
|
||||
"expectedDiagnosticId": "error TS2353:"
|
||||
"expectedDiagnosticId": "error TS2740:"
|
||||
},
|
||||
{
|
||||
"id": "check-types-fixture-page-action",
|
||||
@@ -1698,6 +1747,13 @@
|
||||
"check-types-fixture-feature-input",
|
||||
"check-types-fixture-failure-kind",
|
||||
"check-types-fixture-reference-operation",
|
||||
"check-types-fixture-http-operation-input",
|
||||
"check-types-fixture-http-wire-mapper",
|
||||
"check-types-fixture-http-operation-id",
|
||||
"check-types-fixture-http-route-id",
|
||||
"check-types-fixture-feature-contribution-input",
|
||||
"check-types-fixture-feature-capability-selection",
|
||||
"check-types-fixture-direct-feature-composition",
|
||||
"check-types-fixture-async-overlay",
|
||||
"check-types-fixture-route-runtime",
|
||||
"check-types-fixture-page-action",
|
||||
|
||||
Reference in New Issue
Block a user