Skip to content

Commit

Permalink
WIP: one last try
Browse files Browse the repository at this point in the history
  • Loading branch information
wgoehrig committed Oct 22, 2024
1 parent a9fdd05 commit a440eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/rules/no-internal-barrel-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const rule = {
console.log("CREATED");
return {
ImportDeclaration(node) {
console.log("IMPORT DECLARATION");
/** @param {ts.Symbol | undefined} symbol */
function getRelativeImportPathForExportedSymbol(symbol) {
if (symbol === undefined) return "";
Expand Down

0 comments on commit a440eeb

Please sign in to comment.