This repository was archived by the owner on Jun 24, 2025. It is now read-only.
ts-node
dependency
#942
Closed
pano9000
started this conversation in
Development
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Are we still using
ts-node
somewhere else in the code, other than what I found below?It was previously used in one start script (which will be replaced with
nodemon
, which usestsx
, once #940 is merged).Other than that I can see it being used in the
loader-register.js
file, which in turn seems to only be used in thewebpack
scripts, like so:(in the main package.json and also in the package.json of mermaid-elk)
If not, then I'll take a look if we could make webpack work with tsx instead and get rid of
ts-node
.(edit: I've fixed a mistake in the topci title ->
ts-loader
-> tots-node
)Beta Was this translation helpful? Give feedback.
All reactions