triplex
triplex copied to clipboard
Dangling exports don't currently work
Any component export that looks like:
function Box() {}
export { Box };
Doesn't currently work. Areas to fix:
- getJsxElementsPositions (packages/@triplex/server/src/ast/jsx.ts)
- getJsxElementParentExportNameOrThrow (packages/@triplex/server/src/ast/jsx.ts)
- maybe more.
Look for the todo tests.