-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
CIContinuous IntegrationContinuous IntegrationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Discussed in https://github.com/GameBridgeAI/ts_serialize/discussions/138
Originally posted by ChrisDufourMB March 16, 2022
Many deno projects are interested in publishing node compatible code, including us. Our current solution involves transpiling the result of deno bundle
into something node can use using babel. While this works, it's potentially unstable, as changes to either deno or babel could result in unexpected changes.
We should look into more stable deno to node traspilers as they would likely have the consistent support needed to handle changes to deno going forward.
One example is dnt
(Deno to Node) by the Deno developers:
https://github.com/denoland/dnt
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested