FontoXML / fontoxpath

A minimalistic XPath 3.1 implementation in pure JavaScript
MIT License
131 stars 17 forks source link

Build FontoXPath as a module #221

Closed DrRataplan closed 4 years ago

DrRataplan commented 4 years ago

Currently, FontoXPath builds an UMD module, but in order to include it without using those pesky build tools in a more modern environment, a .mjs could make things easier.

JoernT commented 4 years ago

yes! That would erase a build step for me. In web components world you usually deal with ES6 modules and it has become the standard.

Our goal is to go buildless and use http2 instead (it's about time).

DrRataplan commented 4 years ago

PR is at #250

JoernT commented 4 years ago

clap clap clap! this is huge.