It'll be super handy to have an option to generate Python/JS/Other code from .l2 specifications.
curlconverter seems like a nice JS project which can generate code in multiple languages, given a curl input. So, then, the subproblems become:
- Create cURL from
.l2
- Use
goja VM to load curlconverter
- Pass the new curl command to curlconverter, to get code in various languages
- Add UI support in VSCode extension
It'll be super handy to have an option to generate Python/JS/Other code from
.l2specifications.curlconverter seems like a nice JS project which can generate code in multiple languages, given a curl input. So, then, the subproblems become:
.l2gojaVM to loadcurlconverter