Migrate jqhtml slot syntax from <#name> to <Slot:name>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
node_modules/@jqhtml/parser/dist/lexer.d.ts
generated
vendored
4
node_modules/@jqhtml/parser/dist/lexer.d.ts
generated
vendored
@@ -8,8 +8,8 @@ export declare enum TokenType {
|
||||
DEFINE_START = "DEFINE_START",// <Define:
|
||||
DEFINE_END = "DEFINE_END",// </Define:
|
||||
COMPONENT_NAME = "COMPONENT_NAME",
|
||||
SLOT_START = "SLOT_START",// <#
|
||||
SLOT_END = "SLOT_END",// </#
|
||||
SLOT_START = "SLOT_START",// <Slot:
|
||||
SLOT_END = "SLOT_END",// </Slot:
|
||||
SLOT_NAME = "SLOT_NAME",
|
||||
TAG_OPEN = "TAG_OPEN",// <tagname or <ComponentName
|
||||
TAG_CLOSE = "TAG_CLOSE",// </tagname or </ComponentName
|
||||
|
||||
Reference in New Issue
Block a user