JSPM

  • Created
  • Published
  • Downloads 211915
  • Score
    100M100P100Q188336F
  • License MIT

Strongly typed trie data structure for path and URL-like strings.

Package Exports

  • @rushstack/lookup-by-path
  • @rushstack/lookup-by-path/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rushstack/lookup-by-path) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rushstack/lookup-by-path

This library contains a strongly-typed implementation of of a Trie (a.k.a. prefix tree) data structure optimized for file paths and URLs.

This package is used by Rush to associate Git hashes with their nearest ancestor Rush project, for example.

@rushstack/lookup-by-path is part of the Rush Stack family of projects.