Skip to content

Commit

Permalink
fix(parser): stripe internal types from events
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jun 28, 2024
1 parent c0dd84e commit 8903e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export function useComponentMetaParser (
component.meta.props = component.meta.props.map(stripeTypeScriptInternalTypesSchema)
component.meta.slots = component.meta.slots.map(stripeTypeScriptInternalTypesSchema)
component.meta.exposed = component.meta.exposed.map(stripeTypeScriptInternalTypesSchema)
component.meta.events = component.meta.events.map(stripeTypeScriptInternalTypesSchema)

components[component.pascalName] = component
} catch (e) {
Expand Down

0 comments on commit 8903e2b

Please sign in to comment.