Closed
Description
I know typescript 5.6 isn't GA yet but I was curious to see our project worked with it. Unfortunately it looks like typescript-transform-paths may not work with it at this time? This is the error I got:
$ tspc --resolveJsonModule && find dist/src -name "*" -print0 | xargs -0 -I '{}' touch -t 202001010101 '{}'
evalmachine.<anonymous>:126305
throw e;
^
TypeError: tsInstance.getOriginalSourceFile is not a function
at /Users/seadaley/workspace/centenario/node_modules/typescript-transform-paths/dist/transformer.js:118:48
at tspWrappedFactory (evalmachine.<anonymous>:228:31)
at transformSourceFileOrBundle (evalmachine.<anonymous>:95535:49)
at transformation (evalmachine.<anonymous>:118782:14)
at transformRoot (evalmachine.<anonymous>:118805:71)
at transformNodes (evalmachine.<anonymous>:118790:70)
at emitJsFileOrBundle (evalmachine.<anonymous>:119335:24)
at emitSourceFileOrBundle (evalmachine.<anonymous>:119293:5)
at forEachEmittedFile (evalmachine.<anonymous>:119057:24)
at emitFiles (evalmachine.<anonymous>:119275:3)
It looks like this method may have been removed from 5.6 in this PR microsoft/TypeScript#56817