UNPKG

bidirectional-resolve

Version:

Resolve a package entry point to a file path (like require.resolve/import.meta.resolve) OR a file path to a package entry point

11 lines (10 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorMessage = void 0; const ErrorMessage = exports.ErrorMessage = { AssertionFailedWantedPathIsNotSeenPath() { return 'assertion failed: wantedPath does not map cleanly to seenPath'; } };