Skip to content

fix: replace . in identifiers#50

Merged
mnahkies merged 1 commit into
masterfrom
mn/fix/replace-period-in-identifiers
Apr 22, 2023
Merged

fix: replace . in identifiers#50
mnahkies merged 1 commit into
masterfrom
mn/fix/replace-period-in-identifiers

Conversation

@mnahkies
Copy link
Copy Markdown
Owner

the stripe definitions include schema names like:

checkout.session

which isn't a valid identifier in typescript. replace these with _ and add tests for the openapi-utils.ts functions

should get #49 closer to passing.

the stripe definitions include schema names like:
```
checkout.session
```

which isn't a valid identifier in typescript. replace these with `_` and
add tests for the `openapi-utils.ts` functions

should get #49
closer to passing.
@mnahkies mnahkies enabled auto-merge (squash) April 22, 2023 12:55
@mnahkies mnahkies merged commit ac4ce9b into master Apr 22, 2023
@mnahkies mnahkies deleted the mn/fix/replace-period-in-identifiers branch April 22, 2023 12:58
mnahkies added a commit that referenced this pull request Apr 23, 2023
- obtained from https://github.com/stripe/openapi

- licensed as MIT
(https://github.com/stripe/openapi/blob/master/LICENSE)
  although this is currently missing from the specification itself
  (see stripe/openapi#120)

surfaced numerous issues that are now fixed:
- #50
- #55
- #56
- #57
- #58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant