method Environment.prototype.tokenizeimport { Environment } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/vento.ts"; tokenize(source: string, path?: string): Token[]Parameterssource: stringoptionalpath: stringReturnsToken[]