processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.26k forks source link

Updated `esversion` to 11 from 7 to fix warnings related to nullish assingment #3151

Closed Chaitanya1672 closed 2 weeks ago

Chaitanya1672 commented 3 weeks ago

Fixes #3146

Changes: I have updated esversion from 7 to 11 to resolve warnings related to nullish assignment. I have Updated Editor/index.js to set the CodeMirror instance with the updated esversion.

Before:- image

After:- image

I have verified that this pull request: