Skip to content

Improve transpiling from deno to node #143

@hardy613

Description

@hardy613

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 IntegrationenhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions