Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: convert the rest of the project to ESM (#6092)
* refactor: convert functions/telemetry to ESM * refactor: convert commitlint config file * refactor: convert local-ip.mjs * refactor: convert 600.framework-detection test to ESM * refactor: missed removing a require statement * style: lint * refactor: convert curl.cjs to ESM * test: update file reference * refactor: convert curl.cjs to ESM * refactor: convert got.cjs to ESM * refactor: convert cli-path to ESM * fix: issues raised with linter * refactor: convert tests/integration/utils/snapshots.cjs to ESM * refactor: convert tests/integration/utils/mock-execa.cjs to ESM * style: lint * refactor: convert tests/integration/utils/external-server.cjs to ESM * refactor: convert mock-api.cjs to ESM * style: lint * style: lint * refactor: convert create-live-test-site to ESM * refactor: convert utils/dev-server.cjs to ESM * refactor: fix issues found by linter * refactor: convert utils/handle-questons.cjs to ESM * refactor: convert utils/process.cjs to ESM * refactor: convert call-cli to ESM * refactor: convert external-server-cli.cjs to ESM * refactor: convert site-builder.cjs to ESM * refactor: convert utils/pause.cjs to ESM * fix: imports * refactor: remove files that are no longer used * style: lint issues * refactor: update filenames * test: fix import * fix: import statement * fix: import statement * fix: more import statements * fix: missed a file extension * fix: specify default export * fix: export * test: see if removing the concurrency resolves the test server error * test: remove unused variable * test: try different approach to getting the dirname variable * style: lint * test: revert earlier change * test: include changes from PR #5921 * style: lint * fix: increase timeout * test: add fetch method * test: remove snapshot files that aren't used anymore * test: try asserting substring rather than snapshot * style: lint * refactor: fix export * Revert "refactor: fix export" This reverts commit 55e97b6. * test: fix snapshot test from docs change * refactor: i need more coffee
- Loading branch information
a1b3599
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📊 Benchmark results