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
When an entry file contains the word "global" anywhere in a comment in the entry file, then the optional chain operator ?. throws a syntax error.
It does not matter if it's a // or /**/ type of comment. it does not matter if the word is the only part of the comment, or if it's a substring (i.e. global vs import 'globals/utilities/'.
If the word "global" exists anywhere in a comment, and so does an optional chain operator, there willl be a syntax error.
The text was updated successfully, but these errors were encountered:
Please see this repo: https://github.com/paceaux/rollup-plugin-node-globals-error
When an entry file contains the word "global" anywhere in a comment in the entry file, then the optional chain operator
?.
throws a syntax error.It does not matter if it's a
//
or/**/
type of comment. it does not matter if the word is the only part of the comment, or if it's a substring (i.e.global
vsimport 'globals/utilities/'
.If the word "global" exists anywhere in a comment, and so does an optional chain operator, there willl be a syntax error.
The text was updated successfully, but these errors were encountered: