Ben Gubler
Ben Gubler
@gkentr I understand what you're saying. I agree that it is a bit of a pain having to pass in a config object, but I think it's best to keep...
If you want, you should be able to remove the need to pass in `includeFile` like this: ``` myTemplateFn: , ```
Should be fixed in Eta v3
This is enabled in Eta v3, when you pass in the `debug: true` config option :tada:
Eta v3 will include this functionality by default, so I'm going to close this PR.
For now, I think this is outside the scope of the project, so I'm going to convert this to a discussion. But I think it would be awesome if someone...
Closing this as stale.
@ScolderCreations could you send me a reproducible example of the error?
This is now possible using the `functionHeader` configuration option, or by using plugins :)
@sebringrose thanks for reporting on this issue. > I think the fix is to swap out the synchronous fs imports in file-utils.ts and file-methods.ts for their asynchronous counterparts (and probs...