microsoft / vscode-textmate

A library that helps tokenize text using Text Mate grammars.
MIT License
580 stars 114 forks source link

Cannot read property 'INITIAL' of undefine. #206

Closed KamiC6238 closed 1 year ago

KamiC6238 commented 1 year ago

I copied the 'main.js' file from this library, and uploaded to out CDN services, and we found the error in the lower version browser like chrome72 or chrome75.

image

I added the window.vscodeTextmate = t to the file, when the file loaded, I found the window.vscodeTextmate is undefine.