diff --git a/CHANGELOG.md b/CHANGELOG.md index 208e30c1..533093bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.9](https://github.com/searchfe/san-ssr/compare/v1.3.8...v1.3.9) (2019-11-21) + + +### Bug Fixes + +* remove console.log ([6488873](https://github.com/searchfe/san-ssr/commit/64888731d59577c6087bbe333364d2776447709f)) + ## [1.3.8](https://github.com/searchfe/san-ssr/compare/v1.3.7...v1.3.8) (2019-11-21) diff --git a/docs/classes/_loaders_common_js_.commonjs.html b/docs/classes/_loaders_common_js_.commonjs.html index b169b2da..d9bb97be 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -117,7 +117,7 @@
compileComponent
compileComponentLoader
compileElement
compileFor
compileIf
compileSlot
compileTemplate
compileText
Private nextID
Returns string
diff --git a/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html b/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html index c560c0d2..5cfea185 100644 --- a/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html +++ b/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html @@ -116,7 +116,7 @@constructor
Parameters
@@ -138,7 +138,7 @@Private compileAnode
inner
tagEnd
tagStart
constructor
Parameters
@@ -156,7 +156,7 @@Private aNodeCompiler
aNodeCompiler: any
@@ -166,7 +166,7 @@ component: SanComponent
@@ -176,7 +176,7 @@
Private component
Private elementSource
elementSourceCompiler: any
@@ -186,7 +186,7 @@ funcName: string
@@ -203,7 +203,7 @@
@@ -230,7 +230,7 @@
Private funcName
compileComponentSource
Private genComponentC
@@ -258,7 +258,7 @@
Private genComponentP
diff --git a/docs/classes/_target_js_emitters_emitter_.jsemitter.html b/docs/classes/_target_js_emitters_emitter_.jsemitter.html
index 22ca54cc..9bb18f43 100644
--- a/docs/classes/_target_js_emitters_emitter_.jsemitter.html
+++ b/docs/classes/_target_js_emitters_emitter_.jsemitter.html
@@ -132,7 +132,7 @@
constructor
Parameters
@@ -155,7 +155,7 @@Protected code
@@ -173,7 +173,7 @@carriageReturn
Returns void
@@ -191,7 +191,7 @@Protected defaultWrite
project: Project
@@ -162,7 +162,7 @@ root: string
@@ -172,7 +172,7 @@
Parameters
@@ -215,7 +215,7 @@feedLine
Parameters
@@ -239,7 +239,7 @@fullText
Returns string
@@ -257,7 +257,7 @@indent
Returns void
@@ -275,7 +275,7 @@nextLine
Parameters
@@ -299,7 +299,7 @@unindent
Returns void
@@ -317,7 +317,7 @@write
Parameters
@@ -340,7 +340,7 @@writeAnonymousFunction
Parameters
@@ -366,7 +366,7 @@writeFunction
Parameters
@@ -396,7 +396,7 @@writeLine
Parameters
@@ -420,7 +420,7 @@writeLines
Parameters
@@ -444,7 +444,7 @@writeNewLine
Returns void
diff --git a/docs/classes/_target_js_index_.tojscompiler.html b/docs/classes/_target_js_index_.tojscompiler.html index d3460563..bb6b1c4f 100644 --- a/docs/classes/_target_js_index_.tojscompiler.html +++ b/docs/classes/_target_js_index_.tojscompiler.html @@ -122,7 +122,7 @@constructor
Parameters
@@ -152,7 +152,7 @@Private project
Private root
Private tsConfigFile<
tsConfigFilePath: object
@@ -189,7 +189,7 @@
segs: any[]
@@ -159,7 +159,7 @@
@@ -187,7 +187,7 @@
@@ -209,7 +209,7 @@
@@ -240,7 +240,7 @@
@@ -268,7 +268,7 @@
@@ -296,7 +296,7 @@
diff --git a/docs/classes/_target_js_utils_timing_.measure.html b/docs/classes/_target_js_utils_timing_.measure.html
index f61e8ef9..ab4861cf 100644
--- a/docs/classes/_target_js_utils_timing_.measure.html
+++ b/docs/classes/_target_js_utils_timing_.measure.html
@@ -114,7 +114,7 @@
startTime: number
@@ -147,7 +147,7 @@
code: string = ""
@@ -166,7 +166,7 @@ indentLevel: number = 0
@@ -176,7 +176,7 @@ shiftWidth: any
@@ -193,7 +193,7 @@
compile
Parameters
diff --git a/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html b/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html index b53d29f1..2f2f245c 100644 --- a/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html +++ b/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html @@ -126,7 +126,7 @@constructor
Returns CompileSourceBuffer
@@ -142,7 +142,7 @@segs
addRaw
joinDataStringify
joinExpr
joinRaw
joinString
toCode
constructor
Returns Measure
@@ -130,7 +130,7 @@Private startTime
duration
Returns string
diff --git a/docs/classes/_utils_emitter_.emitter.html b/docs/classes/_utils_emitter_.emitter.html index 81914326..cc3f49ee 100644 --- a/docs/classes/_utils_emitter_.emitter.html +++ b/docs/classes/_utils_emitter_.emitter.html @@ -134,7 +134,7 @@constructor
Parameters
@@ -156,7 +156,7 @@Protected code
Private indentLevel
Private shiftWidth
Private atLineBegin
Returns boolean
@@ -210,7 +210,7 @@carriageReturn
Returns void
@@ -227,7 +227,7 @@Protected defaultWrite
js: = ".js"
@@ -101,7 +101,7 @@ ts: = ".ts"
diff --git a/docs/interfaces/_models_anode_.anode.html b/docs/interfaces/_models_anode_.anode.html
index 27d494da..33a03130 100644
--- a/docs/interfaces/_models_anode_.anode.html
+++ b/docs/interfaces/_models_anode_.anode.html
@@ -111,7 +111,7 @@ children: ANode[]
@@ -121,7 +121,7 @@ directives: object
@@ -151,7 +151,7 @@ elif: ANode
@@ -161,7 +161,7 @@ elses: ANode[]
@@ -171,7 +171,7 @@ events: any
@@ -181,7 +181,7 @@ expr: Expression
@@ -191,7 +191,7 @@ hotspot: ANode
@@ -201,7 +201,7 @@ ifRinsed: ANode
@@ -211,7 +211,7 @@ name: string
@@ -221,7 +221,7 @@ props: ANodeProp[]
@@ -231,7 +231,7 @@ tagName: string
@@ -241,7 +241,7 @@ textExpr: Expression
@@ -251,7 +251,7 @@ value: Expression
@@ -261,7 +261,7 @@ vars: ANode[]
diff --git a/docs/interfaces/_models_anode_.anodeprop.html b/docs/interfaces/_models_anode_.anodeprop.html
index c3f8bfdd..f780a55e 100644
--- a/docs/interfaces/_models_anode_.anodeprop.html
+++ b/docs/interfaces/_models_anode_.anodeprop.html
@@ -101,7 +101,7 @@ expr: any
@@ -111,7 +111,7 @@ name: string
@@ -121,7 +121,7 @@ raw: string
@@ -131,7 +131,7 @@ x: any
diff --git a/docs/interfaces/_models_compiler_.compiler.html b/docs/interfaces/_models_compiler_.compiler.html
index 8e3e9304..6ea07d8f 100644
--- a/docs/interfaces/_models_compiler_.compiler.html
+++ b/docs/interfaces/_models_compiler_.compiler.html
@@ -108,7 +108,7 @@
args: Expression[]
@@ -120,7 +120,7 @@ expr: Expression
@@ -130,7 +130,7 @@ items: Expression[]
@@ -140,7 +140,7 @@ literal: string
@@ -150,7 +150,7 @@ name: Expression
@@ -160,7 +160,7 @@ operator: number
@@ -170,7 +170,7 @@ original: boolean
@@ -180,7 +180,7 @@ parenthesized: boolean
@@ -190,7 +190,7 @@ paths: Expression[]
@@ -200,7 +200,7 @@ segs: Expression[]
@@ -210,7 +210,7 @@ spread: boolean
@@ -220,7 +220,7 @@ type: number
@@ -230,7 +230,7 @@ value: string
diff --git a/docs/modules/_bin_ssr_.html b/docs/modules/_bin_ssr_.html
index 54ca8032..44d4a656 100644
--- a/docs/modules/_bin_ssr_.html
+++ b/docs/modules/_bin_ssr_.html
@@ -99,7 +99,7 @@ OptionValue: string | undefined
@@ -112,7 +112,7 @@ componentFile: string = resolve(yargs.argv._[0])
@@ -122,7 +122,7 @@ options: any = JSON.parse(yargs.argv.targetOptions as string)
@@ -132,7 +132,7 @@ outputFile: string = yargs.argv.output as OptionValue
@@ -142,7 +142,7 @@ project: SanProject = new SanProject({ tsConfigFilePath })
@@ -152,7 +152,7 @@ target: string = yargs.argv.target as OptionValue
@@ -162,7 +162,7 @@ targetCode: any = project.compile(componentFile, target, options)
@@ -172,7 +172,7 @@
Parameters
@@ -250,7 +250,7 @@feedLine
Parameters
@@ -273,7 +273,7 @@fullText
Returns string
@@ -290,7 +290,7 @@indent
Returns void
@@ -307,7 +307,7 @@Private lastChar
Returns string
@@ -324,7 +324,7 @@nextLine
Parameters
@@ -347,7 +347,7 @@Private size
Returns number
@@ -364,7 +364,7 @@unindent
Returns void
@@ -381,7 +381,7 @@Abstract write
Parameters
@@ -404,7 +404,7 @@writeLine
Parameters
@@ -427,7 +427,7 @@writeLines
Parameters
@@ -450,7 +450,7 @@writeNewLine
Returns void
diff --git a/docs/enums/_models_source_file_type_.sourcefiletype.html b/docs/enums/_models_source_file_type_.sourcefiletype.html index 1edfe71f..119faf5e 100644 --- a/docs/enums/_models_source_file_type_.sourcefiletype.html +++ b/docs/enums/_models_source_file_type_.sourcefiletype.html @@ -91,7 +91,7 @@js
ts
children
directives
Optional elif
Optional elses
events
Optional expr
hotspot
Optional ifRinsed
Optional name
props
tagName
Optional textExpr
Optional value
Optional vars
expr
name
raw
x
compile
Parameters
diff --git a/docs/interfaces/_models_component_.sandata.html b/docs/interfaces/_models_component_.sandata.html index bc56fabb..23db84fb 100644 --- a/docs/interfaces/_models_component_.sandata.html +++ b/docs/interfaces/_models_component_.sandata.html @@ -304,7 +304,7 @@get
Parameters
@@ -499,7 +499,7 @@set
Parameters
diff --git a/docs/interfaces/_models_expression_.expression.html b/docs/interfaces/_models_expression_.expression.html index 13ea1b7b..48a46177 100644 --- a/docs/interfaces/_models_expression_.expression.html +++ b/docs/interfaces/_models_expression_.expression.html @@ -110,7 +110,7 @@args
expr
items
literal
name
operator
original
parenthesized
paths
segs
spread
type
value
OptionValue
Const componentFile
Const options
Const outputFile
Const project
Const target
Const targetCode
Const tsConfigFile
tsConfigFilePath: string = yargs.argv.tsconfig as OptionValue
diff --git a/docs/modules/_loaders_common_js_.html b/docs/modules/_loaders_common_js_.html
index 149834fc..c8458a27 100644
--- a/docs/modules/_loaders_common_js_.html
+++ b/docs/modules/_loaders_common_js_.html
@@ -108,7 +108,7 @@ FileLoader: function | object
@@ -118,7 +118,7 @@ Modules: object
@@ -139,7 +139,7 @@ debug: any = debugFactory('san-ssr:common-js')
@@ -156,7 +156,7 @@
@@ -126,7 +126,7 @@
CompilerClass: Partial<object>
@@ -104,7 +104,7 @@ SanProjectOptions: object
diff --git a/docs/modules/_models_source_file_type_.html b/docs/modules/_models_source_file_type_.html
index 2c8baeae..c59016ab 100644
--- a/docs/modules/_models_source_file_type_.html
+++ b/docs/modules/_models_source_file_type_.html
@@ -98,7 +98,7 @@
debug: any = debugFactory('component-parser')
diff --git a/docs/modules/_parsers_tsconfig_.html b/docs/modules/_parsers_tsconfig_.html
index 6478b5e6..8fe7850f 100644
--- a/docs/modules/_parsers_tsconfig_.html
+++ b/docs/modules/_parsers_tsconfig_.html
@@ -91,7 +91,7 @@
FileLoader
Modules
Const debug
Const defaultFileLoader
Parameters
@@ -179,7 +179,7 @@getModuleSpecifier
Parameters
diff --git a/docs/modules/_loaders_exec_.html b/docs/modules/_loaders_exec_.html index 8c660fb9..9ff03db1 100644 --- a/docs/modules/_loaders_exec_.html +++ b/docs/modules/_loaders_exec_.html @@ -92,7 +92,7 @@exec
Parameters
@@ -118,7 +118,7 @@execCommandSync
Parameters
diff --git a/docs/modules/_loaders_target_.html b/docs/modules/_loaders_target_.html index a9b95eda..488852ef 100644 --- a/docs/modules/_loaders_target_.html +++ b/docs/modules/_loaders_target_.html @@ -92,7 +92,7 @@loadCompilerClassByTarget
Parameters
@@ -115,7 +115,7 @@resolve
Parameters
diff --git a/docs/modules/_models_component_.html b/docs/modules/_models_component_.html index 0a3b8e6c..023a870b 100644 --- a/docs/modules/_models_component_.html +++ b/docs/modules/_models_component_.html @@ -109,7 +109,7 @@Const COMPONENT_RESERVED_COMPONENT_RESERVED_MEMBERS: Set<string> = new Set('aNode,computed,filters,components,' +'initData,template,attached,created,' +'detached,disposed,compiled'.split(','))
isComponentClass
Parameters
@@ -149,7 +149,7 @@isComponentLoader
Parameters
diff --git a/docs/modules/_models_san_project_.html b/docs/modules/_models_san_project_.html index 30551ac5..7932defc 100644 --- a/docs/modules/_models_san_project_.html +++ b/docs/modules/_models_san_project_.html @@ -94,7 +94,7 @@CompilerClass
SanProjectOptions
getSourceFileType
Parameters
@@ -124,7 +124,7 @@getSourceFileTypeOrThrow
Parameters
diff --git a/docs/modules/_parsers_dependency_resolver_.html b/docs/modules/_parsers_dependency_resolver_.html index 12721e15..06c73433 100644 --- a/docs/modules/_parsers_dependency_resolver_.html +++ b/docs/modules/_parsers_dependency_resolver_.html @@ -96,7 +96,7 @@getDependenciesRecursively
Parameters
@@ -122,7 +122,7 @@getInlineDeclarations
Parameters
@@ -145,7 +145,7 @@getInlineDependencies
Parameters
@@ -168,7 +168,7 @@getInlineDependencyLiterals
Parameters
@@ -191,7 +191,7 @@isRelativePath
Parameters
@@ -214,7 +214,7 @@shouldInline
Parameters
diff --git a/docs/modules/_parsers_normalize_component_.html b/docs/modules/_parsers_normalize_component_.html index 6fe2e00b..300cddec 100644 --- a/docs/modules/_parsers_normalize_component_.html +++ b/docs/modules/_parsers_normalize_component_.html @@ -91,7 +91,7 @@normalizeComponentClass
Parameters
diff --git a/docs/modules/_parsers_san_app_parser_.html b/docs/modules/_parsers_san_app_parser_.html index de315000..a3eaffab 100644 --- a/docs/modules/_parsers_san_app_parser_.html +++ b/docs/modules/_parsers_san_app_parser_.html @@ -93,7 +93,7 @@Const debug
getDefaultTSConfigPath
Returns string
diff --git a/docs/modules/_target_js_compilers_expr_compiler_.html b/docs/modules/_target_js_compilers_expr_compiler_.html index 18bd5995..8ced5457 100644 --- a/docs/modules/_target_js_compilers_expr_compiler_.html +++ b/docs/modules/_target_js_compilers_expr_compiler_.html @@ -87,7 +87,7 @@Const compileExprSource
compileExprSource: object
@@ -105,7 +105,7 @@
@@ -133,7 +133,7 @@
@@ -161,7 +161,7 @@
@@ -189,7 +189,7 @@
@@ -217,7 +217,7 @@
@@ -245,7 +245,7 @@
@@ -278,7 +278,7 @@
@@ -306,7 +306,7 @@
@@ -334,7 +334,7 @@
@@ -358,7 +358,7 @@ binaryOp: object
@@ -372,7 +372,7 @@ 121: string = "<="
@@ -382,7 +382,7 @@ 122: string = "=="
@@ -392,7 +392,7 @@ 123: string = ">="
@@ -402,7 +402,7 @@ 155: string = "!=="
@@ -412,7 +412,7 @@ 183: string = "==="
@@ -422,7 +422,7 @@ 248: string = "||"
@@ -432,7 +432,7 @@ 42: string = "*"
@@ -442,7 +442,7 @@ 43: string = "+"
@@ -452,7 +452,7 @@ 45: string = "-"
@@ -462,7 +462,7 @@ 47: string = "/"
@@ -472,7 +472,7 @@ 60: string = "<"
@@ -482,7 +482,7 @@ 62: string = ">"
@@ -492,7 +492,7 @@ 76: string = "&&"
@@ -502,7 +502,7 @@ 94: string = "!="
diff --git a/docs/modules/_target_js_compilers_renderer_compiler_.html b/docs/modules/_target_js_compilers_renderer_compiler_.html
index f5a5d734..0ac167dc 100644
--- a/docs/modules/_target_js_compilers_renderer_compiler_.html
+++ b/docs/modules/_target_js_compilers_renderer_compiler_.html
@@ -99,7 +99,7 @@ rDataAccess: RegExp = /this.data.get\(([^)]+)\)/g
@@ -116,7 +116,7 @@
stringifier: object
@@ -100,7 +100,7 @@
ToJSCompilerOptions: object
@@ -123,7 +123,7 @@ debug: any = debugFactory('target-js')
diff --git a/docs/modules/_target_js_utils_case_.html b/docs/modules/_target_js_utils_case_.html
index ca3e7d4c..49508ad0 100644
--- a/docs/modules/_target_js_utils_case_.html
+++ b/docs/modules/_target_js_utils_case_.html
@@ -98,7 +98,7 @@ caseRoot: string = resolve(__dirname, '../../test/cases')
@@ -108,7 +108,7 @@ cases: string[] = readdirSync(caseRoot)
@@ -118,7 +118,7 @@ debug: any = debugFactory('case')
@@ -128,7 +128,7 @@ sanProject: SanProject = new SanProject({ tsConfigFilePath })
@@ -138,7 +138,7 @@
_expr
array
callExpr
dataAccess
expr
interp
object
stringLiteralize
text
binaryOp
121
122
123
155
183
248
42
43
45
47
60
62
76
94
Const rDataAccess
functionString
Parameters
diff --git a/docs/modules/_target_js_compilers_stringifier_.html b/docs/modules/_target_js_compilers_stringifier_.html index 29bdd31c..a554f24e 100644 --- a/docs/modules/_target_js_compilers_stringifier_.html +++ b/docs/modules/_target_js_compilers_stringifier_.html @@ -87,7 +87,7 @@Const stringifier
any
Parameters
@@ -123,7 +123,7 @@arr
Parameters
@@ -146,7 +146,7 @@date
Parameters
@@ -169,7 +169,7 @@obj
Parameters
@@ -192,7 +192,7 @@str
Parameters
diff --git a/docs/modules/_target_js_emitters_runtime_.html b/docs/modules/_target_js_emitters_runtime_.html index e6e47d41..cd288ad8 100644 --- a/docs/modules/_target_js_emitters_runtime_.html +++ b/docs/modules/_target_js_emitters_runtime_.html @@ -91,7 +91,7 @@emitRuntime
Parameters
diff --git a/docs/modules/_target_js_index_.html b/docs/modules/_target_js_index_.html index 68052ee8..35ee86d2 100644 --- a/docs/modules/_target_js_index_.html +++ b/docs/modules/_target_js_index_.html @@ -99,7 +99,7 @@ToJSCompilerOptions
Const debug
Const caseRoot
Const cases
Const debug
Const sanProject
Const tsConfigFile
tsConfigFilePath: string = resolve(__dirname, '../../test/tsconfig.json')
@@ -155,7 +155,7 @@
debug: any = debugFactory('san-ssr:ts2js')
@@ -111,7 +111,7 @@
@@ -124,7 +124,7 @@
diff --git a/docs/modules/_utils_ast_util_.html b/docs/modules/_utils_ast_util_.html
index a4322c55..1770967e 100644
--- a/docs/modules/_utils_ast_util_.html
+++ b/docs/modules/_utils_ast_util_.html
@@ -96,7 +96,7 @@ debug: any = debugFactory('ast-util')
@@ -113,7 +113,7 @@
CloseTags: Set<string> = new Set('area,base,br,col,embed,hr,img,input,keygen,param,source,track,wbr'.split(','))
diff --git a/package.json b/package.json
index 06f9f83d..1e78bd2d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "san-ssr",
- "version": "1.3.8",
+ "version": "1.3.9",
"description": "San server-side-render framework and utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
compile
Parameters
@@ -178,7 +178,7 @@compileAll
Returns void
diff --git a/docs/modules/_target_js_utils_fs_.html b/docs/modules/_target_js_utils_fs_.html index 00f5359a..2c5c454d 100644 --- a/docs/modules/_target_js_utils_fs_.html +++ b/docs/modules/_target_js_utils_fs_.html @@ -91,7 +91,7 @@readStringSync
Parameters
diff --git a/docs/modules/_target_js_utils_timing_.html b/docs/modules/_target_js_utils_timing_.html index 5588527d..b269eae3 100644 --- a/docs/modules/_target_js_utils_timing_.html +++ b/docs/modules/_target_js_utils_timing_.html @@ -98,7 +98,7 @@measure
Parameters
@@ -121,7 +121,7 @@startMeasure
Returns Measure
diff --git a/docs/modules/_transpilers_ts2js_.html b/docs/modules/_transpilers_ts2js_.html index 733e1142..83fadf69 100644 --- a/docs/modules/_transpilers_ts2js_.html +++ b/docs/modules/_transpilers_ts2js_.html @@ -94,7 +94,7 @@Const debug
tsCode2js
Parameters
@@ -137,7 +137,7 @@tsSourceFile2js
Parameters
diff --git a/docs/modules/_utils_anode_.html b/docs/modules/_utils_anode_.html index 41ff47b9..ccbe4a1f 100644 --- a/docs/modules/_utils_anode_.html +++ b/docs/modules/_utils_anode_.html @@ -93,7 +93,7 @@getANodePropByName
getANodeProps
Parameters
@@ -147,7 +147,7 @@postProp
Const debug
getComponentClassIdentifier
Parameters
@@ -139,7 +139,7 @@getSanImportDeclaration
Parameters
@@ -162,7 +162,7 @@isChildClassOf
Parameters
@@ -188,7 +188,7 @@movePropertyInitiatorToPrototype
Parameters
diff --git a/docs/modules/_utils_buffer_.html b/docs/modules/_utils_buffer_.html index d7416899..08f47913 100644 --- a/docs/modules/_utils_buffer_.html +++ b/docs/modules/_utils_buffer_.html @@ -91,7 +91,7 @@byteCount
Parameters
diff --git a/docs/modules/_utils_case_.html b/docs/modules/_utils_case_.html index 776ea3d1..9d699af9 100644 --- a/docs/modules/_utils_case_.html +++ b/docs/modules/_utils_case_.html @@ -93,7 +93,7 @@assertSanHTMLEqual
Parameters
@@ -119,7 +119,7 @@deepEqual
Parameters
@@ -145,7 +145,7 @@parseSanHTML
Parameters
diff --git a/docs/modules/_utils_element_.html b/docs/modules/_utils_element_.html index a6734679..94708619 100644 --- a/docs/modules/_utils_element_.html +++ b/docs/modules/_utils_element_.html @@ -87,7 +87,7 @@Const autoCloseTags
auto