Skip to main content
Extremely Popular
Go to Latest
method Node.prototype.getNonWhitespaceStart
import { Node } from "https://deno.land/x/fresh@1.2.0/src/dev/deps.ts";

Gets the first source file text position that is not whitespace taking into account comment nodes and a previous node's trailing trivia.

Returns

number