Skip to content

Commit

Permalink
chore: note wording
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 30, 2022
1 parent 0947689 commit 53e7bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 {
Expand Down

0 comments on commit 53e7bc8

Please sign in to comment.