Open prevwong opened 10 months ago
Create an invalid Type throws an error that's difficult to read/debug:
Type
import * as t from '@rekajs/types'; t.binaryExpression({ left: t.componentTemplate(...), // invalid, throws an error that's difficult to read operator: '+', right: t.literal({ value: 0 }), });
Create an invalid
Type
throws an error that's difficult to read/debug: