providence-analytics
Version:
Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes
13 lines (11 loc) • 507 B
JavaScript
export { toRelativeSourcePath, isRelativeSourcePath } from './relative-source-path.js';
export { trackDownIdentifier } from './track-down-identifier.js';
export {
getSourceCodeFragmentOfDeclaration,
getFilePathOrExternalSource,
} from './get-source-code-fragment-of-declaration.js';
export { oxcTraverse } from './oxc-traverse.js';
export { fsAdapter } from './fs-adapter.js';
export { memoize } from './memoize.js';
export { hash } from './hash.js';
// TODO: move trackdownIdentifier to utils as well