ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
153 stars 9 forks source link

Export tokenizer and environment #38

Closed wrapperup closed 4 months ago

wrapperup commented 4 months ago

Was working on a plugin for Vento that I also wanted to publish to npm. However, the types for it aren't exported anywhere in package.json, so I've added tokenizer and environment as entrypoints. Maybe could add loader too if that makes sense.

oscarotero commented 4 months ago

Thanks! Yes, I think the loader should be included too, to be able to create custom loaders.