Closed onigoetz closed 4 years ago
Hey @onigoetz!
I suspect this would be good to add back - @piotr-oles what are your thoughts?
:tada: This issue has been resolved in version 5.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Feature motivation
Hi, In v4 there was a "typescript" option which did
This option was especially useful in the case of multi-module projects or projects that bundle webpack and its configuration in a separate dependency for reusability (I'm the maintainer of https://github.com/swissquote/crafty, one of such tools).
Would you accept a Pull Request that adds this feature back ?
Feature description
Add an option
typescriptPath
( I'm open to propositions for the name :) ) That defaults torequire.resolve("typescript")
and allows to be changed with the path to another TypeScript module if needed.Feature implementation
TypeScriptReporterConfiguration
,TypeScriptIssueFactory
,TypeScriptPerformance
,ControlledTypeScriptSystem
,ControlledWatchCompilerHost
,TypeScriptConfigurationParser
andTypeScriptReporter
with references to the instance loaded from the configuration