-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
when upgrading to v3 in https://github.com/Effect-TS/core I noticed modules are no longer replaced, we use typescript-transform-paths for our test suite and all the tests were failing for "module not found".
debugging manually shows the following:
V3:
V2:
A quick repro can be done by cloning the repo in question using a tsconfig like:
{
"extends": "./tsconfig.json",
"files": [],
"compilerOptions": {
"target": "ES2018",
"module": "CommonJS",
"plugins": [{ "transform": "typescript-transform-paths" }],
"outDir": "debug"
},
"include": ["scripts/jest-setup-after-env.ts"]
}
when used with v2 the import @effect-ts/system/Structural
of scripts/jest-setup-after-env.ts
is replaced with v3 is left untouched
liam-murray-xealth, octet-stream and seanblonien
Metadata
Metadata
Assignees
Labels
No labels