Skip to content

fix: handle indexed access checks

Codecov / codecov/patch failed Dec 19, 2024 in 1s

50.00% of diff hit (target 63.42%)

View this Pull Request on Codecov

50.00% of diff hit (target 63.42%)

Annotations

Check warning on line 164 in packages/openapi-ts/src/compiler/types.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/compiler/types.ts#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 78 in packages/openapi-ts/src/compiler/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/compiler/utils.ts#L78

Added line #L78 was not covered by tests

Check warning on line 50 in packages/openapi-ts/src/ir/operation.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/operation.ts#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 61 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L61

Added line #L61 was not covered by tests

Check warning on line 67 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L67

Added line #L67 was not covered by tests

Check warning on line 78 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L78

Added line #L78 was not covered by tests

Check warning on line 84 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L84

Added line #L84 was not covered by tests

Check warning on line 95 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L95

Added line #L95 was not covered by tests

Check warning on line 101 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L101

Added line #L101 was not covered by tests

Check warning on line 112 in packages/openapi-ts/src/ir/parameter.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/ir/parameter.ts#L112

Added line #L112 was not covered by tests

Check warning on line 42 in packages/openapi-ts/src/openApi/3.0.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/index.ts#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 56 in packages/openapi-ts/src/openApi/3.0.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/index.ts#L56

Added line #L56 was not covered by tests

Check warning on line 76 in packages/openapi-ts/src/openApi/3.0.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/index.ts#L76

Added line #L76 was not covered by tests

Check warning on line 95 in packages/openapi-ts/src/openApi/3.0.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/index.ts#L95

Added line #L95 was not covered by tests

Check warning on line 106 in packages/openapi-ts/src/openApi/3.0.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/index.ts#L106

Added line #L106 was not covered by tests

Check warning on line 64 in packages/openapi-ts/src/openApi/3.0.x/parser/mediaType.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/mediaType.ts#L64

Added line #L64 was not covered by tests

Check warning on line 69 in packages/openapi-ts/src/openApi/3.0.x/parser/pagination.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/pagination.ts#L69

Added line #L69 was not covered by tests

Check warning on line 203 in packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts#L203

Added line #L203 was not covered by tests

Check warning on line 399 in packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts#L398-L399

Added lines #L398 - L399 were not covered by tests

Check warning on line 405 in packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.0.x/parser/schema.ts#L404-L405

Added lines #L404 - L405 were not covered by tests

Check warning on line 42 in packages/openapi-ts/src/openApi/3.1.x/parser/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/openApi/3.1.x/parser/index.ts#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 126 in packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts#L126

Added line #L126 was not covered by tests

Check warning on line 231 in packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts#L231

Added line #L231 was not covered by tests

Check warning on line 274 in packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts#L274

Added line #L274 was not covered by tests

Check warning on line 302 in packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/openapi-ts/src/plugins/@hey-api/schemas/plugin.ts#L302

Added line #L302 was not covered by tests