From #2241
This #2493 issue will add absolute-path as a new format for the options. But remains the question if we need a relative-path or generic path
dir: Typespec.EmitterOptions.relativePath<"emitter-output-dir">
Arguments for:
- It would be some official documentation that an option is going to be resolved relative to what
- Would resolve the relative path automatically for the emitter
There is also the meaning of relative:
- from the cli, one would think it is relative to the
cwd
- from the config, one would think it is relative to the config file itself
With those, do we even want to allow relative path at all. It is quite confusing otherwise.
From #2241
This #2493 issue will add
absolute-pathas a new format for the options. But remains the question if we need arelative-pathor genericpathdir: Typespec.EmitterOptions.relativePath<"emitter-output-dir">Arguments for:
There is also the meaning of relative:
cwdWith those, do we even want to allow relative path at all. It is quite confusing otherwise.