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
I think, first analyzing and removing duplicate lines can be done.
Then we can look at the condition, if it solves, then good, otherwise need to look down into deep for solution.
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Reproduction Steps
interface CanvasDrawPath {
Actual (Problematic) Behavior
The minified version of tsWorker.js is around 4.6 MB I want to use the Monaco editor in a web extension, but this allows a maximum file size of 4 MB
If the code duplication is fixed, that would reduce the filesize enough to get below 4 MB
Expected Behavior
No duplicate code generated during the build
Additional Context
Related Add_ons Linter issue mozilla/addons-linter#3915
The text was updated successfully, but these errors were encountered: