Henrik Hall
Henrik Hall
Thanks @mrjono1. I whipped up a PR.
This works fine when I'm testing locally using `npm link`, I hope there are no issues when published. The binary requires `ts-node`, since if `joi-to-typescript` is invoked using standard `node`,...
Of course, sorry, I should have added a section to README as well. I will push another commit. What problems did you encounter? The main difference is that a binary...
Added README as per https://github.com/henhal/joi-to-typescript/blob/cli/README.md
I have the same problem, and building manually before invoking SLS is not really working for me. Sure I can wrap the SLS deploy in a script that runs build...
This issue seems to describe quite a few different symptoms, but to address the one with layers not being fetched/installed, hence no node_modules folder being present, which could result in...
Assuming PR's are welcome, I provided one for you to look at. Thanks.
Thanks for the input. I honestly don't think a base path option is very cluttering, and other open api adapters I've worked with provide this, but I see your point....
@j0k3r I tried to install webpack 5 in my own module using serverless-bundle, but it still used webpack 4. The serverless-webpack module properly uses peerDependencies for webpack, but serverless-bundle does...
@nicoespeon Which version of jsdoc are you using? I get ``` ERROR: Unable to parse a tag's type expression for source file Invalid type expression "testBase & testSubType": Expected "|"...