UNPKG

ts-project-builder

Version:

Rollup-based TypeScript builder with multi-format output and built-in common plugins.

1 lines 402 B
{"version":3,"file":"path.mjs","sources":["../../../src/utils/rollup/path.ts"],"sourcesContent":["export { resolve } from 'node:path';\n\nconst ABSOLUTE_PATH_REGEX = /^(?:\\/|(?:[A-Z]:)?[/\\\\|])/i;\n\nexport const isAbsolute = (path: string) => ABSOLUTE_PATH_REGEX.test(path);\n"],"names":[],"mappings":"AAEA,MAAM,mBAAmB,GAAG,4BAA4B;AAEjD,MAAM,UAAU,GAAG,CAAC,IAAY,KAAK,mBAAmB,CAAC,IAAI,CAAC,IAAI;;;;"}