Jiri Spac
Jiri Spac

you know semicolons are optional in JS :wink: ?
BTW import statements can be written on multiple lines too: ```js import { a, b } from 'c'; ``` the current regex solution will fail with that too
it would be nicer if it only inspected the files currently changed in git. Should be fairly trivial to implement.
@hughsk error handling should be easier, because you don't have to parse the command line errors. How do you handle errors now?
Someone created a plugin just for this: https://github.com/martonlederer/esbuild-plugin-fileloc but it does not work for lambda.
I will publish the little thing @richarddd posted as it's own NPM module today, will try to get it merged into `https://github.com/floydspace/serverless-esbuild` as well.
please add this. This is one last thing I need to go into my terminal for.
TIL I can review code in any public repo on github. Sad thing is, it won't help one bit in getting this merged.
Anyway for people who want to use the fork, I have changed the prepublish script to prepare on my fork of @vjpr's one so if you want to use this...