Skip to content

Commit 7e030fb

Browse files
committed
chore: Add TODO comment.
1 parent 8989ab4 commit 7e030fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/@css-blocks/core/src/BlockSyntax/BlockPath.ts

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export class BlockPath {
147147
end.column = start.column + this.walker.index();
148148
start.column = start.column + this.walker.index() - len;
149149
}
150+
// TODO: Add sourcemap handling.
150151
throw new BlockPathError(msg, {filename, start, end});
151152
}
152153

0 commit comments

Comments
 (0)