lion/packages-node/providence-analytics/src/program/utils/index.js

11 lines
282 B
JavaScript

const {
getSourceCodeFragmentOfDeclaration,
getFilePathOrExternalSource,
} = require('./get-source-code-fragment-of-declaration.js');
// TODO: move trackdownIdentifier to utils as well
module.exports = {
getSourceCodeFragmentOfDeclaration,
getFilePathOrExternalSource,
};