📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:11:54
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
sucrase
/
dist
/
types
/
parser
/
tokenizer
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/sucrase/dist/types/parser/tokenizer
🔄 Refresh
✏️
Editing: readWord.d.ts
Writable
/** * Read an identifier, producing either a name token or matching on one of the existing keywords. * For performance, we pre-generate big decision tree that we traverse. Each node represents a * prefix and has 27 values, where the first value is the token or contextual token, if any (-1 if * not), and the other 26 values are the transitions to other nodes, or -1 to stop. */ export default function readWord(): void;
💾 Save Changes
❌ Cancel