sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.08k stars 698 forks source link

remove conditional chaining and nullish coalescing operators for webpack4 #210

Closed yakyouk closed 2 years ago

yakyouk commented 2 years ago

Webpack 4 does not support conditional chaining and nullish coalescing operators in npm dependencies because acorn 6 does not support it. This PR removes these operators.

sindresorhus commented 2 years ago

No thanks