Closed smacpherson64 closed 2 months ago
This PR is an attempt to allow transpileFile to work directly in the browser.
transpileFile
This is done by using an in memory file system for the typescript project and using the passed in filename directly.
Resolves https://github.com/futurGH/ts-to-jsdoc/issues/45 Related to https://github.com/futurGH/ts-to-jsdoc/pull/47 Closes #47
Thanks! This will be published as 2.2.0.
Awesome, sincerely glad it worked out! I updated the concept to directly use ts-to-jsdoc and it is working as desired in the browser.
This PR is an attempt to allow
transpileFile
to work directly in the browser.This is done by using an in memory file system for the typescript project and using the passed in filename directly.
Resolves https://github.com/futurGH/ts-to-jsdoc/issues/45 Related to https://github.com/futurGH/ts-to-jsdoc/pull/47 Closes #47