projecttacoma / fqm-execution

fqm-execution is a library that allows users to calculate FHIR-based electronic Clinical Quality Measures (eCQMs) and retrieve the results in a variety of formats
https://projecttacoma.github.io/fqm-execution/
Apache License 2.0
17 stars 6 forks source link

Upgrade handlebars and allow for proper imports of .hbs files #246

Open mgramigna opened 1 year ago

mgramigna commented 1 year ago

Templates are just .ts files right now. We also are using @types/handlebars, but new versions of handlebars export their own types.

Could even consider alternatives to handlebars like ejs if it ends up being a better solution

mgramigna commented 1 year ago

Note that handlebars also causes this warning in webpack-based frontend apps: image