feat(compiler): element codegen
This commit is contained in:
@@ -61,6 +61,6 @@ export function advancePositionWithMutation(
|
||||
|
||||
export function assert(condition: boolean, msg?: string) {
|
||||
if (!condition) {
|
||||
throw new Error(msg || `unexpected parser condition`)
|
||||
throw new Error(msg || `unexpected compiler condition`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user