How to reuse other emitters within own? #8059
Unanswered
artsiommiksiuk
asked this question in
Q&A
Replies: 1 comment
-
yeah or whatever other api that the emitter expose. This is something we are trying to improve on with the emitter framework which alows emitters to expose components that can be reused outside. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing own emitter, and as part of it I want to generate subset of models as json-schema. I've read the json-schema emitter sources, as well as OAS emitter sources, and they are looking a lot the same and copy pasted. To confirm my assumptions, is it not possible at the moment freely use one emitter in the other, parts of it, except of calling respsctive $onEmit method and shove in full programm to emit?
Beta Was this translation helpful? Give feedback.
All reactions