interface postcss.FilePositionRe-exportimport { type postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { FilePosition } = postcss; Propertiesurl: stringURL for the source file. optionalfile: stringAbsolute path to the source file. line: numberLine in source file. column: numberColumn in source file. optionalsource: stringSource code.