futurGH / ts-to-jsdoc

Transpile TypeScript code to fully compatible JavaScript + JSDoc comments.
MIT License
179 stars 17 forks source link

configures transpileFile to use in memory fs #47

Closed smacpherson64 closed 2 months ago

smacpherson64 commented 2 months ago

This PR adjusts the typescript project in transpileFile to use an in memory file system. This opens the possibility of using ts-to-jsdoc directly in the browser (with an import map and path polyfill).

Resolves https://github.com/futurGH/ts-to-jsdoc/issues/45 Related to https://github.com/futurGH/ts-to-jsdoc/pull/46 Closes #46