build(types): fix scan_html indentation level
This commit is contained in:
parent
6e2ac5af5d
commit
89f66119ee
|
@ -1,14 +1,14 @@
|
|||
local record Scanner
|
||||
record HTMLNode
|
||||
tag: string
|
||||
type: string | nil
|
||||
num: number
|
||||
self_closing: boolean | nil
|
||||
attr: table
|
||||
outer_html: function(self: HTMLNode): string
|
||||
inner_html: function(self: HTMLNode): string
|
||||
inner_text: function(self: HTMLNode): string
|
||||
-- TODO : add replacement methods
|
||||
tag: string
|
||||
type: string | nil
|
||||
num: number
|
||||
self_closing: boolean | nil
|
||||
attr: table
|
||||
outer_html: function(self: HTMLNode): string
|
||||
inner_html: function(self: HTMLNode): string
|
||||
inner_text: function(self: HTMLNode): string
|
||||
-- TODO : add replacement methods
|
||||
end
|
||||
|
||||
record NodeStack
|
||||
|
|
Loading…
Reference in New Issue