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
Hello ! I'm trying to use ts-patch to replace ttypescript but I'm facing some issues.
I'm using the first method describe in your documentation:
tspc --build
But unfortunately, I get those logs as a result:
> nx run @icure/typescript-common:build
evalmachine.<anonymous>:118235
throw e;
^
TypeError: transformerFn is not a function
at tspWrappedFactory (evalmachine.<anonymous>:205:39)
at evalmachine.<anonymous>:110260:33
at evalmachine.<anonymous>:110347:61
at Array.map (<anonymous>)
at transformNodes (evalmachine.<anonymous>:110347:50)
at emitJsFileOrBundle (evalmachine.<anonymous>:110945:26)
at emitSourceFileOrBundle (evalmachine.<anonymous>:110880:7)
at forEachEmittedFile (evalmachine.<anonymous>:110634:26)
at emitFiles (evalmachine.<anonymous>:110854:5)
at emitWorker (evalmachine.<anonymous>:118161:30)
Node.js v18.16.0
Hello ! I'm trying to use
ts-patch
to replacettypescript
but I'm facing some issues.I'm using the first method describe in your documentation:
tspc --build
But unfortunately, I get those logs as a result:
My
tsconfig.json
:Typescript version is
5.1.3
, yarn version is3.6.0
and ts-patch is3.0.0
.Thanks in advance for your help !
The text was updated successfully, but these errors were encountered: