Back to Next Js

README

turbopack/crates/turbo-unix-path/README.md

16.2.5360 B
Original Source

Utilities for lexical manipulation of unix-style (/-separated) paths represented as unicode strings.

These paths types are frequently used for JS imports, and are used within Turbopack to represent platform-agnostic relative paths.

This crate does not perform any IO, and does not depend on turbo-tasks. Most users should prefer the turbo-tasks-fs crate.