Move to Teal 🚀 #6

Merged
Aire-One merged 24 commits from feat/#1 into master 2022-10-11 18:52:08 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0efc55445c - Show all commits

View File

@ -14,7 +14,7 @@ local record Scanner
record NodeStack record NodeStack
-- stack[n] - get the nth item in the stack (as an HTMLNode) -- stack[n] - get the nth item in the stack (as an HTMLNode)
current: function(self: NodeStack): HTMLNode current: function(self: NodeStack): HTMLNode
is: function(query: string): boolean is: function(self: NodeStack, query: string): boolean
end end
scan_html: function(html_text: string, callback: function(stack: NodeStack), opts: table) scan_html: function(html_text: string, callback: function(stack: NodeStack), opts: table)