issues
search
fastify
/
benchmarks
Fast and low overhead web framework fastify benchmarks.
https://github.com/fastify/fastify
MIT License
599
stars
231
forks
source link
fix: remove strict directive from mjs files, add missing to cjs files
#360
Closed
Fdawgs
closed
1 week ago
Fdawgs
commented
1 week ago
ESM is strict by default, so the
'use strict'
directive is not needed in .mjs files
Added directive where it was missing in CommonJS files
Checklist
[x] run
npm run test
and
npm run benchmark
[x] commit message and code follows the
Developer's Certification of Origin
and the
Code of conduct
'use strict'
directive is not needed in .mjs filesChecklist
npm run test
andnpm run benchmark