Closed Gehbt closed 4 months ago
What is this fixing?
What is this fixing?
I added the informations.
Can you please add a test?
We use tsd
Can you please add a test?
We use tsd
I cannot provide the test, but I can give a minimal reproduction.
Do you review the Reproduction? I think I have revealed it: there is using "type": "commonjs"
, if changed to "type": "module"
it will break. May we really ought to wait a guy in NodeNext?
Not sure how we could test this... but reproducing is possible
any chance of getting this merged?
Relate commit #116
When use with typescript in compilerOptions:
"module": "Node16"
|"Nodenext"
, it will call thenamespace fastifyCaching
, that caused and should useI don`t know why those tests-suits fail.
Checklist
Reproduction