You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While there is outDir in the open-rpc-generator-config.json is still forces the output relative to outDir to be ${type}/${language}.
Hey thanks for the suggestion ! I think this makes sense , the behavior of outDir will differ though, so we are going to label the outDir on the component outPath.
Where this time for outPath it will just be absolute path without inference.
The behavior will be as follows
(outDirSpecified, outPathonComponent)
(outDir, null) -> same behavior as current
(outDir,outPath) -> outPath full path specified here is used no directory inference type/language
(null,outPath) -> outPath is used , meaning outDir is optional if all components have outPath
(null, null) -> Not allowed
Is your feature request related to a problem? Please describe.
While there is
outDir
in theopen-rpc-generator-config.json
is still forces the output relative tooutDir
to be${type}/${language}
.Describe the solution you'd like
Describe alternatives you've considered
Not really, though it ties directly to #624 and possible making the generation more configurable.
Additional context
This is primarily to working well with workspace implementation such as Yarn/Lerna or PNPM.
The text was updated successfully, but these errors were encountered: