bluehalo / node-fhir-server-core

An Open Source secure REST implementation for the HL7 FHIR Specification. For API documentation, please see https://github.com/Asymmetrik/node-fhir-server-core/wiki.
https://asymmetrik.com/healthcare
MIT License
391 stars 120 forks source link

Remove Runtime requires of JavaScript resources #245

Closed zeevo closed 4 years ago

zeevo commented 4 years ago

Do you want to request a feature, improve documentation, or ask a question?

There are several resolutions of parameters files and controllers. This makes it hard to support TypeScript and we should work towards eliminating runtime requires of JavaScript files.

What is the expected behavior?

No more runtime requires!