mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

async option is not true async 3.1.10 #764

Open crh3675 opened 1 month ago

crh3675 commented 1 month ago

We are using 3.1.10 with NodeJS 20.9.0.

I read that there is an async option for rendering templates. Upon further inspection of the source code, this is not a real Async behavior as the internals of this library use these calls to load file data.

Any hopes to Promisify these calls to be truly async?