diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ede8a9f..c1f2ead6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.2](https://github.com/baidu/san-ssr/compare/v4.6.1...v4.6.2) (2021-04-06) + + +### Bug Fixes + +* getMember 属性值为 Falsy 时返回 defaultValue ([609401f](https://github.com/baidu/san-ssr/commit/609401fe84e84a519789c7e5d0d2bcb2b28b39da)) + ## [4.6.1](https://github.com/baidu/san-ssr/compare/v4.6.0...v4.6.1) (2021-03-30) diff --git a/docs/classes/_src_ast_renderer_ast_node_.arrayincludes.html b/docs/classes/_src_ast_renderer_ast_node_.arrayincludes.html index 3028969f..3550d8a7 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.arrayincludes.html +++ b/docs/classes/_src_ast_renderer_ast_node_.arrayincludes.html @@ -116,7 +116,7 @@

constructor

  • Parameters

    @@ -141,7 +141,7 @@

    arr

    arr: Expression
    @@ -151,7 +151,7 @@

    item

    item: Expression
    @@ -162,7 +162,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.arrayliteral.html b/docs/classes/_src_ast_renderer_ast_node_.arrayliteral.html index 9e9e775b..5f2e7a7a 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.arrayliteral.html +++ b/docs/classes/_src_ast_renderer_ast_node_.arrayliteral.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -137,7 +137,7 @@

    items

    items: [Expression, boolean][]
    @@ -148,7 +148,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.assignmentstatement.html b/docs/classes/_src_ast_renderer_ast_node_.assignmentstatement.html index f03008cd..c4d54dce 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.assignmentstatement.html +++ b/docs/classes/_src_ast_renderer_ast_node_.assignmentstatement.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -142,7 +142,7 @@

    Readonly kind

    @@ -152,7 +152,7 @@

    lhs

    lhs: Expression
    @@ -162,7 +162,7 @@

    rhs

    rhs: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.binaryexpression.html b/docs/classes/_src_ast_renderer_ast_node_.binaryexpression.html index 90060d17..e60db138 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.binaryexpression.html +++ b/docs/classes/_src_ast_renderer_ast_node_.binaryexpression.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -146,7 +146,7 @@

    Readonly kind

    @@ -156,7 +156,7 @@

    lhs

    lhs: Expression
    @@ -166,7 +166,7 @@

    op

    op: BinaryOperator
    @@ -176,7 +176,7 @@

    rhs

    rhs: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.componentreferenceliteral.html b/docs/classes/_src_ast_renderer_ast_node_.componentreferenceliteral.html index e02169a8..e915a24d 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.componentreferenceliteral.html +++ b/docs/classes/_src_ast_renderer_ast_node_.componentreferenceliteral.html @@ -121,7 +121,7 @@

    constructor

  • Parameters

    @@ -144,7 +144,7 @@

    Readonly kind

    @@ -154,7 +154,7 @@

    value

    value: ComponentReference
    @@ -171,7 +171,7 @@

    toMapLiteral

  • Returns MapLiteral

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.componentrendererreference.html b/docs/classes/_src_ast_renderer_ast_node_.componentrendererreference.html index 76685af4..ca64a188 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.componentrendererreference.html +++ b/docs/classes/_src_ast_renderer_ast_node_.componentrendererreference.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.computedcall.html b/docs/classes/_src_ast_renderer_ast_node_.computedcall.html index 864a15eb..7b5a69fd 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.computedcall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.computedcall.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.conditionalexpression.html b/docs/classes/_src_ast_renderer_ast_node_.conditionalexpression.html index dadd5e2d..5cf1ae42 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.conditionalexpression.html +++ b/docs/classes/_src_ast_renderer_ast_node_.conditionalexpression.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -145,7 +145,7 @@

    cond

    cond: Expression
    @@ -155,7 +155,7 @@

    falseValue

    falseValue: Expression
    @@ -166,7 +166,7 @@

    Readonly kind

    @@ -176,7 +176,7 @@

    trueValue

    trueValue: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.createcomponentinstance.html b/docs/classes/_src_ast_renderer_ast_node_.createcomponentinstance.html index 785713ef..fea2f45e 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.createcomponentinstance.html +++ b/docs/classes/_src_ast_renderer_ast_node_.createcomponentinstance.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -137,7 +137,7 @@

    info

    info: ComponentInfo
    @@ -148,7 +148,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.else.html b/docs/classes/_src_ast_renderer_ast_node_.else.html index 0a432ad8..b30db13f 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.else.html +++ b/docs/classes/_src_ast_renderer_ast_node_.else.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -137,7 +137,7 @@

    body

    body: Iterable<Statement>
    @@ -148,7 +148,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.elseif.html b/docs/classes/_src_ast_renderer_ast_node_.elseif.html index ec4821fe..12c16f9e 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.elseif.html +++ b/docs/classes/_src_ast_renderer_ast_node_.elseif.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    body

    body: Iterable<Statement>
    @@ -151,7 +151,7 @@

    cond

    cond: Expression
    @@ -162,7 +162,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.encodeuricomponent.html b/docs/classes/_src_ast_renderer_ast_node_.encodeuricomponent.html index 125674c3..2b4aa8cd 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.encodeuricomponent.html +++ b/docs/classes/_src_ast_renderer_ast_node_.encodeuricomponent.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.expressionstatement.html b/docs/classes/_src_ast_renderer_ast_node_.expressionstatement.html index 1b46a5d4..a2dffa1d 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.expressionstatement.html +++ b/docs/classes/_src_ast_renderer_ast_node_.expressionstatement.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.filtercall.html b/docs/classes/_src_ast_renderer_ast_node_.filtercall.html index 1c92cb27..fd264e3e 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.filtercall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.filtercall.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    args

    args: Expression[]
    @@ -152,7 +152,7 @@

    Readonly kind

    @@ -162,7 +162,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.foreach.html b/docs/classes/_src_ast_renderer_ast_node_.foreach.html index 78170e87..ba42e4ee 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.foreach.html +++ b/docs/classes/_src_ast_renderer_ast_node_.foreach.html @@ -118,7 +118,7 @@

    constructor

  • Parameters

    @@ -149,7 +149,7 @@

    body

    body: Iterable<Statement>
    @@ -159,7 +159,7 @@

    iterable

    iterable: Expression
    @@ -169,7 +169,7 @@

    key

    key: Identifier
    @@ -180,7 +180,7 @@

    Readonly kind

    @@ -190,7 +190,7 @@

    value

    value: Identifier
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.functioncall.html b/docs/classes/_src_ast_renderer_ast_node_.functioncall.html index 717bacf0..ef856a68 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.functioncall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.functioncall.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    args

    args: Expression[]
    @@ -151,7 +151,7 @@

    fn

    fn: Expression
    @@ -162,7 +162,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.functiondefinition.html b/docs/classes/_src_ast_renderer_ast_node_.functiondefinition.html index 1a8079bb..abb1ed59 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.functiondefinition.html +++ b/docs/classes/_src_ast_renderer_ast_node_.functiondefinition.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -145,7 +145,7 @@

    args

    args: VariableDefinition[]
    @@ -155,7 +155,7 @@

    body

    body: Iterable<Statement>
    @@ -166,7 +166,7 @@

    Readonly kind

    @@ -176,7 +176,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.getrootctxcall.html b/docs/classes/_src_ast_renderer_ast_node_.getrootctxcall.html index a75a8072..08dd9ccb 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.getrootctxcall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.getrootctxcall.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -137,7 +137,7 @@

    args

    args: Expression[]
    @@ -148,7 +148,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.helpercall.html b/docs/classes/_src_ast_renderer_ast_node_.helpercall.html index 330e3d51..9c836187 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.helpercall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.helpercall.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    args

    args: Expression[]
    @@ -152,7 +152,7 @@

    Readonly kind

    @@ -162,7 +162,7 @@

    name

    name: "styleFilter" | "classFilter" | "xstyleFilter" | "xclassFilter" | "attrFilter" | "boolAttrFilter" | "output" | "escapeHTML"
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.identifier.html b/docs/classes/_src_ast_renderer_ast_node_.identifier.html index ff769781..238a27e9 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.identifier.html +++ b/docs/classes/_src_ast_renderer_ast_node_.identifier.html @@ -122,7 +122,7 @@

    Private constructor

  • Parameters

    @@ -145,7 +145,7 @@

    Readonly kind

    @@ -155,7 +155,7 @@

    Readonly name

    name: string
    @@ -165,7 +165,7 @@

    Static cache: Map<string, Identifier> = new Map() @@ -182,7 +182,7 @@

    Static create

  • Parameters

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.if.html b/docs/classes/_src_ast_renderer_ast_node_.if.html index daf4e1de..214f534f 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.if.html +++ b/docs/classes/_src_ast_renderer_ast_node_.if.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    body

    body: Iterable<Statement>
    @@ -151,7 +151,7 @@

    cond

    @@ -162,7 +162,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.importhelper.html b/docs/classes/_src_ast_renderer_ast_node_.importhelper.html index e6169610..057b8bfe 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.importhelper.html +++ b/docs/classes/_src_ast_renderer_ast_node_.importhelper.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.jsonstringify.html b/docs/classes/_src_ast_renderer_ast_node_.jsonstringify.html index 95e0b472..0c78925c 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.jsonstringify.html +++ b/docs/classes/_src_ast_renderer_ast_node_.jsonstringify.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.literal.html b/docs/classes/_src_ast_renderer_ast_node_.literal.html index 225b07f8..59369e8b 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.literal.html +++ b/docs/classes/_src_ast_renderer_ast_node_.literal.html @@ -122,7 +122,7 @@

    Private constructor

  • Parameters

    @@ -145,7 +145,7 @@

    Readonly kind

    @@ -155,7 +155,7 @@

    Readonly value

    value: any
    @@ -165,7 +165,7 @@

    Static cache: Map<string, Literal> = new Map() @@ -182,7 +182,7 @@

    Static create

  • Parameters

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.mapassign.html b/docs/classes/_src_ast_renderer_ast_node_.mapassign.html index 6e464e2b..81b427d6 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.mapassign.html +++ b/docs/classes/_src_ast_renderer_ast_node_.mapassign.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    dest

    @@ -152,7 +152,7 @@

    Readonly kind

    @@ -162,7 +162,7 @@

    srcs

    srcs: Expression[]
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.mapliteral.html b/docs/classes/_src_ast_renderer_ast_node_.mapliteral.html index bb3e8b16..449578f4 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.mapliteral.html +++ b/docs/classes/_src_ast_renderer_ast_node_.mapliteral.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -137,7 +137,7 @@

    items

    items: [Literal | Identifier, Expression, boolean][]
    @@ -148,7 +148,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.newexpression.html b/docs/classes/_src_ast_renderer_ast_node_.newexpression.html index 367ec229..864881af 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.newexpression.html +++ b/docs/classes/_src_ast_renderer_ast_node_.newexpression.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    args

    args: Expression[]
    @@ -152,7 +152,7 @@

    Readonly kind

    @@ -162,7 +162,7 @@

    name

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.null.html b/docs/classes/_src_ast_renderer_ast_node_.null.html index a2f9c176..9b9ae315 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.null.html +++ b/docs/classes/_src_ast_renderer_ast_node_.null.html @@ -121,7 +121,7 @@

    Private constructor

  • Returns Null

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    Static instance: Null = new Null() @@ -165,7 +165,7 @@

    Static create

  • Returns Null

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.regexpreplace.html b/docs/classes/_src_ast_renderer_ast_node_.regexpreplace.html index ef48255a..ac42753d 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.regexpreplace.html +++ b/docs/classes/_src_ast_renderer_ast_node_.regexpreplace.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -146,7 +146,7 @@

    Readonly kind

    @@ -156,7 +156,7 @@

    original

    original: Expression
    @@ -166,7 +166,7 @@

    pattern

    pattern: string
    @@ -176,7 +176,7 @@

    replacement

    replacement: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.returnstatement.html b/docs/classes/_src_ast_renderer_ast_node_.returnstatement.html index 96b5609b..e4767497 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.returnstatement.html +++ b/docs/classes/_src_ast_renderer_ast_node_.returnstatement.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.slotrendercall.html b/docs/classes/_src_ast_renderer_ast_node_.slotrendercall.html index df2f0737..a24566e1 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.slotrendercall.html +++ b/docs/classes/_src_ast_renderer_ast_node_.slotrendercall.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    args

    args: Expression[]
    @@ -151,7 +151,7 @@

    fn

    @@ -162,7 +162,7 @@

    Readonly kind

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.slotrendererdefinition.html b/docs/classes/_src_ast_renderer_ast_node_.slotrendererdefinition.html index 348ba8bf..31f0f50f 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.slotrendererdefinition.html +++ b/docs/classes/_src_ast_renderer_ast_node_.slotrendererdefinition.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -145,7 +145,7 @@

    args

    @@ -155,7 +155,7 @@

    body

    body: Iterable<Statement>
    @@ -166,7 +166,7 @@

    Readonly kind

    @@ -176,7 +176,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.unaryexpression.html b/docs/classes/_src_ast_renderer_ast_node_.unaryexpression.html index 4e14a3f3..017fdd76 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.unaryexpression.html +++ b/docs/classes/_src_ast_renderer_ast_node_.unaryexpression.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -142,7 +142,7 @@

    Readonly kind

    @@ -152,7 +152,7 @@

    op

    @@ -162,7 +162,7 @@

    value

    value: Expression
    diff --git a/docs/classes/_src_ast_renderer_ast_node_.undefined.html b/docs/classes/_src_ast_renderer_ast_node_.undefined.html index 2bc97bbb..e407794e 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.undefined.html +++ b/docs/classes/_src_ast_renderer_ast_node_.undefined.html @@ -121,7 +121,7 @@

    Private constructor

  • Returns Undefined

    @@ -138,7 +138,7 @@

    Readonly kind

    @@ -148,7 +148,7 @@

    Static instance: Undefined = new Undefined() @@ -165,7 +165,7 @@

    Static create

  • Returns Undefined

    diff --git a/docs/classes/_src_ast_renderer_ast_node_.variabledefinition.html b/docs/classes/_src_ast_renderer_ast_node_.variabledefinition.html index dae91b88..7ea3a289 100644 --- a/docs/classes/_src_ast_renderer_ast_node_.variabledefinition.html +++ b/docs/classes/_src_ast_renderer_ast_node_.variabledefinition.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -141,7 +141,7 @@

    Optional initial

    initial: Expression
    @@ -152,7 +152,7 @@

    Readonly kind

    @@ -162,7 +162,7 @@

    name

    name: string
    diff --git a/docs/classes/_src_compilers_anode_compiler_.anodecompiler.html b/docs/classes/_src_compilers_anode_compiler_.anodecompiler.html index d93668ff..b8dff426 100644 --- a/docs/classes/_src_compilers_anode_compiler_.anodecompiler.html +++ b/docs/classes/_src_compilers_anode_compiler_.anodecompiler.html @@ -146,7 +146,7 @@

    constructor

  • @@ -191,7 +191,7 @@

    Private componentInfo

    componentInfo: ComponentInfo
    @@ -206,7 +206,7 @@

    Private elementCompilerelementCompiler: ElementCompiler

    @@ -216,7 +216,7 @@

    Private id

    @@ -231,7 +231,7 @@

    Private inScript

    inScript: boolean = false
    @@ -241,7 +241,7 @@

    Private ssrOnly

    ssrOnly: boolean
    @@ -263,7 +263,7 @@

    Private childRenderDa
  • Parameters

    @@ -286,7 +286,7 @@

    compile

  • Parameters

    @@ -312,7 +312,7 @@

    Private compileComponent

    Parameters

    @@ -341,7 +341,7 @@

    Private compileElement

    Parameters

    @@ -367,7 +367,7 @@

    Private compileFor

  • Parameters

    @@ -390,7 +390,7 @@

    Private compileFragment

    Parameters

    @@ -413,7 +413,7 @@

    Private compileIf

  • Parameters

    @@ -436,7 +436,7 @@

    Private compileSlot

  • Parameters

    @@ -459,7 +459,7 @@

    Private compileSlotRe
  • Parameters

    @@ -482,7 +482,7 @@

    Private compileTemplate

    Parameters

    @@ -505,7 +505,7 @@

    Private compileText

  • Parameters

    @@ -528,7 +528,7 @@

    Private createDataCom
  • Returns ExpressionStatement[]

    @@ -545,7 +545,7 @@

    Private generateRef

  • Parameters

    diff --git a/docs/classes/_src_compilers_element_compiler_.elementcompiler.html b/docs/classes/_src_compilers_element_compiler_.elementcompiler.html index ceb26064..6d433b66 100644 --- a/docs/classes/_src_compilers_element_compiler_.elementcompiler.html +++ b/docs/classes/_src_compilers_element_compiler_.elementcompiler.html @@ -128,7 +128,7 @@

    constructor

  • @@ -165,7 +165,7 @@

    Private aNodeCompiler
    aNodeCompiler: ANodeCompiler<never>
    @@ -180,7 +180,7 @@

    Private id

    @@ -202,7 +202,7 @@

    Private compileBindPr
  • Parameters

    @@ -228,7 +228,7 @@

    Private compileProperty

    Parameters

    @@ -262,7 +262,7 @@

    inner

  • @@ -290,7 +290,7 @@

    Private isLiteral

  • Parameters

    @@ -313,7 +313,7 @@

    tagEnd

  • @@ -341,7 +341,7 @@

    tagStart

  • diff --git a/docs/classes/_src_compilers_renderer_compiler_.renderercompiler.html b/docs/classes/_src_compilers_renderer_compiler_.renderercompiler.html index 066f207c..940a5b1d 100644 --- a/docs/classes/_src_compilers_renderer_compiler_.renderercompiler.html +++ b/docs/classes/_src_compilers_renderer_compiler_.renderercompiler.html @@ -126,7 +126,7 @@

    constructor

  • Parameters

    @@ -148,7 +148,7 @@

    Private id

    id: IDGenerator = new IDGenerator()
    @@ -158,7 +158,7 @@

    Private options

    options: RenderOptions
    @@ -175,7 +175,7 @@

    Private compileComponent

    Parameters

    @@ -198,7 +198,7 @@

    Private compileContext

    Parameters

    @@ -221,7 +221,7 @@

    compileToRenderer

  • @@ -249,7 +249,7 @@

    Private emitInitData<
  • Parameters

    @@ -272,7 +272,7 @@

    Private emitInitData<
  • Returns (ExpressionStatement | If | ReturnStatement | ImportHelper | VariableDefinition | AssignmentStatement | ElseIf | Else | Foreach)[]

    diff --git a/docs/classes/_src_models_component_info_.componentinfoimpl.html b/docs/classes/_src_models_component_info_.componentinfoimpl.html index 4e450e2e..72c98646 100644 --- a/docs/classes/_src_models_component_info_.componentinfoimpl.html +++ b/docs/classes/_src_models_component_info_.componentinfoimpl.html @@ -151,7 +151,7 @@

    constructor

  • Parameters

    @@ -179,7 +179,7 @@

    Readonly childComponents<
    childComponents: Map<TagName, R>
    @@ -189,7 +189,7 @@

    Readonly id

    id: string
    @@ -204,7 +204,7 @@

    Readonly root

    root: ANode
    @@ -221,7 +221,7 @@

    compileToRenderer

  • Parameters

    @@ -244,7 +244,7 @@

    Abstract getComputed
  • Returns string[]

    @@ -261,7 +261,7 @@

    Abstract getFilterNa
  • Returns string[]

    @@ -278,7 +278,7 @@

    hasDynamicComponent

  • Returns boolean

    @@ -295,7 +295,7 @@

    Abstract hasMethod

  • Parameters

    diff --git a/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html b/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html index 24563026..9fcaff0f 100644 --- a/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html +++ b/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html @@ -135,7 +135,7 @@

    constructor

    Parameters

    @@ -168,7 +168,7 @@

    Readonly childComponents<

    Implementation of ComponentInfo.childComponents

    Inherited from ComponentInfoImpl.childComponents

    @@ -178,7 +178,7 @@

    Readonly componentClasscomponentClass: ComponentClass

  • @@ -190,7 +190,7 @@

    Readonly id

    Implementation of ComponentInfo.id

    Inherited from ComponentInfoImpl.id

    @@ -205,7 +205,7 @@

    Readonly proto

    proto: SanComponentConfig<{}, {}>
    @@ -224,7 +224,7 @@

    Readonly root

    Implementation of ComponentInfo.root

    Inherited from ComponentInfoImpl.root

    @@ -243,7 +243,7 @@

    compileToRenderer

    Implementation of ComponentInfo.compileToRenderer

    Inherited from ComponentInfoImpl.compileToRenderer

    Parameters

    @@ -268,7 +268,7 @@

    getComputedNames

    Implementation of ComponentInfo.getComputedNames

    Overrides ComponentInfoImpl.getComputedNames

    Returns string[]

    @@ -287,7 +287,7 @@

    getFilterNames

    Implementation of ComponentInfo.getFilterNames

    Overrides ComponentInfoImpl.getFilterNames

    Returns string[]

    @@ -306,7 +306,7 @@

    hasDynamicComponent

    Implementation of ComponentInfo.hasDynamicComponent

    Inherited from ComponentInfoImpl.hasDynamicComponent

    Returns boolean

    @@ -325,7 +325,7 @@

    hasMethod

    Implementation of ComponentInfo.hasMethod

    Overrides ComponentInfoImpl.hasMethod

    Parameters

    @@ -349,7 +349,7 @@

    initData

    Returns {}

    diff --git a/docs/classes/_src_models_component_info_.jscomponentinfo.html b/docs/classes/_src_models_component_info_.jscomponentinfo.html index 0b067e41..188f7e3e 100644 --- a/docs/classes/_src_models_component_info_.jscomponentinfo.html +++ b/docs/classes/_src_models_component_info_.jscomponentinfo.html @@ -132,7 +132,7 @@

    constructor

    Parameters

    @@ -167,7 +167,7 @@

    Readonly childComponents< @@ -177,7 +177,7 @@

    Readonly className

    className: string
    @@ -188,7 +188,7 @@

    Readonly id

    @@ -203,7 +203,7 @@

    Readonly isRawObject
    isRawObject: boolean
    @@ -213,7 +213,7 @@

    Private properties: Map<string, Node>

    @@ -224,7 +224,7 @@

    Readonly root

    @@ -234,7 +234,7 @@

    Readonly sourceCode

    sourceCode: string
    @@ -252,7 +252,7 @@

    compileToRenderer

    Parameters

    @@ -275,7 +275,7 @@

    getComponentsDelcarations

  • Returns Generator<[string, Node]>

    @@ -293,7 +293,7 @@

    getComputedNames

    Returns string[]

    @@ -311,7 +311,7 @@

    getFilterNames

    Returns string[]

    @@ -328,7 +328,7 @@

    Private getObjectProp
  • Parameters

    @@ -352,7 +352,7 @@

    hasDynamicComponent

    Returns boolean

    @@ -370,7 +370,7 @@

    hasMethod

    Parameters

    diff --git a/docs/classes/_src_models_component_info_.typedcomponentinfo.html b/docs/classes/_src_models_component_info_.typedcomponentinfo.html index d9657675..86b5769b 100644 --- a/docs/classes/_src_models_component_info_.typedcomponentinfo.html +++ b/docs/classes/_src_models_component_info_.typedcomponentinfo.html @@ -143,7 +143,7 @@

    constructor

    Parameters

    @@ -176,7 +176,7 @@

    Readonly childComponents<

    Implementation of ComponentInfo.childComponents

    Inherited from ComponentInfoImpl.childComponents

    @@ -186,7 +186,7 @@

    Readonly classDeclaration
    classDeclaration: ClassDeclaration
    @@ -196,7 +196,7 @@

    Private computedNames

    computedNames: string[]
    @@ -206,7 +206,7 @@

    Private filterNames

    filterNames: string[]
    @@ -218,7 +218,7 @@

    Readonly id

    Implementation of ComponentInfo.id

    Inherited from ComponentInfoImpl.id

    @@ -235,7 +235,7 @@

    Readonly root

    Implementation of ComponentInfo.root

    Inherited from ComponentInfoImpl.root

    @@ -254,7 +254,7 @@

    compileToRenderer

    Implementation of ComponentInfo.compileToRenderer

    Inherited from ComponentInfoImpl.compileToRenderer

    Parameters

    @@ -279,7 +279,7 @@

    getComputedNames

    Implementation of ComponentInfo.getComputedNames

    Overrides ComponentInfoImpl.getComputedNames

    Returns string[]

    @@ -298,7 +298,7 @@

    getFilterNames

    Implementation of ComponentInfo.getFilterNames

    Overrides ComponentInfoImpl.getFilterNames

    Returns string[]

    @@ -317,7 +317,7 @@

    hasDynamicComponent

    Implementation of ComponentInfo.hasDynamicComponent

    Inherited from ComponentInfoImpl.hasDynamicComponent

    Returns boolean

    @@ -336,7 +336,7 @@

    hasMethod

    Implementation of ComponentInfo.hasMethod

    Overrides ComponentInfoImpl.hasMethod

    Parameters

    diff --git a/docs/classes/_src_models_component_reference_.componentreference.html b/docs/classes/_src_models_component_reference_.componentreference.html index 1e7921e6..2b3d365f 100644 --- a/docs/classes/_src_models_component_reference_.componentreference.html +++ b/docs/classes/_src_models_component_reference_.componentreference.html @@ -125,7 +125,7 @@

    constructor

  • Parameters

    @@ -150,7 +150,7 @@

    Readonly id

    id: string
    @@ -170,7 +170,7 @@

    Readonly specifier

    specifier: string
    diff --git a/docs/classes/_src_models_component_reference_.dynamiccomponentreference.html b/docs/classes/_src_models_component_reference_.dynamiccomponentreference.html index b81629d5..b4a6777d 100644 --- a/docs/classes/_src_models_component_reference_.dynamiccomponentreference.html +++ b/docs/classes/_src_models_component_reference_.dynamiccomponentreference.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    @@ -151,7 +151,7 @@

    Readonly componentClasscomponentClass: ComponentConstructor<{}, {}>

    @@ -167,7 +167,7 @@

    Readonly id

    @@ -178,7 +178,7 @@

    Readonly specifier

    diff --git a/docs/classes/_src_models_san_project_.sanproject.html b/docs/classes/_src_models_san_project_.sanproject.html index 4e8d1042..bca50395 100644 --- a/docs/classes/_src_models_san_project_.sanproject.html +++ b/docs/classes/_src_models_san_project_.sanproject.html @@ -131,7 +131,7 @@

    constructor

  • Parameters

    @@ -153,7 +153,7 @@

    Private compilers

    compilers: Map<CompilerClass, Compiler> = new Map()
    @@ -163,7 +163,7 @@

    tsConfigFilePath

    tsConfigFilePath: null | string | undefined
    @@ -173,7 +173,7 @@

    Optional tsProject

    tsProject: Project
    @@ -190,7 +190,7 @@

    compile

  • @@ -231,7 +231,7 @@

    compileToRenderer

  • @@ -266,7 +266,7 @@

    compileToSource

  • @@ -306,7 +306,7 @@

    emitHelpers

  • @@ -337,7 +337,7 @@

    getCompilerOptionsOrThrow

  • Returns CompilerOptions

    @@ -354,7 +354,7 @@

    getOrCreateCompilerInstance

  • Type parameters

    @@ -383,7 +383,7 @@

    loadCompilerClass

  • Parameters

    @@ -408,7 +408,7 @@

    parseSanSourceFile

  • @@ -427,7 +427,7 @@

    Returns

    Parameters

    @@ -441,7 +441,7 @@

    Returns

    Parameters

    diff --git a/docs/classes/_src_models_san_source_file_.dynamicsansourcefile.html b/docs/classes/_src_models_san_source_file_.dynamicsansourcefile.html index ee0a43e4..97a709c5 100644 --- a/docs/classes/_src_models_san_source_file_.dynamicsansourcefile.html +++ b/docs/classes/_src_models_san_source_file_.dynamicsansourcefile.html @@ -122,7 +122,7 @@

    constructor

    Parameters

    @@ -151,7 +151,7 @@

    Readonly componentInfos

    Inherited from SanSourceFileImpl.componentInfos

    @@ -167,7 +167,7 @@

    Readonly entryComponent

    Overrides SanSourceFileImpl.entryComponentInfo

    @@ -177,7 +177,7 @@

    Private filePath: string

    @@ -195,7 +195,7 @@

    getFilePath

    Returns string

    diff --git a/docs/classes/_src_models_san_source_file_.jssansourcefile.html b/docs/classes/_src_models_san_source_file_.jssansourcefile.html index 88d82d46..20306eda 100644 --- a/docs/classes/_src_models_san_source_file_.jssansourcefile.html +++ b/docs/classes/_src_models_san_source_file_.jssansourcefile.html @@ -124,7 +124,7 @@

    constructor

    Parameters

    @@ -156,7 +156,7 @@

    Readonly componentInfos

    Inherited from SanSourceFileImpl.componentInfos

    @@ -172,7 +172,7 @@

    Optional

    Overrides SanSourceFileImpl.entryComponentInfo

    @@ -182,7 +182,7 @@

    Private fileContent: string

    @@ -192,7 +192,7 @@

    Private filePath: string

    @@ -209,7 +209,7 @@

    getFileContent

  • Returns string

    @@ -227,7 +227,7 @@

    getFilePath

    Returns string

    diff --git a/docs/classes/_src_models_san_source_file_.sansourcefileimpl.html b/docs/classes/_src_models_san_source_file_.sansourcefileimpl.html index cf48843b..f802aecc 100644 --- a/docs/classes/_src_models_san_source_file_.sansourcefileimpl.html +++ b/docs/classes/_src_models_san_source_file_.sansourcefileimpl.html @@ -142,7 +142,7 @@

    constructor

  • Parameters

    @@ -167,7 +167,7 @@

    Readonly componentInfoscomponentInfos: T[]

  • @@ -182,7 +182,7 @@

    Optional entryComponentInfo: T

    @@ -208,7 +208,7 @@

    Abstract getFilePath
  • diff --git a/docs/classes/_src_models_san_source_file_.typedsansourcefile.html b/docs/classes/_src_models_san_source_file_.typedsansourcefile.html index b251e755..c2249632 100644 --- a/docs/classes/_src_models_san_source_file_.typedsansourcefile.html +++ b/docs/classes/_src_models_san_source_file_.typedsansourcefile.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    @@ -152,7 +152,7 @@

    Readonly componentInfos

    Inherited from SanSourceFileImpl.componentInfos

    @@ -168,7 +168,7 @@

    Optional

    Inherited from SanSourceFileImpl.entryComponentInfo

    @@ -187,7 +187,7 @@

    Readonly tsSourceFil
    tsSourceFile: SourceFile
    @@ -204,7 +204,7 @@

    getComponentClassDeclarations

  • @@ -227,7 +227,7 @@

    getFilePath

    Returns string & { _standardizedFilePathBrand: undefined }

    diff --git a/docs/classes/_src_parsers_component_class_parser_.componentclassparser.html b/docs/classes/_src_parsers_component_class_parser_.componentclassparser.html index d05ddf90..0e886e5f 100644 --- a/docs/classes/_src_parsers_component_class_parser_.componentclassparser.html +++ b/docs/classes/_src_parsers_component_class_parser_.componentclassparser.html @@ -120,7 +120,7 @@

    constructor

  • Parameters

    @@ -145,7 +145,7 @@

    Private cids

    cids: Map<ComponentConstructor<{}, {}>, string> = new Map()
    @@ -155,7 +155,7 @@

    Private filePath: string

  • @@ -165,7 +165,7 @@

    Private id

    id: number = 0
    @@ -175,7 +175,7 @@

    Private root: ComponentConstructor<{}, {}>

    @@ -192,7 +192,7 @@

    createComponentInfoFromComponentClass

  • @@ -223,7 +223,7 @@

    getChildComponentClasses

  • @@ -254,7 +254,7 @@

    Private getOrSetID

  • Parameters

    @@ -277,7 +277,7 @@

    parse

  • Returns DynamicSanSourceFile

    diff --git a/docs/classes/_src_parsers_javascript_san_parser_.javascriptsanparser.html b/docs/classes/_src_parsers_javascript_san_parser_.javascriptsanparser.html index 1ac97bbd..87862668 100644 --- a/docs/classes/_src_parsers_javascript_san_parser_.javascriptsanparser.html +++ b/docs/classes/_src_parsers_javascript_san_parser_.javascriptsanparser.html @@ -148,7 +148,7 @@

    constructor

  • Parameters

    @@ -176,7 +176,7 @@

    Private componentIDs

    componentIDs: Map<Node | undefined, string> = new Map()
    @@ -186,7 +186,7 @@

    componentInfos

    componentInfos: JSComponentInfo[] = []
    @@ -196,7 +196,7 @@

    Private defaultExport: undefined | string

  • @@ -206,7 +206,7 @@

    Private defaultPlaceholderComponent: JSComponentInfo

    @@ -216,7 +216,7 @@

    Private defineComponentIdentifier: undefined | string

    @@ -226,7 +226,7 @@

    Optional entryComponententryComponentInfo: JSComponentInfo

  • @@ -236,7 +236,7 @@

    Private exports

    exports: Map<LocalName, ExportName> = new Map()
    @@ -246,7 +246,7 @@

    Private filePath: string

    @@ -256,7 +256,7 @@

    Private id

    id: number = 0
    @@ -266,7 +266,7 @@

    Private imports

    imports: Map<LocalName, [ImportSpecifier, ImportName]> = new Map()
    @@ -276,7 +276,7 @@

    root

    root: Program
    @@ -286,7 +286,7 @@

    Private sanComponentIdentifier: undefined | string

    @@ -303,7 +303,7 @@

    Private createChildCo
  • Parameters

    @@ -329,7 +329,7 @@

    createComponent

  • Parameters

    @@ -358,7 +358,7 @@

    Private getOrCreateDe
  • Returns JSComponentInfo

    @@ -375,7 +375,7 @@

    Private getProperties
  • Parameters

    @@ -401,7 +401,7 @@

    Private isComponent

  • Parameters

    @@ -424,7 +424,7 @@

    Private isComponentCl
  • Parameters

    @@ -447,7 +447,7 @@

    Private isCreateCompo
  • Parameters

    @@ -470,7 +470,7 @@

    Private isDefineCompo
  • Parameters

    @@ -493,7 +493,7 @@

    Private isImportedFro
  • Parameters

    @@ -522,7 +522,7 @@

    Private isImportedFro
  • Parameters

    @@ -548,7 +548,7 @@

    parse

  • Returns JSSanSourceFile

    @@ -565,7 +565,7 @@

    Private parseComponent

    Parameters

    @@ -591,7 +591,7 @@

    parseComponents

  • Returns [JSComponentInfo[], JSComponentInfo | undefined]

    @@ -608,7 +608,7 @@

    parseImportedNames

  • Returns Generator<[string, string, string]>

    @@ -625,7 +625,7 @@

    parseNames

  • @@ -647,7 +647,7 @@

    Private stringify

  • Parameters

    @@ -670,7 +670,7 @@

    wireChildComponents

  • Returns void

    diff --git a/docs/classes/_src_parsers_san_file_parser_.sanfileparser.html b/docs/classes/_src_parsers_san_file_parser_.sanfileparser.html index eda18516..b6aa1d6b 100644 --- a/docs/classes/_src_parsers_san_file_parser_.sanfileparser.html +++ b/docs/classes/_src_parsers_san_file_parser_.sanfileparser.html @@ -121,7 +121,7 @@

    constructor

  • Parameters

    @@ -149,7 +149,7 @@

    Private filePath: string @@ -159,7 +159,7 @@

    Private parser: JavaScriptSanParser @@ -169,7 +169,7 @@

    Readonly scriptContentscriptContent: string @@ -179,7 +179,7 @@

    Readonly templateContent<
    templateContent: string
    @@ -196,7 +196,7 @@

    Private createEmptyCo
  • Returns MethodDefinition

    @@ -213,7 +213,7 @@

    Private createTemplate
    @@ -235,7 +235,7 @@

    Private expandToSanCo
  • @@ -264,7 +264,7 @@

    Private insertTemplate

    @@ -296,7 +296,7 @@

    parse

  • Returns JSSanSourceFile

    diff --git a/docs/classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html b/docs/classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html index 96cda89b..72c86dfc 100644 --- a/docs/classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html +++ b/docs/classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html @@ -111,7 +111,7 @@

    Private convertObject
  • Parameters

    @@ -137,7 +137,7 @@

    parse

  • Parameters

    @@ -160,7 +160,7 @@

    Private parseComponent

    Parameters

    diff --git a/docs/classes/_src_runtime_san_ssr_data_.sanssrdata.html b/docs/classes/_src_runtime_san_ssr_data_.sanssrdata.html index 1f490bc7..48efd07c 100644 --- a/docs/classes/_src_runtime_san_ssr_data_.sanssrdata.html +++ b/docs/classes/_src_runtime_san_ssr_data_.sanssrdata.html @@ -129,7 +129,7 @@

    constructor

  • Parameters

    @@ -154,7 +154,7 @@

    computed

    computed: Computed
    @@ -164,7 +164,7 @@

    data

    @@ -181,7 +181,7 @@

    get

  • Parameters

    @@ -204,7 +204,7 @@

    parseExpr

  • Parameters

    @@ -227,7 +227,7 @@

    removeAt

  • Parameters

    @@ -253,7 +253,7 @@

    set

  • Parameters

    diff --git a/docs/classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html b/docs/classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html index f66d2343..c4e591f0 100644 --- a/docs/classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html +++ b/docs/classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -139,7 +139,7 @@

    emitter

    emitter: JSEmitter
    @@ -156,7 +156,7 @@

    compile

  • @@ -189,7 +189,7 @@

    Private emitArray

  • Parameters

    @@ -215,7 +215,7 @@

    Private emitMethod

  • Parameters

    @@ -241,7 +241,7 @@

    Private emitObjectLit
  • Parameters

    diff --git a/docs/classes/_src_target_js_index_.tojscompiler.html b/docs/classes/_src_target_js_index_.tojscompiler.html index 9df24985..e8c62525 100644 --- a/docs/classes/_src_target_js_index_.tojscompiler.html +++ b/docs/classes/_src_target_js_index_.tojscompiler.html @@ -129,7 +129,7 @@

    constructor

  • Parameters

    @@ -151,7 +151,7 @@

    Private project

    project: SanProject
    @@ -168,7 +168,7 @@

    Private compileComponent

    Parameters

    @@ -194,7 +194,7 @@

    Private compileJSComponent
  • Parameters

    @@ -220,7 +220,7 @@

    Private compileTSComponent
  • Parameters

    @@ -246,7 +246,7 @@

    compileToRenderer

  • @@ -280,7 +280,7 @@

    compileToSource

  • @@ -314,7 +314,7 @@

    Private createRenderer

    @@ -345,7 +345,7 @@

    Private doCompileToSo
  • Parameters

    @@ -374,7 +374,7 @@

    emitHelpers

  • Returns string

    @@ -391,7 +391,7 @@

    Private ensureHelpers

  • Parameters

    @@ -417,7 +417,7 @@

    Private optimize

  • Parameters

    diff --git a/docs/classes/_src_target_js_js_emitter_.jsemitter.html b/docs/classes/_src_target_js_js_emitter_.jsemitter.html index fb2be2ae..2e9d6160 100644 --- a/docs/classes/_src_target_js_js_emitter_.jsemitter.html +++ b/docs/classes/_src_target_js_js_emitter_.jsemitter.html @@ -146,7 +146,7 @@

    constructor

    Parameters

    @@ -169,7 +169,7 @@

    Protected code

    @@ -186,7 +186,7 @@

    beginBlock

  • Parameters

    @@ -213,7 +213,7 @@

    carriageReturn

    Returns void

    @@ -231,7 +231,7 @@

    defaultWrite

    @@ -261,7 +261,7 @@

    endBlock

  • Parameters

    @@ -285,7 +285,7 @@

    feedLine

    Parameters

    @@ -309,7 +309,7 @@

    fullText

    Returns string

    @@ -327,7 +327,7 @@

    indent

    Returns void

    @@ -345,7 +345,7 @@

    Protected lastChar

    Returns string

    @@ -363,7 +363,7 @@

    nextLine

    Parameters

    @@ -387,7 +387,7 @@

    unindent

    Returns void

    @@ -405,7 +405,7 @@

    write

    Parameters

    @@ -428,7 +428,7 @@

    Private writeArrayLit
  • Parameters

    @@ -451,7 +451,7 @@

    writeBlock

  • Parameters

    @@ -480,7 +480,7 @@

    Private writeBlockSta
  • Parameters

    @@ -503,7 +503,7 @@

    Private writeExpression

    Parameters

    @@ -526,7 +526,7 @@

    Private writeForeachS
  • Parameters

    @@ -549,7 +549,7 @@

    writeFunction

  • Parameters

    @@ -578,7 +578,7 @@

    writeFunctionDefinition

  • Parameters

    @@ -602,7 +602,7 @@

    writeIndentedLines

    Parameters

    @@ -626,7 +626,7 @@

    writeLine

    Parameters

    @@ -650,7 +650,7 @@

    writeLines

    Parameters

    @@ -673,7 +673,7 @@

    writeLiteral

  • @@ -701,7 +701,7 @@

    Private writeMapLiter
  • Parameters

    @@ -725,7 +725,7 @@

    writeNewLine

    Returns void

    @@ -742,7 +742,7 @@

    writeSyntaxNode

  • Parameters

    @@ -765,7 +765,7 @@

    Private writeUnaryExp
  • Parameters

    @@ -788,7 +788,7 @@

    Private writeVariable
  • Parameters

    diff --git a/docs/classes/_src_utils_emitter_.emitter.html b/docs/classes/_src_utils_emitter_.emitter.html index 774b28c7..b1549b47 100644 --- a/docs/classes/_src_utils_emitter_.emitter.html +++ b/docs/classes/_src_utils_emitter_.emitter.html @@ -135,7 +135,7 @@

    constructor

  • Parameters

    @@ -157,7 +157,7 @@

    Protected code

    code: string = ""
    @@ -167,7 +167,7 @@

    Private indentLevel

    indentLevel: number = 0
    @@ -177,7 +177,7 @@

    Private shiftWidth

    shiftWidth: number
    @@ -194,7 +194,7 @@

    Private atLineBegin

    Returns boolean

    @@ -211,7 +211,7 @@

    carriageReturn

  • Returns void

    @@ -228,7 +228,7 @@

    defaultWrite

  • @@ -258,7 +258,7 @@

    feedLine

  • Parameters

    @@ -281,7 +281,7 @@

    fullText

  • Returns string

    @@ -298,7 +298,7 @@

    indent

  • Returns void

    @@ -315,7 +315,7 @@

    Protected lastChar

  • Returns string

    @@ -332,7 +332,7 @@

    nextLine

  • Parameters

    @@ -355,7 +355,7 @@

    Private size

  • Returns number

    @@ -372,7 +372,7 @@

    unindent

  • Returns void

    @@ -389,7 +389,7 @@

    write

  • Parameters

    @@ -412,7 +412,7 @@

    writeIndentedLines

  • Parameters

    @@ -435,7 +435,7 @@

    writeLine

  • Parameters

    @@ -458,7 +458,7 @@

    writeLines

  • Parameters

    @@ -481,7 +481,7 @@

    writeNewLine

  • Returns void

    diff --git a/docs/classes/_src_utils_id_generator_.idgenerator.html b/docs/classes/_src_utils_id_generator_.idgenerator.html index 31e7e1bb..b40f0063 100644 --- a/docs/classes/_src_utils_id_generator_.idgenerator.html +++ b/docs/classes/_src_utils_id_generator_.idgenerator.html @@ -114,7 +114,7 @@

    Private counts

    counts: Map<any, any> = new Map()
    @@ -131,7 +131,7 @@

    Private getCount

  • Parameters

    @@ -154,7 +154,7 @@

    Private increaseCount

  • Parameters

    @@ -177,7 +177,7 @@

    next

  • Parameters

    diff --git a/docs/enums/_src_ast_renderer_ast_node_.syntaxkind.html b/docs/enums/_src_ast_renderer_ast_node_.syntaxkind.html index 5ece0018..3667a128 100644 --- a/docs/enums/_src_ast_renderer_ast_node_.syntaxkind.html +++ b/docs/enums/_src_ast_renderer_ast_node_.syntaxkind.html @@ -132,7 +132,7 @@

    ArrayIncludes

    ArrayIncludes: = 23
    @@ -142,7 +142,7 @@

    ArrayLiteral

    ArrayLiteral: = 27
    @@ -152,7 +152,7 @@

    AssignmentStatement

    AssignmentStatement: = 11
    @@ -162,7 +162,7 @@

    BinaryExpression

    BinaryExpression: = 2
    @@ -172,7 +172,7 @@

    BooleanVariable

    BooleanVariable: = 12
    @@ -182,7 +182,7 @@

    ComponentReferenceLiteral

    ComponentReferenceLiteral: = 32
    @@ -192,7 +192,7 @@

    ComponentRendererReference

    ComponentRendererReference: = 16
    @@ -202,7 +202,7 @@

    ComputedCall

    ComputedCall: = 3
    @@ -212,7 +212,7 @@

    ConditionalExpression

    ConditionalExpression: = 24
    @@ -222,7 +222,7 @@

    CreateComponentInstance

    CreateComponentInstance: = 13
    @@ -232,7 +232,7 @@

    Else

    Else: = 21
    @@ -242,7 +242,7 @@

    ElseIf

    ElseIf: = 20
    @@ -252,7 +252,7 @@

    EncodeURIComponent

    EncodeURIComponent: = 26
    @@ -262,7 +262,7 @@

    ExpressionStatement

    ExpressionStatement: = 19
    @@ -272,7 +272,7 @@

    FilterCall

    FilterCall: = 25
    @@ -282,7 +282,7 @@

    Foreach

    Foreach: = 18
    @@ -292,7 +292,7 @@

    FunctionCall

    FunctionCall: = 17
    @@ -302,7 +302,7 @@

    FunctionDefinition

    FunctionDefinition: = 6
    @@ -312,7 +312,7 @@

    GetRootCtxCall

    GetRootCtxCall: = 31
    @@ -322,7 +322,7 @@

    HelperCall

    HelperCall: = 30
    @@ -332,7 +332,7 @@

    Identifier

    Identifier: = 1
    @@ -342,7 +342,7 @@

    If

    If: = 15
    @@ -352,7 +352,7 @@

    ImportHelper

    ImportHelper: = 5
    @@ -362,7 +362,7 @@

    JSONStringify

    JSONStringify: = 29
    @@ -372,7 +372,7 @@

    Literal

    Literal: = 10
    @@ -382,7 +382,7 @@

    MapAssign

    MapAssign: = 22
    @@ -392,7 +392,7 @@

    MapLiteral

    MapLiteral: = 9
    @@ -402,7 +402,7 @@

    NewExpression

    NewExpression: = 14
    @@ -412,7 +412,7 @@

    Null

    Null: = 0
    @@ -422,7 +422,7 @@

    RegexpReplace

    RegexpReplace: = 28
    @@ -432,7 +432,7 @@

    ReturnStatement

    ReturnStatement: = 8
    @@ -442,7 +442,7 @@

    SlotRenderCall

    SlotRenderCall: = 34
    @@ -452,7 +452,7 @@

    SlotRendererDefinition

    SlotRendererDefinition: = 33
    @@ -462,7 +462,7 @@

    UnaryExpression

    UnaryExpression: = 4
    @@ -472,7 +472,7 @@

    Undefined

    Undefined: = 35
    @@ -482,7 +482,7 @@

    VariableDefinition

    VariableDefinition: = 7
    diff --git a/docs/enums/_src_compilers_san_expr_compiler_.outputtype.html b/docs/enums/_src_compilers_san_expr_compiler_.outputtype.html index 0d55aee4..6580279b 100644 --- a/docs/enums/_src_compilers_san_expr_compiler_.outputtype.html +++ b/docs/enums/_src_compilers_san_expr_compiler_.outputtype.html @@ -93,7 +93,7 @@

    ESCAPE

    ESCAPE: = 1
    @@ -103,7 +103,7 @@

    ESCAPE_HTML

    ESCAPE_HTML: = 3
    @@ -113,7 +113,7 @@

    HTML

    HTML: = 2
    @@ -123,7 +123,7 @@

    NONE

    NONE: = 0
    diff --git a/docs/interfaces/_src_ast_renderer_ast_node_.block.html b/docs/interfaces/_src_ast_renderer_ast_node_.block.html index e3df40e1..c83ef793 100644 --- a/docs/interfaces/_src_ast_renderer_ast_node_.block.html +++ b/docs/interfaces/_src_ast_renderer_ast_node_.block.html @@ -111,7 +111,7 @@

    body

    body: Iterable<Statement>
    @@ -122,7 +122,7 @@

    kind

    diff --git a/docs/interfaces/_src_ast_renderer_ast_node_.syntaxnode.html b/docs/interfaces/_src_ast_renderer_ast_node_.syntaxnode.html index c909738d..309c0e5c 100644 --- a/docs/interfaces/_src_ast_renderer_ast_node_.syntaxnode.html +++ b/docs/interfaces/_src_ast_renderer_ast_node_.syntaxnode.html @@ -150,7 +150,7 @@

    kind

    diff --git a/docs/interfaces/_src_compilers_renderer_options_.renderoptions.html b/docs/interfaces/_src_compilers_renderer_options_.renderoptions.html index 8eebb473..655258db 100644 --- a/docs/interfaces/_src_compilers_renderer_options_.renderoptions.html +++ b/docs/interfaces/_src_compilers_renderer_options_.renderoptions.html @@ -115,7 +115,7 @@

    Optional functionName

    functionName: undefined | string
  • @@ -125,7 +125,7 @@

    Optional importHelpersimportHelpers: undefined | string

  • @@ -135,7 +135,7 @@

    Optional removeModulesremoveModules: RegExp[]

    @@ -150,7 +150,7 @@

    Optional ssrOnly

    ssrOnly: undefined | false | true
    diff --git a/docs/interfaces/_src_models_compiler_.compiler.html b/docs/interfaces/_src_models_compiler_.compiler.html index 397bba88..cd3cfbe2 100644 --- a/docs/interfaces/_src_models_compiler_.compiler.html +++ b/docs/interfaces/_src_models_compiler_.compiler.html @@ -110,7 +110,7 @@

    Optional compileToRendere
  • Parameters

    @@ -136,7 +136,7 @@

    compileToSource

  • Parameters

    @@ -162,7 +162,7 @@

    Optional emitHelpers

  • Parameters

    diff --git a/docs/interfaces/_src_models_component_info_.componentinfo.html b/docs/interfaces/_src_models_component_info_.componentinfo.html index be028bf0..b754c79c 100644 --- a/docs/interfaces/_src_models_component_info_.componentinfo.html +++ b/docs/interfaces/_src_models_component_info_.componentinfo.html @@ -118,7 +118,7 @@

    childComponents

    childComponents: Map<TagName, ComponentReference>
    @@ -128,7 +128,7 @@

    id

    id: string
    @@ -138,7 +138,7 @@

    root

    root: ANode
    @@ -155,7 +155,7 @@

    compileToRenderer

  • Parameters

    @@ -178,7 +178,7 @@

    getComputedNames

  • Returns string[]

    @@ -195,7 +195,7 @@

    getFilterNames

  • Returns string[]

    @@ -212,7 +212,7 @@

    hasDynamicComponent

  • Returns boolean

    @@ -229,7 +229,7 @@

    hasMethod

  • Parameters

    @@ -252,7 +252,7 @@

    Optional initData

  • Returns any

    diff --git a/docs/interfaces/_src_models_options_.filedescriptor.html b/docs/interfaces/_src_models_options_.filedescriptor.html index 6cfad232..967da371 100644 --- a/docs/interfaces/_src_models_options_.filedescriptor.html +++ b/docs/interfaces/_src_models_options_.filedescriptor.html @@ -106,7 +106,7 @@

    fileContent

    fileContent: string
    @@ -121,7 +121,7 @@

    filePath

    filePath: string
    diff --git a/docs/interfaces/_src_models_options_.sanfiledescriptor.html b/docs/interfaces/_src_models_options_.sanfiledescriptor.html index ef4dcfbe..7e9c66a2 100644 --- a/docs/interfaces/_src_models_options_.sanfiledescriptor.html +++ b/docs/interfaces/_src_models_options_.sanfiledescriptor.html @@ -111,7 +111,7 @@

    filePath

    filePath: string
    @@ -126,7 +126,7 @@

    scriptContent

    scriptContent: string
    @@ -141,7 +141,7 @@

    templateContent

    templateContent: string
    diff --git a/docs/interfaces/_src_models_renderer_.renderer.html b/docs/interfaces/_src_models_renderer_.renderer.html index 587b3e0b..2f68caa0 100644 --- a/docs/interfaces/_src_models_renderer_.renderer.html +++ b/docs/interfaces/_src_models_renderer_.renderer.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_src_runtime_create_helpers_.sanssrhelpers.html b/docs/interfaces/_src_runtime_create_helpers_.sanssrhelpers.html index 28388e22..6ee50e04 100644 --- a/docs/interfaces/_src_runtime_create_helpers_.sanssrhelpers.html +++ b/docs/interfaces/_src_runtime_create_helpers_.sanssrhelpers.html @@ -100,7 +100,7 @@

    SanSSRData

    SanSSRData: typeof SanSSRData
    @@ -115,7 +115,7 @@

    _

    _: typeof _
    @@ -130,7 +130,7 @@

    createResolver

    createResolver: typeof createResolver
    diff --git a/docs/interfaces/_src_runtime_resolver_.resolver.html b/docs/interfaces/_src_runtime_resolver_.resolver.html index 4374ae7d..c12e6e06 100644 --- a/docs/interfaces/_src_runtime_resolver_.resolver.html +++ b/docs/interfaces/_src_runtime_resolver_.resolver.html @@ -101,7 +101,7 @@

    getPrototype

    getPrototype: (id: string) => SanComponent<{}>
    @@ -138,7 +138,7 @@

    getRenderer

    getRenderer: (ref: { id: string; specifier?: undefined | string }) => Function
    @@ -177,7 +177,7 @@

    setPrototype

    setPrototype: (id: string, proto: SanComponent<{}>) => void
    @@ -211,7 +211,7 @@

    setRenderer

    setRenderer: (id: string, fn: Function) => void
    diff --git a/docs/interfaces/_src_runtime_underscore_.context.html b/docs/interfaces/_src_runtime_underscore_.context.html index c8c8f1f1..25786226 100644 --- a/docs/interfaces/_src_runtime_underscore_.context.html +++ b/docs/interfaces/_src_runtime_underscore_.context.html @@ -99,7 +99,7 @@

    instance

    instance: any
    @@ -109,7 +109,7 @@

    Optional parentCtx

    parentCtx: Context
    diff --git a/docs/interfaces/_src_target_js_compilers_compile_options_.compileoptions.html b/docs/interfaces/_src_target_js_compilers_compile_options_.compileoptions.html index e5a83e21..ea37f3fe 100644 --- a/docs/interfaces/_src_target_js_compilers_compile_options_.compileoptions.html +++ b/docs/interfaces/_src_target_js_compilers_compile_options_.compileoptions.html @@ -117,7 +117,7 @@

    Optional bareFunction

    bareFunction: undefined | false | true
    @@ -127,7 +127,7 @@

    Optional bareFunctionbareFunctionBody: undefined | false | true

    @@ -138,7 +138,7 @@

    Optional functionName

    Inherited from RenderOptions.functionName

    @@ -149,7 +149,7 @@

    Optional importHelpers

    Inherited from RenderOptions.importHelpers

    @@ -160,7 +160,7 @@

    Optional removeModules

    Inherited from RenderOptions.removeModules

    @@ -176,7 +176,7 @@

    Optional ssrOnly

    diff --git a/docs/modules/_src_ast_js_ast_util_.html b/docs/modules/_src_ast_js_ast_util_.html index 794db856..0fc75603 100644 --- a/docs/modules/_src_ast_js_ast_util_.html +++ b/docs/modules/_src_ast_js_ast_util_.html @@ -145,7 +145,7 @@

    addStringPropertyForObject

  • Parameters

    @@ -174,7 +174,7 @@

    assertArrayExpression

  • Parameters

    @@ -197,7 +197,7 @@

    assertIdentifier

  • Parameters

    @@ -220,7 +220,7 @@

    assertLiteral

  • Parameters

    @@ -243,7 +243,7 @@

    assertObjectExpression

  • Parameters

    @@ -266,7 +266,7 @@

    assertProperty

  • Parameters

    @@ -289,7 +289,7 @@

    assertVariableDeclarator

  • Parameters

    @@ -313,7 +313,7 @@

    filterByType

  • Parameters

    @@ -330,7 +330,7 @@

    Returns VariableD
  • Parameters

    @@ -356,7 +356,7 @@

    findDefaultExport

  • Parameters

    @@ -379,7 +379,7 @@

    findESMImports

  • Parameters

    @@ -402,7 +402,7 @@

    findExportNames

  • @@ -430,7 +430,7 @@

    findScriptRequires

  • Parameters

    @@ -453,7 +453,7 @@

    getClassName

  • Parameters

    @@ -476,7 +476,7 @@

    getConstructor

  • Parameters

    @@ -499,7 +499,7 @@

    getLiteralValue

  • Parameters

    @@ -522,7 +522,7 @@

    getMemberAssignmentsTo

  • Parameters

    @@ -548,7 +548,7 @@

    getMembersFromClassDeclaration

  • Parameters

    @@ -571,7 +571,7 @@

    getPropertiesFromObject

  • Parameters

    @@ -594,7 +594,7 @@

    getPropertyFromObject

  • Parameters

    @@ -620,7 +620,7 @@

    getRequireSpecifier

  • Parameters

    @@ -643,7 +643,7 @@

    getStringArrayValue

  • Parameters

    @@ -666,7 +666,7 @@

    getStringValue

  • Parameters

    @@ -689,7 +689,7 @@

    isArrayExpression

  • Parameters

    @@ -712,7 +712,7 @@

    isAssignmentExpression

  • Parameters

    @@ -735,7 +735,7 @@

    isBinaryExpression

  • Parameters

    @@ -758,7 +758,7 @@

    isCallExpression

  • Parameters

    @@ -781,7 +781,7 @@

    isClass

  • Parameters

    @@ -804,7 +804,7 @@

    isClassDeclaration

  • Parameters

    @@ -827,7 +827,7 @@

    isClassExpression

  • Parameters

    @@ -850,7 +850,7 @@

    isExportDefaultDeclaration

  • Parameters

    @@ -873,7 +873,7 @@

    isExportsMemberExpression

  • Parameters

    @@ -896,7 +896,7 @@

    isExpressionStatement

  • Parameters

    @@ -919,7 +919,7 @@

    isIdentifier

  • Parameters

    @@ -942,7 +942,7 @@

    isImportDefaultSpecifier

  • Parameters

    @@ -965,7 +965,7 @@

    isImportSpecifier

  • Parameters

    @@ -988,7 +988,7 @@

    isLiteral

  • Parameters

    @@ -1011,7 +1011,7 @@

    isMemberAssignment

  • Parameters

    @@ -1034,7 +1034,7 @@

    isMemberExpression

  • Parameters

    @@ -1057,7 +1057,7 @@

    isModuleExports

  • Parameters

    @@ -1080,7 +1080,7 @@

    isObjectExpression

  • Parameters

    @@ -1103,7 +1103,7 @@

    isObjectPattern

  • Parameters

    @@ -1126,7 +1126,7 @@

    isProperty

  • Parameters

    @@ -1149,7 +1149,7 @@

    isRequire

  • Parameters

    @@ -1172,7 +1172,7 @@

    isRequireSpecifier

  • Parameters

    @@ -1198,7 +1198,7 @@

    isTemplateLiteral

  • Parameters

    @@ -1221,7 +1221,7 @@

    isThisExpression

  • Parameters

    @@ -1244,7 +1244,7 @@

    isVariableDeclaration

  • Parameters

    @@ -1267,7 +1267,7 @@

    isVariableDeclarator

  • Parameters

    @@ -1290,7 +1290,7 @@

    location

  • Parameters

    @@ -1312,7 +1312,7 @@

    Const OPERATORS

    OPERATORS: object
    @@ -1325,7 +1325,7 @@

    +

  • Parameters

    diff --git a/docs/modules/_src_ast_renderer_ast_factory_.html b/docs/modules/_src_ast_renderer_ast_factory_.html index f8e4a82a..b95f2cd5 100644 --- a/docs/modules/_src_ast_renderer_ast_factory_.html +++ b/docs/modules/_src_ast_renderer_ast_factory_.html @@ -110,7 +110,7 @@

    Const CTX_DATA

    CTX_DATA: BinaryExpression = BINARY(I('ctx'), '.', I('data'))
  • @@ -120,7 +120,7 @@

    Const EMPTY_MAP

    EMPTY_MAP: MapLiteral = new MapLiteral([])
    @@ -130,7 +130,7 @@

    Const NULL

    NULL: Null = Null.create()
    @@ -140,7 +140,7 @@

    Const UNDEFINED

    UNDEFINED: Undefined = Undefined.create()
    @@ -157,7 +157,7 @@

    ASSIGN

  • Parameters

    @@ -183,7 +183,7 @@

    BINARY

  • Parameters

    @@ -212,7 +212,7 @@

    DEF

  • Parameters

    @@ -238,7 +238,7 @@

    I

  • Parameters

    @@ -261,7 +261,7 @@

    L

  • Parameters

    @@ -284,7 +284,7 @@

    NEW

  • Parameters

    @@ -310,7 +310,7 @@

    RETURN

  • Parameters

    @@ -333,7 +333,7 @@

    STATEMENT

  • Parameters

    @@ -356,7 +356,7 @@

    UNARY

  • Parameters

    @@ -382,7 +382,7 @@

    createDefaultValue

  • Parameters

    @@ -408,7 +408,7 @@

    createHTMLExpressionAppend

  • Parameters

    @@ -431,7 +431,7 @@

    createHTMLLiteralAppend

  • Parameters

    @@ -454,7 +454,7 @@

    createIfNotNull

  • Parameters

    @@ -480,7 +480,7 @@

    createIfNull

  • Parameters

    @@ -506,7 +506,7 @@

    createIfStrictEqual

  • Parameters

    diff --git a/docs/modules/_src_ast_renderer_ast_node_.html b/docs/modules/_src_ast_renderer_ast_node_.html index 2bad15fe..916280ed 100644 --- a/docs/modules/_src_ast_renderer_ast_node_.html +++ b/docs/modules/_src_ast_renderer_ast_node_.html @@ -143,7 +143,7 @@

    BinaryOperator

    BinaryOperator: "+" | "-" | "*" | "/" | "." | "===" | "!==" | "||" | "&&" | "[]" | "+=" | "!=" | "=="
    @@ -153,7 +153,7 @@

    Expression

    @@ -163,7 +163,7 @@

    Statement

    @@ -173,7 +173,7 @@

    UnaryOperator

    UnaryOperator: "!" | "~" | "+" | "()" | "-"
    diff --git a/docs/modules/_src_ast_renderer_ast_util_.html b/docs/modules/_src_ast_renderer_ast_util_.html index ffccf7e9..3f476cd0 100644 --- a/docs/modules/_src_ast_renderer_ast_util_.html +++ b/docs/modules/_src_ast_renderer_ast_util_.html @@ -96,7 +96,7 @@

    isBinaryExpression

  • Parameters

    @@ -119,7 +119,7 @@

    isBlock

  • Parameters

    @@ -142,7 +142,7 @@

    isExpressionStatement

  • Parameters

    @@ -165,7 +165,7 @@

    isIdentifier

  • Parameters

    @@ -188,7 +188,7 @@

    isLiteral

  • Parameters

    @@ -211,7 +211,7 @@

    isSyntaxNode

  • Parameters

    diff --git a/docs/modules/_src_ast_renderer_ast_walker_.html b/docs/modules/_src_ast_renderer_ast_walker_.html index b81315a7..f2f27521 100644 --- a/docs/modules/_src_ast_renderer_ast_walker_.html +++ b/docs/modules/_src_ast_renderer_ast_walker_.html @@ -91,7 +91,7 @@

    walk

  • Parameters

    diff --git a/docs/modules/_src_ast_san_ast_util_.html b/docs/modules/_src_ast_san_ast_util_.html index 359a5e96..6aa6a6a2 100644 --- a/docs/modules/_src_ast_san_ast_util_.html +++ b/docs/modules/_src_ast_san_ast_util_.html @@ -93,7 +93,7 @@

    getANodePropByName

  • @@ -124,7 +124,7 @@

    parseANodeProps

  • @@ -153,7 +153,7 @@

    visitANodeRecursively

  • diff --git a/docs/modules/_src_ast_san_type_guards_.html b/docs/modules/_src_ast_san_type_guards_.html index 782af0fd..2f503ef5 100644 --- a/docs/modules/_src_ast_san_type_guards_.html +++ b/docs/modules/_src_ast_san_type_guards_.html @@ -109,7 +109,7 @@

    isAForNode

  • Parameters

    @@ -132,7 +132,7 @@

    isAFragmentNode

  • Parameters

    @@ -155,7 +155,7 @@

    isAIfNode

  • Parameters

    @@ -178,7 +178,7 @@

    isASlotNode

  • Parameters

    @@ -201,7 +201,7 @@

    isATemplateNode

  • Parameters

    @@ -224,7 +224,7 @@

    isATextNode

  • Parameters

    @@ -247,7 +247,7 @@

    isExprAccessorNode

  • Parameters

    @@ -270,7 +270,7 @@

    isExprArrayNode

  • Parameters

    @@ -293,7 +293,7 @@

    isExprBinaryNode

  • Parameters

    @@ -316,7 +316,7 @@

    isExprBoolNode

  • Parameters

    @@ -339,7 +339,7 @@

    isExprCallNode

  • Parameters

    @@ -362,7 +362,7 @@

    isExprInterpNode

  • Parameters

    @@ -385,7 +385,7 @@

    isExprNullNode

  • Parameters

    @@ -408,7 +408,7 @@

    isExprNumberNode

  • Parameters

    @@ -431,7 +431,7 @@

    isExprObjectNode

  • Parameters

    @@ -454,7 +454,7 @@

    isExprStringNode

  • Parameters

    @@ -477,7 +477,7 @@

    isExprTertiaryNode

  • Parameters

    @@ -500,7 +500,7 @@

    isExprTextNode

  • Parameters

    @@ -523,7 +523,7 @@

    isExprUnaryNode

  • Parameters

    diff --git a/docs/modules/_src_ast_ts_ast_util_.html b/docs/modules/_src_ast_ts_ast_util_.html index 4c930247..64cea145 100644 --- a/docs/modules/_src_ast_ts_ast_util_.html +++ b/docs/modules/_src_ast_ts_ast_util_.html @@ -101,7 +101,7 @@

    Const debug

    debug: Debugger = debugFactory('ts-ast-util')
    @@ -118,7 +118,7 @@

    getChildComponents

  • Parameters

    @@ -165,7 +165,7 @@

    getComponentClassIdentifier

  • Parameters

    @@ -188,7 +188,7 @@

    getLiteralText

  • Parameters

    @@ -211,7 +211,7 @@

    getObjectLiteralPropertyKeys

  • Parameters

    @@ -237,7 +237,7 @@

    getPropertyAssignmentName

  • Parameters

    @@ -260,7 +260,7 @@

    getPropertyStringArrayValue

  • Type parameters

    @@ -293,7 +293,7 @@

    getPropertyStringValue

  • Type parameters

    @@ -319,7 +319,7 @@

    Returns T<
  • Type parameters

    @@ -351,7 +351,7 @@

    getSanImportDeclaration

  • Parameters

    @@ -374,7 +374,7 @@

    isChildClassOf

  • Parameters

    diff --git a/docs/modules/_src_bin_ssr_.html b/docs/modules/_src_bin_ssr_.html index 309a09c8..9607a65d 100644 --- a/docs/modules/_src_bin_ssr_.html +++ b/docs/modules/_src_bin_ssr_.html @@ -106,7 +106,7 @@

    OptionValue

    OptionValue: string | undefined
    @@ -119,7 +119,7 @@

    Const componentFile

    componentFile: string = resolve(yargs.argv._[0])
    @@ -129,7 +129,7 @@

    Const helpers

    helpers: string = yargs.argv.helpers as string
    @@ -139,7 +139,7 @@

    Const options

    options: any = JSON.parse(yargs.argv.targetOptions as string)
    @@ -149,7 +149,7 @@

    Const outputFile

    outputFile: undefined | string = yargs.argv.output as OptionValue
    @@ -159,7 +159,7 @@

    Const project

    project: SanProject = new SanProject(tsConfigFilePath)
    @@ -169,7 +169,7 @@

    Const target

    target: string = yargs.argv.target as string
    @@ -179,7 +179,7 @@

    Const targetCode

    targetCode: string = project.compile(componentFile, target, options)
    @@ -189,7 +189,7 @@

    Const tsConfigFile
    tsConfigFilePath: undefined | string = yargs.argv.tsconfig as OptionValue
    @@ -206,7 +206,7 @@

    output

  • Parameters

    diff --git a/docs/modules/_src_compilers_element_compiler_.html b/docs/modules/_src_compilers_element_compiler_.html index 7a75b589..5ff0d533 100644 --- a/docs/modules/_src_compilers_element_compiler_.html +++ b/docs/modules/_src_compilers_element_compiler_.html @@ -93,7 +93,7 @@

    Const BOOL_ATTRIBUTES

    BOOL_ATTRIBUTES: string[] = ['readonly', 'disabled', 'multiple', 'checked']
    diff --git a/docs/modules/_src_compilers_san_expr_compiler_.html b/docs/modules/_src_compilers_san_expr_compiler_.html index fa8162d0..b30de7ef 100644 --- a/docs/modules/_src_compilers_san_expr_compiler_.html +++ b/docs/modules/_src_compilers_san_expr_compiler_.html @@ -114,7 +114,7 @@

    array

  • Parameters

    @@ -137,7 +137,7 @@

    binary

  • Parameters

    @@ -160,7 +160,7 @@

    callExpr

  • Parameters

    @@ -186,7 +186,7 @@

    dataAccess

  • Parameters

    @@ -212,7 +212,7 @@

    interp

  • Parameters

    @@ -238,7 +238,7 @@

    object

  • Parameters

    @@ -261,7 +261,7 @@

    outputCode

  • Parameters

    @@ -287,7 +287,7 @@

    sanExpr

  • @@ -325,7 +325,7 @@

    str

  • Parameters

    @@ -351,7 +351,7 @@

    tertiary

  • Parameters

    @@ -374,7 +374,7 @@

    text

  • Parameters

    @@ -400,7 +400,7 @@

    unary

  • Parameters

    @@ -422,7 +422,7 @@

    Const binaryOp

    binaryOp: object
    @@ -431,7 +431,7 @@

    121

    121: string = "<="
    @@ -441,7 +441,7 @@

    122

    122: string = "=="
    @@ -451,7 +451,7 @@

    123

    123: string = ">="
    @@ -461,7 +461,7 @@

    155

    155: string = "!=="
    @@ -471,7 +471,7 @@

    183

    183: string = "==="
    @@ -481,7 +481,7 @@

    248

    248: string = "||"
    @@ -491,7 +491,7 @@

    42

    42: string = "*"
    @@ -501,7 +501,7 @@

    43

    43: string = "+"
    @@ -511,7 +511,7 @@

    45

    45: string = "-"
    @@ -521,7 +521,7 @@

    47

    47: string = "/"
    @@ -531,7 +531,7 @@

    60

    60: string = "<"
    @@ -541,7 +541,7 @@

    62

    62: string = ">"
    @@ -551,7 +551,7 @@

    76

    76: string = "&&"
    @@ -561,7 +561,7 @@

    94

    94: string = "!="
    diff --git a/docs/modules/_src_compilers_ts2js_.html b/docs/modules/_src_compilers_ts2js_.html index 51fec92f..3179495c 100644 --- a/docs/modules/_src_compilers_ts2js_.html +++ b/docs/modules/_src_compilers_ts2js_.html @@ -94,7 +94,7 @@

    Const debug

    debug: Debugger = debugFactory('san-ssr:ts2js')
    @@ -111,7 +111,7 @@

    tsCode2js

  • Parameters

    @@ -137,7 +137,7 @@

    tsSourceFile2js

  • Parameters

    diff --git a/docs/modules/_src_fixtures_case_.html b/docs/modules/_src_fixtures_case_.html index b26404ae..c5bdf79b 100644 --- a/docs/modules/_src_fixtures_case_.html +++ b/docs/modules/_src_fixtures_case_.html @@ -107,7 +107,7 @@

    Const caseRoot

    caseRoot: string = join(__dirname, '../../node_modules/san-html-cases/src')
    @@ -117,7 +117,7 @@

    Const debug

    debug: Debugger = debugFactory('case')
    @@ -127,7 +127,7 @@

    Const importHelpers

    importHelpers: string = join(__dirname, '../../dist/runtime/helpers')
    @@ -137,7 +137,7 @@

    Const sanProject

    sanProject: SanProject = new SanProject(tsConfigFilePath)
    @@ -147,7 +147,7 @@

    Const tsConfigFile
    tsConfigFilePath: string = join(__dirname, '../../test/tsconfig.json')
    @@ -164,7 +164,7 @@

    compileCaseToRenderer

  • Parameters

    @@ -187,7 +187,7 @@

    compileComponent

  • Parameters

    @@ -213,7 +213,7 @@

    compileJS

  • Parameters

    @@ -239,7 +239,7 @@

    compileTS

  • Parameters

    @@ -262,7 +262,7 @@

    getRenderArguments

  • Parameters

    @@ -285,7 +285,7 @@

    jsExists

  • Parameters

    @@ -308,7 +308,7 @@

    ls

  • Returns string[]

    @@ -325,7 +325,7 @@

    readCaseData

  • Parameters

    @@ -348,7 +348,7 @@

    readExpected

  • Parameters

    @@ -371,7 +371,7 @@

    renderOnthefly

  • Parameters

    @@ -394,7 +394,7 @@

    tsExists

  • Parameters

    diff --git a/docs/modules/_src_index_.html b/docs/modules/_src_index_.html index df506289..c58fb39d 100644 --- a/docs/modules/_src_index_.html +++ b/docs/modules/_src_index_.html @@ -324,7 +324,7 @@

    Let defaultProject

    defaultProject: SanProject
    @@ -341,7 +341,7 @@

    compileToRenderer

  • Parameters

    @@ -367,7 +367,7 @@

    compileToSource

  • Parameters

    diff --git a/docs/modules/_src_models_component_.html b/docs/modules/_src_models_component_.html index 19244859..20eabcaf 100644 --- a/docs/modules/_src_models_component_.html +++ b/docs/modules/_src_models_component_.html @@ -106,7 +106,7 @@

    ComponentClass

    ComponentClass: ComponentConstructor<{}, {}>
    @@ -119,7 +119,7 @@

    Const COMPONENT_RESERVED_COMPONENT_RESERVED_MEMBERS: Set<string> = new Set(('constructor,aNode,components,' +'template,attached,created,' +'detached,disposed,compiled').split(','))

  • @@ -136,7 +136,7 @@

    isComponentLoader

  • Parameters

    diff --git a/docs/modules/_src_models_component_info_.html b/docs/modules/_src_models_component_info_.html index 0c6e950f..810f79f2 100644 --- a/docs/modules/_src_models_component_info_.html +++ b/docs/modules/_src_models_component_info_.html @@ -103,7 +103,7 @@

    TagName

    TagName: string
    @@ -113,7 +113,7 @@

    TrimWhitespace

    TrimWhitespace: "none" | "blank" | "all" | undefined
    diff --git a/docs/modules/_src_models_component_reference_.html b/docs/modules/_src_models_component_reference_.html index c905a0aa..7c1d7d01 100644 --- a/docs/modules/_src_models_component_reference_.html +++ b/docs/modules/_src_models_component_reference_.html @@ -98,7 +98,7 @@

    componentID

  • Parameters

    diff --git a/docs/modules/_src_models_options_.html b/docs/modules/_src_models_options_.html index 730960be..5edbac32 100644 --- a/docs/modules/_src_models_options_.html +++ b/docs/modules/_src_models_options_.html @@ -104,7 +104,7 @@

    CompileInput

    @@ -114,7 +114,7 @@

    ComponentClass

    ComponentClass: ComponentConstructor<{}, any>
    @@ -124,7 +124,7 @@

    FilePath

    FilePath: string
    @@ -141,7 +141,7 @@

    isComponentClass

  • Parameters

    @@ -164,7 +164,7 @@

    isFileDescriptor

  • Parameters

    @@ -187,7 +187,7 @@

    isSanFileDescriptor

  • Parameters

    diff --git a/docs/modules/_src_models_san_project_.html b/docs/modules/_src_models_san_project_.html index 2789bc1c..07815eaf 100644 --- a/docs/modules/_src_models_san_project_.html +++ b/docs/modules/_src_models_san_project_.html @@ -93,7 +93,7 @@

    CompilerClass

    CompilerClass<T>: { constructor: any }

    Type parameters

    @@ -114,7 +114,7 @@
    constructor: function
  • Parameters

    diff --git a/docs/modules/_src_models_san_source_file_.html b/docs/modules/_src_models_san_source_file_.html index 90b36265..ecc6c25a 100644 --- a/docs/modules/_src_models_san_source_file_.html +++ b/docs/modules/_src_models_san_source_file_.html @@ -109,7 +109,7 @@

    SanSourceFile

    @@ -122,7 +122,7 @@

    Const debug

    debug: Debugger = debugFactory('san-source-file')
    @@ -139,7 +139,7 @@

    isJSSanSourceFile

  • Parameters

    @@ -162,7 +162,7 @@

    isTypedSanSourceFile

  • Parameters

    diff --git a/docs/modules/_src_optimizers_bracket_to_dot_.html b/docs/modules/_src_optimizers_bracket_to_dot_.html index b5fcf5ee..818f13c1 100644 --- a/docs/modules/_src_optimizers_bracket_to_dot_.html +++ b/docs/modules/_src_optimizers_bracket_to_dot_.html @@ -92,7 +92,7 @@

    bracketToDot

  • Parameters

    @@ -115,7 +115,7 @@

    isBracketNotation

  • Parameters

    diff --git a/docs/modules/_src_optimizers_merge_literal_add_.html b/docs/modules/_src_optimizers_merge_literal_add_.html index d0c372fb..fc9f2907 100644 --- a/docs/modules/_src_optimizers_merge_literal_add_.html +++ b/docs/modules/_src_optimizers_merge_literal_add_.html @@ -95,7 +95,7 @@

    HTMLAddEqualLiteral

    HTMLAddEqualLiteral: Statement & { value: { lhs: Identifier; op: "+="; rhs: Literal } }
    @@ -112,7 +112,7 @@

    doMergeLiteralAdd

  • Parameters

    @@ -135,7 +135,7 @@

    isHTMLAddEqualLiteral

  • Parameters

    @@ -158,7 +158,7 @@

    mergeLiteralAdd

  • Parameters

    diff --git a/docs/modules/_src_parsers_javascript_san_parser_.html b/docs/modules/_src_parsers_javascript_san_parser_.html index be7947ee..d5cbca0c 100644 --- a/docs/modules/_src_parsers_javascript_san_parser_.html +++ b/docs/modules/_src_parsers_javascript_san_parser_.html @@ -103,7 +103,7 @@

    ExportName

    ExportName: string
    @@ -113,7 +113,7 @@

    ImportName

    ImportName: string
    @@ -123,7 +123,7 @@

    ImportSpecifier

    ImportSpecifier: string
    @@ -133,7 +133,7 @@

    LocalName

    LocalName: string
    @@ -146,7 +146,7 @@

    Const DEFAULT_LOADER_CM
    DEFAULT_LOADER_CMP: "SanSSRDefaultLoaderComponent" = "SanSSRDefaultLoaderComponent"
    @@ -156,7 +156,7 @@

    Const debug

    debug: Debugger = debugFactory('ts-component-parser')
    diff --git a/docs/modules/_src_parsers_normalize_component_.html b/docs/modules/_src_parsers_normalize_component_.html index 19248edd..de585f0f 100644 --- a/docs/modules/_src_parsers_normalize_component_.html +++ b/docs/modules/_src_parsers_normalize_component_.html @@ -91,7 +91,7 @@

    normalizeComponentClass

  • Parameters

    diff --git a/docs/modules/_src_parsers_parse_template_.html b/docs/modules/_src_parsers_parse_template_.html index abfcbfde..e0878a2e 100644 --- a/docs/modules/_src_parsers_parse_template_.html +++ b/docs/modules/_src_parsers_parse_template_.html @@ -98,7 +98,7 @@

    extractInterpNodeFromRootANode

  • Parameters

    @@ -121,7 +121,7 @@

    normalizeANodeProps

  • Parameters

    @@ -144,7 +144,7 @@

    normalizeOptionTag

  • Parameters

    @@ -167,7 +167,7 @@

    normalizeRootANode

  • @@ -200,7 +200,7 @@

    normalizeRootATemplateNode

  • Parameters

    @@ -223,7 +223,7 @@

    normalizeRootClassProp

  • Parameters

    @@ -246,7 +246,7 @@

    normalizeRootStyleProp

  • Parameters

    @@ -269,7 +269,7 @@

    parseAndNormalizeTemplate

  • Parameters

    diff --git a/docs/modules/_src_parsers_remove_modules_.html b/docs/modules/_src_parsers_remove_modules_.html index 279a19ff..516ac30c 100644 --- a/docs/modules/_src_parsers_remove_modules_.html +++ b/docs/modules/_src_parsers_remove_modules_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('san-ssr:remove-modules')
    @@ -110,7 +110,7 @@

    removeModules

  • diff --git a/docs/modules/_src_parsers_tsconfig_.html b/docs/modules/_src_parsers_tsconfig_.html index 9da1e309..72460fc7 100644 --- a/docs/modules/_src_parsers_tsconfig_.html +++ b/docs/modules/_src_parsers_tsconfig_.html @@ -91,7 +91,7 @@

    getDefaultTSConfigPath

  • Parameters

    diff --git a/docs/modules/_src_parsers_typescript_san_parser_.html b/docs/modules/_src_parsers_typescript_san_parser_.html index 6d2a53dc..f7a0ccaa 100644 --- a/docs/modules/_src_parsers_typescript_san_parser_.html +++ b/docs/modules/_src_parsers_typescript_san_parser_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('ts-component-parser')
    diff --git a/docs/modules/_src_runtime_create_helpers_.html b/docs/modules/_src_runtime_create_helpers_.html index 764c3934..87bf7c26 100644 --- a/docs/modules/_src_runtime_create_helpers_.html +++ b/docs/modules/_src_runtime_create_helpers_.html @@ -101,7 +101,7 @@

    Const HELPER_FILES

    HELPER_FILES: string[] = [resolve(__dirname, '../../dist/runtime/underscore.js'),resolve(__dirname, '../../dist/runtime/san-ssr-data.js'),resolve(__dirname, '../../dist/runtime/resolver.js')]
    @@ -123,7 +123,7 @@

    createHelpers

  • @@ -145,7 +145,7 @@

    emitHelpers

  • @@ -173,7 +173,7 @@

    emitHelpersAsIIFE

  • diff --git a/docs/modules/_src_runtime_resolver_.html b/docs/modules/_src_runtime_resolver_.html index 51147db7..fe94906a 100644 --- a/docs/modules/_src_runtime_resolver_.html +++ b/docs/modules/_src_runtime_resolver_.html @@ -97,7 +97,7 @@

    createResolver

  • Parameters

    diff --git a/docs/modules/_src_runtime_underscore_.html b/docs/modules/_src_runtime_underscore_.html index bae11247..64af19e2 100644 --- a/docs/modules/_src_runtime_underscore_.html +++ b/docs/modules/_src_runtime_underscore_.html @@ -122,7 +122,7 @@

    Const rENTITY

    rENTITY: RegExp = new RegExp(`[${Object.keys(HTML_ENTITY).join('')}]`, 'g')
    @@ -139,7 +139,7 @@

    attrFilter

  • Parameters

    @@ -168,7 +168,7 @@

    boolAttrFilter

  • Parameters

    @@ -194,7 +194,7 @@

    callComputed

  • Parameters

    @@ -220,7 +220,7 @@

    callFilter

  • Parameters

    @@ -249,7 +249,7 @@

    classFilter

  • Parameters

    @@ -272,7 +272,7 @@

    createFromPrototype

  • Parameters

    @@ -295,7 +295,7 @@

    createInstanceFromClass

  • Parameters

    @@ -318,7 +318,7 @@

    escapeHTML

  • Parameters

    @@ -341,7 +341,7 @@

    getRootCtx

  • Type parameters

    @@ -370,7 +370,7 @@

    isArray

  • Parameters

    @@ -393,7 +393,7 @@

    isObject

  • Parameters

    @@ -416,7 +416,7 @@

    iterate

  • Parameters

    @@ -439,7 +439,7 @@

    output

  • Parameters

    @@ -465,7 +465,7 @@

    styleFilter

  • Parameters

    @@ -488,7 +488,7 @@

    xclassFilter

  • Parameters

    @@ -514,7 +514,7 @@

    xstyleFilter

  • Parameters

    @@ -539,7 +539,7 @@

    Const BASE_PROPS

    BASE_PROPS: object
    @@ -548,7 +548,7 @@

    class

    class: number = 1
    @@ -558,7 +558,7 @@

    id

    id: number = 1
    @@ -568,7 +568,7 @@

    style

    style: number = 1
    @@ -579,7 +579,7 @@

    Const HTML_ENTITY

    HTML_ENTITY: object
    @@ -588,7 +588,7 @@

    "

    ": string = "&quot;"
    @@ -598,7 +598,7 @@

    &

    &: string = "&amp;"
    @@ -608,7 +608,7 @@

    '

    ': string = "&#39;"
    @@ -618,7 +618,7 @@

    <

    <: string = "&lt;"
    @@ -628,7 +628,7 @@

    >

    >: string = "&gt;"
    @@ -638,7 +638,7 @@

     

    : string = "&nbsp;"
    @@ -648,7 +648,7 @@

    ©

    ©: string = "&copy;"
    @@ -658,7 +658,7 @@

    ®

    ®: string = "&reg;"
    @@ -668,7 +668,7 @@

    : string = "&ensp;"
    @@ -678,7 +678,7 @@

    : string = "&emsp;"
    @@ -688,7 +688,7 @@

    : string = "&thinsp;"
    @@ -698,7 +698,7 @@

    : string = "&zwnj;"
    @@ -708,7 +708,7 @@

    : string = "&zwj;"
    @@ -719,7 +719,7 @@

    Const _

    _: object
    @@ -728,7 +728,7 @@

    attrFilter

    attrFilter: attrFilter
    @@ -738,7 +738,7 @@

    boolAttrFilter

    boolAttrFilter: boolAttrFilter
    @@ -748,7 +748,7 @@

    callComputed

    callComputed: callComputed
    @@ -758,7 +758,7 @@

    callFilter

    callFilter: callFilter
    @@ -768,7 +768,7 @@

    classFilter

    classFilter: classFilter
    @@ -778,7 +778,7 @@

    createFromPrototype

    createFromPrototype: createFromPrototype
    @@ -788,7 +788,7 @@

    createInstanceFromClass

    createInstanceFromClass: createInstanceFromClass
    @@ -798,7 +798,7 @@

    escapeHTML

    escapeHTML: escapeHTML
    @@ -808,7 +808,7 @@

    getRootCtx

    getRootCtx: getRootCtx
    @@ -818,7 +818,7 @@

    iterate

    iterate: iterate
    @@ -828,7 +828,7 @@

    output

    output: output
    @@ -838,7 +838,7 @@

    styleFilter

    styleFilter: styleFilter
    @@ -848,7 +848,7 @@

    xclassFilter

    xclassFilter: xclassFilter
    @@ -858,7 +858,7 @@

    xstyleFilter

    xstyleFilter: xstyleFilter
    diff --git a/docs/modules/_src_target_js_index_.html b/docs/modules/_src_target_js_index_.html index ed5de2d9..e8ec4f4c 100644 --- a/docs/modules/_src_target_js_index_.html +++ b/docs/modules/_src_target_js_index_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('san-ssr:target-js')
    diff --git a/docs/modules/_src_target_js_js_emitter_.html b/docs/modules/_src_target_js_js_emitter_.html index 4cf7416d..084ed8a0 100644 --- a/docs/modules/_src_target_js_js_emitter_.html +++ b/docs/modules/_src_target_js_js_emitter_.html @@ -94,7 +94,7 @@

    Const LITERAL_DATE_INDI
    LITERAL_DATE_INDICATOR: string = Math.random().toString(36) + Math.random().toString(36)
    @@ -111,7 +111,7 @@

    Const LITERAL_DATE_MATC
    LITERAL_DATE_MATCHER: RegExp = new RegExp(`"${LITERAL_DATE_INDICATOR}(\\d+)"`, 'g')
    diff --git a/docs/modules/_src_utils_buffer_.html b/docs/modules/_src_utils_buffer_.html index 8d483076..d5bdd40f 100644 --- a/docs/modules/_src_utils_buffer_.html +++ b/docs/modules/_src_utils_buffer_.html @@ -91,7 +91,7 @@

    byteCount

  • Parameters

    diff --git a/docs/modules/_src_utils_case_.html b/docs/modules/_src_utils_case_.html index ab998ec8..9d503c31 100644 --- a/docs/modules/_src_utils_case_.html +++ b/docs/modules/_src_utils_case_.html @@ -98,7 +98,7 @@

    Const debug

    debug: Debugger = debugFactory('case')
    @@ -115,7 +115,7 @@

    assertDeepEqual

  • Parameters

    @@ -141,7 +141,7 @@

    assertSanHTMLEqual

  • Parameters

    @@ -167,7 +167,7 @@

    compareSanHTML

  • @@ -199,7 +199,7 @@

    deepEqual

  • Parameters

    @@ -225,7 +225,7 @@

    isObject

  • Parameters

    @@ -248,7 +248,7 @@

    parseSanHTML

  • Parameters

    diff --git a/docs/modules/_src_utils_dom_util_.html b/docs/modules/_src_utils_dom_util_.html index c714231f..06038d37 100644 --- a/docs/modules/_src_utils_dom_util_.html +++ b/docs/modules/_src_utils_dom_util_.html @@ -88,7 +88,7 @@

    Const autoCloseTags

    autoCloseTags: Set<string> = new Set('area,base,br,col,embed,hr,img,input,keygen,param,source,track,wbr'.split(','))
  • @@ -98,7 +98,7 @@

    Const booleanAttributes

    booleanAttributes: Set<string> = new Set(('allowpaymentrequest,async,autofocus,autoplay,' +'checked,controls,default,defer,disabled,formnovalidate,' +'hidden,ismap,itemscope,loop,multiple,muted,nomodule,novalidate,' +'open,readonly,required,reversed,selected,typemustmatch').split(','))
    diff --git a/docs/modules/_src_utils_fs_.html b/docs/modules/_src_utils_fs_.html index 3a551522..d1709008 100644 --- a/docs/modules/_src_utils_fs_.html +++ b/docs/modules/_src_utils_fs_.html @@ -91,7 +91,7 @@

    readStringSync

  • Parameters

    diff --git a/docs/modules/_src_utils_lang_.html b/docs/modules/_src_utils_lang_.html index 6d534955..91a4627d 100644 --- a/docs/modules/_src_utils_lang_.html +++ b/docs/modules/_src_utils_lang_.html @@ -94,7 +94,7 @@

    assertNever

  • Parameters

    @@ -117,7 +117,7 @@

    functionString

  • Parameters

    @@ -141,7 +141,7 @@

    getMember

  • Type parameters

    @@ -167,7 +167,7 @@

    Returns T<
  • Type parameters

    @@ -199,7 +199,7 @@

    isValidIdentifier

  • Parameters

    diff --git a/package-lock.json b/package-lock.json index 0901173b..237a87d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "4.6.1", + "version": "4.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 767274a0..80944f06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "4.6.1", + "version": "4.6.2", "description": "San server-side-render framework and utils", "main": "dist/index.js", "types": "dist/index.d.ts",