This adds functionality to support loading a scoped node package in a non-build context (e.g. using the yarn watch command, etc.).
Two questions:
I don't know why the /** @class */ entries were added. I built the project using npm run watch-all. Do you know if that was the right command to use, or do I need to configure something else?
Do you feel like this functionality needs testing. If so, could you point me in the direction of where/how to add it? I found the documentation regarding the testing structure to not be super helpful.
This adds functionality to support loading a scoped node package in a non-build context (e.g. using the
yarn watch
command, etc.).Two questions:
I don't know why the
/** @class */
entries were added. I built the project usingnpm run watch-all
. Do you know if that was the right command to use, or do I need to configure something else?Do you feel like this functionality needs testing. If so, could you point me in the direction of where/how to add it? I found the documentation regarding the testing structure to not be super helpful.