method Environment.prototype.tokenizeimport { Environment } from "https://deno.land/x/vento@v1.12.11/src/environment.ts"; tokenize(source: string, path?: string): Token[]Parameterssource: stringoptionalpath: stringReturnsToken[]