Simplified JavaScript Lexer
🚧🚧🚧🚧 This document will describe a simplified way to tokenize JavaScript code. 🚧🚧🚧🚧
It will have high enough fidelity to reliably identify content tags in the code, as well as the position of the content tag (module top-level, function body, or class element).