Conversation
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@bjohansebas the reason I switched to ESM initially was in order to consume the Here is some more thoughts on it: #1042 (comment) Sorry for having been so slow to respond to things! Unfortunately I have had a very hectic time lately, and I no longer use Multer professionally so can't spend company time on it 😞 If you need any updates to |
| const Busboy = require('@fastify/busboy') | ||
| const { createWriteStream } = require('fs-temp') | ||
| const _onFinished = require('on-finished') | ||
| const FileType = require('stream-file-type') |
There was a problem hiding this comment.
(I believe that this will fail on Node.js versions that cannot require ESM modules)
|
Hey, thanks @LinusU for the historical reason, i hadn’t found it before. Given that it’s really complicated to do, the options I see are:
I think the best option will be to stay with ESM. |
The package is being switched back to CommonJS since the new API is currently in ESM. For more information, see expressjs/discussions#323