diff --git a/playground/optimize-deps/dep-with-builtin-module-cjs/index.js b/playground/optimize-deps/dep-with-builtin-module-cjs/index.js index 3bbd9a454421b2..920a0da0d97dda 100644 --- a/playground/optimize-deps/dep-with-builtin-module-cjs/index.js +++ b/playground/optimize-deps/dep-with-builtin-module-cjs/index.js @@ -1,9 +1,9 @@ const fs = require('fs') const path = require('path') -// NOTE: require destructure would error immediately to to how esbuild compiles -// it. There's no way around as it's direct property access, which triggers -// the Proxy get trap. +// NOTE: require destructure would error immediately because of how esbuild +// compiles it. There's no way around it as it's direct property access, which +// triggers the Proxy get trap. // access from default import try {