Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
method Node.prototype.getNonWhitespaceStart
import { Node } from "https://deno.land/x/fresh@1.1.5/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