esbuild icon indicating copy to clipboard operation
esbuild copied to clipboard

Incorrect to compile `sass` source code

Open yawntee opened this issue 2 years ago • 2 comments

The require of sass.dart.js will be rename to __require image image But esbuild use global require to access object property image It will make Uncaught RangeError: Maximum call stack size exceeded when using monaco-editor image Maybe esbuild should only rename the expression of calling function

This is a minimal reproduction link: https://codesandbox.io/p/devbox/esbuild-issue-ws2f3n

yawntee avatar Feb 29 '24 07:02 yawntee

You did not follow the issue reporting instructions that you deleted when creating this issue. Please provide a way to reproduce your problem or this issue will be closed. Marking as unactionable for now.

evanw avatar Mar 07 '24 22:03 evanw

You did not follow the issue reporting instructions that you deleted when creating this issue. Please provide a way to reproduce your problem or this issue will be closed. Marking as unactionable for now.

I have edited the issue description, and added a link to review.

yawntee avatar Mar 13 '24 01:03 yawntee