You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason that debugInfo is defined as a class? I think defining it as a function would resolve the issue. I have refactored it to a function locally and there's no regression (that is, all existing tests pass). If all this sounds right, I'm happy to make a PR. (This is literally my first comment on GitHub and would be my first PR.)
drdevlin
added a commit
to drdevlin/less.js
that referenced
this issue
Mar 25, 2021
less.js/packages/less/src/less/tree/ruleset.js
Line 501 in dc3a310
less.js/packages/less/src/less/tree/debug-info.js
Line 1 in dc3a310
Found this issue when trying to use less from the source. This works in dist because the class is compiled into a function.
The text was updated successfully, but these errors were encountered: