You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The building-blocks development is done such that we only have to write our development code in typescript. this typescript code is then built and can be used in cjs or esm nodejs projects.
Currently in the backend-boilerplate, development has to be done in typescript, commonjs, and esm.
Can we make the backend-boilerplate such that, like the building-blocks, we would only have to develop in typescript and the typescript code can be built/converted to be used by commonjs and esm project (without having to develop separately in commonjs and esm)?
Testing checklist
Important
Supply this crucial information to help us serve you better. Remove this alert notice, leave the note to contributor intro as it is, and follow the direction to add testing checklists as shown in the list with checkboxes.
Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
Add checklist item 1 here
Add cheklist item 2 here... Continue adding as much checklist items as you would like...
I certify that I ran my checklist
The text was updated successfully, but these errors were encountered:
Bug description
The building-blocks development is done such that we only have to write our development code in typescript. this typescript code is then built and can be used in cjs or esm nodejs projects.
Currently in the backend-boilerplate, development has to be done in typescript, commonjs, and esm.
Can we make the backend-boilerplate such that, like the building-blocks, we would only have to develop in typescript and the typescript code can be built/converted to be used by commonjs and esm project (without having to develop separately in commonjs and esm)?
Testing checklist
Important
Supply this crucial information to help us serve you better. Remove this alert notice, leave the note to contributor intro as it is, and follow the direction to add testing checklists as shown in the list with checkboxes.
Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
The text was updated successfully, but these errors were encountered: