import * as vento from "https://deno.land/x/vento@v1.12.11/src/tokenizer.ts";
Functions
Parse a tag and return the indexes of the start and end brackets, and the filters between. For example: {{ tag |> filter1 |> filter2 }} => [2, 9, 20, 31] |
import * as vento from "https://deno.land/x/vento@v1.12.11/src/tokenizer.ts";
Parse a tag and return the indexes of the start and end brackets, and the filters between. For example: {{ tag |> filter1 |> filter2 }} => [2, 9, 20, 31] |