shadowtime2000
shadowtime2000
@v4dkou Sorry for getting back so late, do you know exactly what we would need to implement for this? If this requires another library, we should probably make it a...
> Perhaps we should allow extending the generated function string during it's compilation rather than applying custom functions afterwards? If you see a way to extend the function string with...
@v4dkou Sorry 😅, still a little confused by what you mean by this. Do you mean like allowing just dropping in a new compile to string function?
@v4dkou What you are proposing would have some more runtime overhead though, as far as I can see. Any other way that could be done?
@GingerAdonis Yeah, basically. This is really more of a breaking change for native browser ES (and Deno which uses that).
@NightScript370 Most of the API between Deno and Node for Eta are the same, and by the looks of it, it seems that Bun supports `node_modules` and NPM, but also...
@NightScript370 Sure! I'll get to that soon.
Pardon me, but why is it important to know what line in the template has an error? It should be fairly easy to identify through which line it is referencing,...
Finally coming around to this, it seems EJS automatically puts in a lot of boilerplate code within compiled templates to allow the lines and line number to get attached to...
@SilentVoid13 So what you are requesting is to have Eta crawl the templates and find async functions to and automatically add them to a list? That seems kind of heavy...