diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2f3254..318d5c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/baidu/san-ssr/compare/v1.9.1...v1.9.2) (2020-01-14) + + +### Bug Fixes + +* url in package.json ([bd4ef00](https://github.com/baidu/san-ssr/commit/bd4ef003b051d46d66a22c0e0208ada7acbb0259)) + ## [1.9.1](https://github.com/baidu/san-ssr/compare/v1.9.0...v1.9.1) (2020-01-10) diff --git a/docs/classes/_loaders_common_js_.commonjs.html b/docs/classes/_loaders_common_js_.commonjs.html index af754973..9fab38ea 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -117,7 +117,7 @@

constructor

  • Parameters

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

    cache

    cache: Map<any, any> = new Map()
    @@ -152,7 +152,7 @@

    Private modules

    modules: any
    @@ -162,7 +162,7 @@

    Private readFileImpl<
    readFileImpl: any
    @@ -179,7 +179,7 @@

    Private readModuleCon
  • Parameters

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

    require

  • Parameters

    diff --git a/docs/classes/_loaders_common_js_.module.html b/docs/classes/_loaders_common_js_.module.html index c78865be..af67b9a9 100644 --- a/docs/classes/_loaders_common_js_.module.html +++ b/docs/classes/_loaders_common_js_.module.html @@ -110,7 +110,7 @@

    constructor

  • Parameters

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

    content

    content: string
    @@ -145,7 +145,7 @@

    exports

    exports: object
    @@ -160,7 +160,7 @@

    filepath

    filepath: string
    diff --git a/docs/classes/_models_component_.sancomponent.html b/docs/classes/_models_component_.sancomponent.html index fb7569e2..4380a82c 100644 --- a/docs/classes/_models_component_.sancomponent.html +++ b/docs/classes/_models_component_.sancomponent.html @@ -161,7 +161,7 @@

    constructor

    Parameters

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

    Optional aNode

    aNode: ANode
    @@ -198,7 +198,7 @@

    Optional components

    components: Components
    @@ -208,7 +208,7 @@

    Optional computed

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

    data

    @@ -230,7 +230,7 @@

    Optional el

    @@ -240,7 +240,7 @@

    Optional filters

    filters: Filters
    @@ -250,7 +250,7 @@

    Optional getComponentgetComponentType: function

    @@ -282,7 +282,7 @@

    nodeType

    @@ -292,7 +292,7 @@

    Optional tagName

    tagName: string
    @@ -302,7 +302,7 @@

    Static components: Components

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

    Static computed: Computed @@ -322,7 +322,7 @@

    Static filters: Filters @@ -332,7 +332,7 @@

    Static placeholder: SanComponent @@ -342,7 +342,7 @@

    Static sanssrCid: number @@ -360,7 +360,7 @@

    attach

    Parameters

    @@ -384,7 +384,7 @@

    detach

    Returns void

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

    dispatch

    Parameters

    @@ -429,7 +429,7 @@

    dispose

    Returns void

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

    fire

    Parameters

    @@ -473,7 +473,7 @@

    Optional initData

  • Returns any

    @@ -490,7 +490,7 @@

    Optional inited

  • Returns any

    @@ -508,7 +508,7 @@

    nextTick

    Parameters

    @@ -544,7 +544,7 @@

    on

    Parameters

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

    ref

    Type parameters

    @@ -601,7 +601,7 @@

    slot

    Type parameters

    @@ -631,7 +631,7 @@

    un

    Parameters

    @@ -658,7 +658,7 @@

    watch

    Parameters

    diff --git a/docs/classes/_models_san_app_.sanapp.html b/docs/classes/_models_san_app_.sanapp.html index 80211893..43c93f8d 100644 --- a/docs/classes/_models_san_app_.sanapp.html +++ b/docs/classes/_models_san_app_.sanapp.html @@ -118,7 +118,7 @@

    constructor

  • Parameters

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

    componentClasses

    componentClasses: SanComponent[]
    @@ -156,7 +156,7 @@

    entrySourceFile

    entrySourceFile: SanSourceFile
    @@ -166,7 +166,7 @@

    projectFiles

    projectFiles: Map<string, SanSourceFile>
    @@ -183,7 +183,7 @@

    getEntryComponentClass

  • Returns SanComponent

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

    getEntryComponentClassOrThrow

  • Returns SanComponent

    @@ -217,7 +217,7 @@

    Private validateComponent<
  • Parameters

    diff --git a/docs/classes/_models_san_data_.sandata.html b/docs/classes/_models_san_data_.sandata.html index 880676ae..d36bb089 100644 --- a/docs/classes/_models_san_data_.sandata.html +++ b/docs/classes/_models_san_data_.sandata.html @@ -124,7 +124,7 @@

    constructor

  • Parameters

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

    computed

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

    data

    data: any
    @@ -176,7 +176,7 @@

    get

  • Parameters

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

    parseExpr

  • Parameters

    @@ -222,7 +222,7 @@

    set

  • Parameters

    diff --git a/docs/classes/_models_san_project_.sanproject.html b/docs/classes/_models_san_project_.sanproject.html index 513e1ce9..19bea593 100644 --- a/docs/classes/_models_san_project_.sanproject.html +++ b/docs/classes/_models_san_project_.sanproject.html @@ -132,7 +132,7 @@

    constructor

  • Parameters

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

    Private compilers

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

    Private modules

    modules: Modules
    @@ -187,7 +187,7 @@

    Private root

    root: string
    @@ -197,7 +197,7 @@

    tsConfigFilePath

    tsConfigFilePath: string
    @@ -207,7 +207,7 @@

    tsProject

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

    compile

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

    compileToRenderer

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

    compileToSource

  • Parameters

    @@ -324,7 +324,7 @@

    Private getOrCreateCo
  • Parameters

    @@ -347,7 +347,7 @@

    Private getParser

  • Returns SanAppParser

    @@ -364,7 +364,7 @@

    Private loadCompilerC
  • Parameters

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

    parseSanApp

  • Parameters

    diff --git a/docs/classes/_models_san_sourcefile_.sansourcefile.html b/docs/classes/_models_san_sourcefile_.sansourcefile.html index 63063f96..60a66d6a 100644 --- a/docs/classes/_models_san_sourcefile_.sansourcefile.html +++ b/docs/classes/_models_san_sourcefile_.sansourcefile.html @@ -126,7 +126,7 @@

    Private constructor

  • Parameters

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

    componentClassDeclarations

    componentClassDeclarations: Map<number, ClassDeclaration> = new Map()
    @@ -172,7 +172,7 @@

    componentClassIdentifier

    componentClassIdentifier: string
    @@ -182,7 +182,7 @@

    componentClasses

    componentClasses: Map<number, SanComponent> = new Map()
    @@ -192,7 +192,7 @@

    fakeProperties

    fakeProperties: PropertyDeclaration[] = []
    @@ -202,7 +202,7 @@

    fileType

    fileType: SourceFileType
    @@ -212,7 +212,7 @@

    Private filepath

    filepath: string
    @@ -222,7 +222,7 @@

    tsSourceFile

    tsSourceFile: SourceFile
    @@ -239,7 +239,7 @@

    getClass

  • Parameters

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

    getClassDeclarations

  • Returns ClassDeclaration[]

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

    getFilePath

  • Returns string

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

    getFullText

  • Returns string

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

    Static createFromJSFile

    Parameters

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

    Static createFromTSSource

    Parameters

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

    Static createVirtualSo
  • Returns SanSourceFile

    diff --git a/docs/classes/_parsers_component_class_finder_.componentclassfinder.html b/docs/classes/_parsers_component_class_finder_.componentclassfinder.html index 5c97bde8..446df74e 100644 --- a/docs/classes/_parsers_component_class_finder_.componentclassfinder.html +++ b/docs/classes/_parsers_component_class_finder_.componentclassfinder.html @@ -118,7 +118,7 @@

    constructor

  • Parameters

    @@ -140,7 +140,7 @@

    Private children

    children: Set<SanComponent> = new Set()
    @@ -150,7 +150,7 @@

    Private root

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

    find

  • Returns SanComponent[]

    @@ -184,7 +184,7 @@

    Private findRecursively

    Parameters

    @@ -207,7 +207,7 @@

    Private getChildCompo
  • Parameters

    @@ -230,7 +230,7 @@

    Private isComponentLo
  • Parameters

    diff --git a/docs/classes/_parsers_san_app_parser_.sanappparser.html b/docs/classes/_parsers_san_app_parser_.sanappparser.html index 1dcdece5..4d540a87 100644 --- a/docs/classes/_parsers_san_app_parser_.sanappparser.html +++ b/docs/classes/_parsers_san_app_parser_.sanappparser.html @@ -128,7 +128,7 @@

    constructor

  • Parameters

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

    Private cache

    cache: Map<string, SanSourceFile> = new Map()
    @@ -160,7 +160,7 @@

    Private commonJS

    commonJS: CommonJS
    @@ -170,7 +170,7 @@

    Private id

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

    Private modules

    modules: object
    @@ -195,7 +195,7 @@

    project

    project: Project
    @@ -205,7 +205,7 @@

    Private projectFiles

    projectFiles: Map<string, SanSourceFile> = new Map()
    @@ -215,7 +215,7 @@

    Private root

    root: string
    @@ -232,7 +232,7 @@

    Private doParseSan

    Parameters

    @@ -255,7 +255,7 @@

    Private evaluateFile

  • Parameters

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

    Private normalizeJava
  • Parameters

    @@ -304,7 +304,7 @@

    parseSanApp

  • Parameters

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

    parseSanAppFromComponentClass

  • Parameters

    @@ -353,7 +353,7 @@

    Private parseSanSourc
  • Parameters

    @@ -376,7 +376,7 @@

    setComponentID

  • Parameters

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

    Static createUsingDefa
  • Returns SanAppParser

    @@ -419,7 +419,7 @@

    Static createUsingTsco
  • Parameters

    diff --git a/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html b/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html index 453396e5..1de95304 100644 --- a/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html +++ b/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html @@ -132,7 +132,7 @@

    constructor

  • Parameters

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

    Private component

    component: SanComponent
    @@ -167,7 +167,7 @@

    Private elementSource
    elementSourceCompiler: ElementCompiler
    @@ -177,7 +177,7 @@

    Private ssrIndex

    ssrIndex: number = 0
    @@ -194,7 +194,7 @@

    compile

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

    compileComponent

  • @@ -276,7 +276,7 @@

    compileComponentLoader

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

    compileElement

  • @@ -350,7 +350,7 @@

    compileFor

  • @@ -384,7 +384,7 @@

    compileIf

  • @@ -418,7 +418,7 @@

    compileSlot

  • @@ -452,7 +452,7 @@

    compileTemplate

  • @@ -486,7 +486,7 @@

    compileText

  • @@ -520,7 +520,7 @@

    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 6d003bf1..33e362ed 100644 --- a/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html +++ b/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

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

    Private compileAnode

    compileAnode: any
    @@ -152,7 +152,7 @@

    Private noTemplateOut
    noTemplateOutput: boolean
    @@ -169,7 +169,7 @@

    inner

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

    tagEnd

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

    tagStart

  • diff --git a/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html b/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html index 2de13222..3ba67ea3 100644 --- a/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html +++ b/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html @@ -138,7 +138,7 @@

    constructor

  • Parameters

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

    Private ComponentClass

    ComponentClass: SanComponent
  • @@ -173,7 +173,7 @@

    Private aNodeCompiler
    aNodeCompiler: any
    @@ -183,7 +183,7 @@

    Private cid

    cid: number
    @@ -193,7 +193,7 @@

    component

    component: SanComponent
    @@ -203,7 +203,7 @@

    Private elementSource
    elementSourceCompiler: any
    @@ -220,7 +220,7 @@

    compileComponentPrototypeSource

  • Parameters

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

    compileComponentRenderer

  • Returns Function

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

    compileComponentRendererBody

  • Parameters

    @@ -283,7 +283,7 @@

    compileComponentSource

  • Parameters

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

    Private createComponent

    Parameters

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

    Private genComponentC
  • diff --git a/docs/classes/_target_js_emitters_emitter_.jsemitter.html b/docs/classes/_target_js_emitters_emitter_.jsemitter.html index 9ef59c5c..a4a482ce 100644 --- a/docs/classes/_target_js_emitters_emitter_.jsemitter.html +++ b/docs/classes/_target_js_emitters_emitter_.jsemitter.html @@ -154,7 +154,7 @@

    constructor

    Parameters

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

    buffer

    buffer: string = ""
    @@ -187,7 +187,7 @@

    Protected code

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

    beginBlock

  • Parameters

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

    beginElse

  • Returns void

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

    beginElseIf

  • Parameters

    @@ -267,7 +267,7 @@

    beginFor

  • Parameters

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

    beginIf

  • Parameters

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

    bufferHTMLLiteral

  • Parameters

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

    carriageReturn

    Returns void

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

    clearStringLiteralBuffer

  • Returns void

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

    Protected defaultWrite

    Inherited from Emitter.defaultWrite

    Parameters

    @@ -395,7 +395,7 @@

    endBlock

  • Returns void

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

    endFor

  • Returns void

    @@ -429,7 +429,7 @@

    endIf

  • Returns void

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

    feedLine

    Parameters

    @@ -471,7 +471,7 @@

    fullText

    Returns string

    @@ -489,7 +489,7 @@

    indent

    Returns void

    @@ -507,7 +507,7 @@

    nextLine

    Parameters

    @@ -531,7 +531,7 @@

    unindent

    Returns void

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

    write

    Parameters

    @@ -572,7 +572,7 @@

    writeAnonymousFunction

  • Parameters

    @@ -598,7 +598,7 @@

    writeBlock

  • Parameters

    @@ -624,7 +624,7 @@

    writeBreak

  • Returns void

    @@ -641,7 +641,7 @@

    writeCase

  • Parameters

    @@ -667,7 +667,7 @@

    writeContinue

  • Returns void

    @@ -684,7 +684,7 @@

    writeDataComment

  • Returns void

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

    writeDefault

  • Parameters

    @@ -724,7 +724,7 @@

    writeFor

  • Parameters

    @@ -750,7 +750,7 @@

    writeFunction

  • Parameters

    @@ -779,7 +779,7 @@

    writeFunctionCall

  • Parameters

    @@ -805,7 +805,7 @@

    writeHTML

  • Parameters

    @@ -828,7 +828,7 @@

    writeIf

  • Parameters

    @@ -855,7 +855,7 @@

    writeLine

    Parameters

    @@ -879,7 +879,7 @@

    writeLines

    Parameters

    @@ -903,7 +903,7 @@

    writeNewLine

    Returns void

    @@ -920,7 +920,7 @@

    writeSwitch

  • Parameters

    diff --git a/docs/classes/_target_js_index_.tojscompiler.html b/docs/classes/_target_js_index_.tojscompiler.html index 7a0cc9f9..399e769f 100644 --- a/docs/classes/_target_js_index_.tojscompiler.html +++ b/docs/classes/_target_js_index_.tojscompiler.html @@ -121,7 +121,7 @@

    constructor

  • Parameters

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

    Private project

    project: Project
    @@ -165,7 +165,7 @@

    compile

  • Parameters

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

    compileToRenderer

  • Parameters

    diff --git a/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html b/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html index 0833ab50..7a0235a3 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

    segs: any[]
    @@ -159,7 +159,7 @@

    addRaw

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

    joinDataStringify

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

    joinExpr

  • @@ -240,7 +240,7 @@

    joinRaw

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

    joinString

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

    toCode

  • diff --git a/docs/classes/_target_js_utils_timing_.measure.html b/docs/classes/_target_js_utils_timing_.measure.html index 4c021ec3..787d1d4f 100644 --- a/docs/classes/_target_js_utils_timing_.measure.html +++ b/docs/classes/_target_js_utils_timing_.measure.html @@ -114,7 +114,7 @@

    constructor

  • Returns Measure

    @@ -130,7 +130,7 @@

    Private startTime

    startTime: number
    @@ -147,7 +147,7 @@

    duration

  • Returns string

    diff --git a/docs/classes/_utils_emitter_.emitter.html b/docs/classes/_utils_emitter_.emitter.html index 109cd436..a17164b2 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

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

    Private indentLevel

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

    Private shiftWidth

    shiftWidth: any
    @@ -193,7 +193,7 @@

    Private atLineBegin

    Returns boolean

    @@ -210,7 +210,7 @@

    carriageReturn

  • Returns void

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

    Protected defaultWrite

    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 216460af..12ce64a5 100644 --- a/docs/enums/_models_source_file_type_.sourcefiletype.html +++ b/docs/enums/_models_source_file_type_.sourcefiletype.html @@ -91,7 +91,7 @@

    js

    js: = ".js"
    @@ -101,7 +101,7 @@

    ts

    ts: = ".ts"
    diff --git a/docs/index.html b/docs/index.html index 91b23bc7..96eab6c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@

    San SSR

    npm version downloads - Build Status + Build Status Coveralls dependencies semantic-release @@ -156,7 +156,7 @@

    其他目标平台

    具体的代码生成抽象为 Compiler 接口,目前有 JS 和 PHP 两个实现,其中 san-ssr-target-js 内置在本仓库中:

    CLI 参数 --target 参数用来选择目标代码,默认为 js

    san-ssr --target js ./component.js > ssr.js
    diff --git a/docs/interfaces/_models_anode_.anode.html b/docs/interfaces/_models_anode_.anode.html index fe946780..281b8f51 100644 --- a/docs/interfaces/_models_anode_.anode.html +++ b/docs/interfaces/_models_anode_.anode.html @@ -111,7 +111,7 @@

    children

    children: ANode[]
    @@ -121,7 +121,7 @@

    directives

    directives: object
    @@ -151,7 +151,7 @@

    Optional elif

    elif: ANode
    @@ -161,7 +161,7 @@

    Optional elses

    elses: ANode[]
    @@ -171,7 +171,7 @@

    events

    events: any
    @@ -181,7 +181,7 @@

    Optional expr

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

    hotspot

    hotspot: ANode
    @@ -201,7 +201,7 @@

    Optional ifRinsed

    ifRinsed: ANode
    @@ -211,7 +211,7 @@

    Optional name

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

    props

    props: ANodeProp[]
    @@ -231,7 +231,7 @@

    tagName

    tagName: string
    @@ -241,7 +241,7 @@

    Optional textExpr

    textExpr: Expression
    @@ -251,7 +251,7 @@

    Optional value

    value: Expression
    @@ -261,7 +261,7 @@

    Optional vars

    vars: ANode[]
    diff --git a/docs/interfaces/_models_anode_.anodeprop.html b/docs/interfaces/_models_anode_.anodeprop.html index bf05a226..ef23901a 100644 --- a/docs/interfaces/_models_anode_.anodeprop.html +++ b/docs/interfaces/_models_anode_.anodeprop.html @@ -101,7 +101,7 @@

    expr

    expr: any
    @@ -111,7 +111,7 @@

    name

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

    raw

    raw: string
    @@ -131,7 +131,7 @@

    x

    x: any
    diff --git a/docs/interfaces/_models_compiler_.compiler.html b/docs/interfaces/_models_compiler_.compiler.html index bd054687..13923788 100644 --- a/docs/interfaces/_models_compiler_.compiler.html +++ b/docs/interfaces/_models_compiler_.compiler.html @@ -109,7 +109,7 @@

    compile

  • Parameters

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

    Optional compileToRendere
  • Parameters

    diff --git a/docs/interfaces/_models_component_.sandata.html b/docs/interfaces/_models_component_.sandata.html index 0b58953d..0fca0c6b 100644 --- a/docs/interfaces/_models_component_.sandata.html +++ b/docs/interfaces/_models_component_.sandata.html @@ -140,7 +140,7 @@

    constructor

    Parameters

    @@ -166,7 +166,7 @@

    listeners

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

    parent

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

    raw

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

    typeChecker

    @@ -232,7 +232,7 @@

    apply

    Parameters

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

    fire

    Parameters

    @@ -304,7 +304,7 @@

    get

    Parameters

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

    listen

    Parameters

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

    merge

    Parameters

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

    pop

    Parameters

    @@ -409,7 +409,7 @@

    push

    Parameters

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

    remove

    Parameters

    @@ -469,7 +469,7 @@

    removeAt

    Parameters

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

    set

    Parameters

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

    setTypeChecker

    Parameters

    @@ -562,7 +562,7 @@

    shift

    Parameters

    @@ -589,7 +589,7 @@

    splice

    Parameters

    @@ -619,7 +619,7 @@

    unlisten

    Parameters

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

    unshift

    Parameters

    diff --git a/docs/interfaces/_models_expression_.expression.html b/docs/interfaces/_models_expression_.expression.html index 8d264f31..01b86fa8 100644 --- a/docs/interfaces/_models_expression_.expression.html +++ b/docs/interfaces/_models_expression_.expression.html @@ -110,7 +110,7 @@

    args

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

    expr

    @@ -130,7 +130,7 @@

    items

    items: Expression[]
    @@ -140,7 +140,7 @@

    literal

    literal: string
    @@ -150,7 +150,7 @@

    name

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

    operator

    operator: number
    @@ -170,7 +170,7 @@

    original

    original: boolean
    @@ -180,7 +180,7 @@

    parenthesized

    parenthesized: boolean
    @@ -190,7 +190,7 @@

    paths

    paths: Expression[]
    @@ -200,7 +200,7 @@

    segs

    segs: Expression[]
    @@ -210,7 +210,7 @@

    spread

    spread: boolean
    @@ -220,7 +220,7 @@

    type

    type: number
    @@ -230,7 +230,7 @@

    value

    value: string
    diff --git a/docs/interfaces/_models_renderer_.renderer.html b/docs/interfaces/_models_renderer_.renderer.html index dd31893c..5930dd89 100644 --- a/docs/interfaces/_models_renderer_.renderer.html +++ b/docs/interfaces/_models_renderer_.renderer.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_models_san_project_.sanprojectoptions.html b/docs/interfaces/_models_san_project_.sanprojectoptions.html index 31d8ba00..7ff8fba5 100644 --- a/docs/interfaces/_models_san_project_.sanprojectoptions.html +++ b/docs/interfaces/_models_san_project_.sanprojectoptions.html @@ -99,7 +99,7 @@

    Optional modules

    modules: Modules
    @@ -109,7 +109,7 @@

    Optional tsConfigFil
    tsConfigFilePath: string
    diff --git a/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html b/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html index a3bf992b..1cb2a1ba 100644 --- a/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html +++ b/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html @@ -103,7 +103,7 @@

    computedNames

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

    data

    data: any
    @@ -123,7 +123,7 @@

    instance

    instance: SanComponent
    @@ -133,7 +133,7 @@

    owner

    @@ -143,7 +143,7 @@

    slotRenderers

    slotRenderers: object
    @@ -161,7 +161,7 @@

    sourceSlots

    sourceSlots: SourceSlot[]
    diff --git a/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html b/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html index f958043d..4ab25251 100644 --- a/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html +++ b/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    diff --git a/docs/modules/_bin_ssr_.html b/docs/modules/_bin_ssr_.html index 0e89b31a..5cd9a578 100644 --- a/docs/modules/_bin_ssr_.html +++ b/docs/modules/_bin_ssr_.html @@ -99,7 +99,7 @@

    OptionValue

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

    Const componentFile

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

    Const options

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

    Const outputFile

    outputFile: string = yargs.argv.output as OptionValue
    @@ -142,7 +142,7 @@

    Const project

    project: SanProject = new SanProject({ tsConfigFilePath })
    @@ -152,7 +152,7 @@

    Const target

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

    Const targetCode

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

    Const tsConfigFile
    tsConfigFilePath: string = yargs.argv.tsconfig as OptionValue
    diff --git a/docs/modules/_index_.html b/docs/modules/_index_.html index 78d05076..6dd0ee7e 100644 --- a/docs/modules/_index_.html +++ b/docs/modules/_index_.html @@ -92,7 +92,7 @@

    compileToRenderer

  • @@ -123,7 +123,7 @@

    compileToSource

  • diff --git a/docs/modules/_loaders_common_js_.html b/docs/modules/_loaders_common_js_.html index 7ec7f35c..038f8577 100644 --- a/docs/modules/_loaders_common_js_.html +++ b/docs/modules/_loaders_common_js_.html @@ -108,7 +108,7 @@

    FileLoader

    FileLoader: function | object
    @@ -118,7 +118,7 @@

    Modules

    Modules: object
    @@ -139,7 +139,7 @@

    Const debug

    debug: any = debugFactory('san-ssr:common-js')
    @@ -156,7 +156,7 @@

    Const defaultFileLoader
  • Parameters

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

    getModuleSpecifier

  • Parameters

    diff --git a/docs/modules/_loaders_exec_.html b/docs/modules/_loaders_exec_.html index d3b4be18..0c44c674 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 155a9ffc..f0016ba2 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 1a82c636..a9bb460a 100644 --- a/docs/modules/_models_component_.html +++ b/docs/modules/_models_component_.html @@ -111,7 +111,7 @@

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

  • @@ -128,7 +128,7 @@

    isComponentClass

  • Parameters

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

    isComponentLoader

  • Parameters

    diff --git a/docs/modules/_models_san_project_.html b/docs/modules/_models_san_project_.html index 3ca28318..3cd49d64 100644 --- a/docs/modules/_models_san_project_.html +++ b/docs/modules/_models_san_project_.html @@ -100,7 +100,7 @@

    CompilerClass

    CompilerClass: Partial<object>
    diff --git a/docs/modules/_models_source_file_type_.html b/docs/modules/_models_source_file_type_.html index 25d04d41..78fd87f7 100644 --- a/docs/modules/_models_source_file_type_.html +++ b/docs/modules/_models_source_file_type_.html @@ -98,7 +98,7 @@

    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 8ab69b6f..d63e02a6 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 728ec844..ee3100e2 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 dfb48816..815de502 100644 --- a/docs/modules/_parsers_san_app_parser_.html +++ b/docs/modules/_parsers_san_app_parser_.html @@ -93,7 +93,7 @@

    Const debug

    debug: any = debugFactory('component-parser')
    diff --git a/docs/modules/_parsers_tsconfig_.html b/docs/modules/_parsers_tsconfig_.html index df586726..996c70bf 100644 --- a/docs/modules/_parsers_tsconfig_.html +++ b/docs/modules/_parsers_tsconfig_.html @@ -91,7 +91,7 @@

    getDefaultTSConfigPath

  • Returns string

    diff --git a/docs/modules/_target_js_compilers_expr_compiler_.html b/docs/modules/_target_js_compilers_expr_compiler_.html index 9c5eefa7..99d35d05 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 @@

    _expr

  • @@ -133,7 +133,7 @@

    array

  • @@ -161,7 +161,7 @@

    callExpr

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

    dataAccess

  • @@ -217,7 +217,7 @@

    expr

  • @@ -245,7 +245,7 @@

    interp

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

    object

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

    stringLiteralize

  • @@ -334,7 +334,7 @@

    text

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

    binaryOp

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

    121

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

    122

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

    123

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

    155

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

    183

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

    248

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

    42

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

    43

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

    45

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

    47

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

    60

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

    62

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

    76

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

    94

    94: string = "!="
    diff --git a/docs/modules/_target_js_compilers_renderer_compiler_.html b/docs/modules/_target_js_compilers_renderer_compiler_.html index ee8756a0..e71ae5a1 100644 --- a/docs/modules/_target_js_compilers_renderer_compiler_.html +++ b/docs/modules/_target_js_compilers_renderer_compiler_.html @@ -114,7 +114,7 @@

    ExpressionEvaluator

    ExpressionEvaluator: function
    @@ -145,7 +145,7 @@

    SourceSlot

    SourceSlot: any
    @@ -158,7 +158,7 @@

    Const RENDERER_ARGS

    RENDERER_ARGS: string[] = ['data', 'noDataOutput', 'sanssrRuntime', 'parentCtx', 'tagName', 'sourceSlots']
    @@ -175,7 +175,7 @@

    functionString

  • Parameters

    diff --git a/docs/modules/_target_js_compilers_stringifier_.html b/docs/modules/_target_js_compilers_stringifier_.html index 1c7039a1..6960bccf 100644 --- a/docs/modules/_target_js_compilers_stringifier_.html +++ b/docs/modules/_target_js_compilers_stringifier_.html @@ -87,7 +87,7 @@

    Const stringifier

    stringifier: object
    @@ -100,7 +100,7 @@

    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 3eb20df8..7cf55f5b 100644 --- a/docs/modules/_target_js_emitters_runtime_.html +++ b/docs/modules/_target_js_emitters_runtime_.html @@ -93,7 +93,7 @@

    Const files

    files: string[] = [resolve(__dirname, '../utils/underscore.js'),resolve(__dirname, '../../models/san-data.js')]
  • @@ -110,7 +110,7 @@

    emitRuntime

  • Parameters

    diff --git a/docs/modules/_target_js_index_.html b/docs/modules/_target_js_index_.html index 0a4e745c..d4a172c8 100644 --- a/docs/modules/_target_js_index_.html +++ b/docs/modules/_target_js_index_.html @@ -100,7 +100,7 @@

    ToJSCompileOptions

    ToJSCompileOptions: object
    @@ -118,7 +118,7 @@

    ToJSConstructOptions

    ToJSConstructOptions: object
    @@ -139,7 +139,7 @@

    Const debug

    debug: any = debugFactory('target-js')
    diff --git a/docs/modules/_target_js_utils_case_.html b/docs/modules/_target_js_utils_case_.html index d2e95279..f8c9e411 100644 --- a/docs/modules/_target_js_utils_case_.html +++ b/docs/modules/_target_js_utils_case_.html @@ -98,7 +98,7 @@

    Const caseRoot

    caseRoot: string = resolve(__dirname, '../../../test/cases')
    @@ -108,7 +108,7 @@

    Const cases

    cases: string[] = readdirSync(caseRoot)
    @@ -118,7 +118,7 @@

    Const debug

    debug: any = debugFactory('case')
    @@ -128,7 +128,7 @@

    Const sanProject

    sanProject: SanProject = new SanProject({ tsConfigFilePath })
    @@ -138,7 +138,7 @@

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

    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 02c19505..6f674ef7 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 2aa495f3..894cfb30 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/_target_js_utils_underscore_.html b/docs/modules/_target_js_utils_underscore_.html index 3445ada1..1d40a355 100644 --- a/docs/modules/_target_js_utils_underscore_.html +++ b/docs/modules/_target_js_utils_underscore_.html @@ -113,7 +113,7 @@

    _classFilter

  • Parameters

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

    _styleFilter

  • Parameters

    @@ -159,7 +159,7 @@

    _xclassFilter

  • Parameters

    @@ -185,7 +185,7 @@

    _xstyleFilter

  • Parameters

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

    attrFilter

  • Parameters

    @@ -240,7 +240,7 @@

    boolAttrFilter

  • Parameters

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

    callFilter

  • Parameters

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

    contains

  • Parameters

    @@ -321,7 +321,7 @@

    createFromPrototype

  • Parameters

    @@ -344,7 +344,7 @@

    defaultStyleFilter

  • Parameters

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

    each

  • Parameters

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

    escapeHTML

  • Parameters

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

    extend

  • Parameters

    @@ -442,7 +442,7 @@

    htmlFilterReplacer

  • Parameters

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

    sortedStringify

  • Parameters

    @@ -487,7 +487,7 @@

    Const BASE_PROPS

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

    class

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

    id

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

    style

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

    Const HTML_ENTITY

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

    "

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

    &

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

    '

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

    <

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

    >

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

    Const _

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

    _classFilter

    _classFilter: _classFilter
    @@ -606,7 +606,7 @@

    _styleFilter

    _styleFilter: _styleFilter
    @@ -616,7 +616,7 @@

    _xclassFilter

    _xclassFilter: _xclassFilter
    @@ -626,7 +626,7 @@

    _xstyleFilter

    _xstyleFilter: _xstyleFilter
    @@ -636,7 +636,7 @@

    attrFilter

    attrFilter: attrFilter
    @@ -646,7 +646,7 @@

    boolAttrFilter

    boolAttrFilter: boolAttrFilter
    @@ -656,7 +656,7 @@

    callFilter

    callFilter: callFilter
    @@ -666,7 +666,7 @@

    contains

    contains: contains
    @@ -676,7 +676,7 @@

    createFromPrototype

    createFromPrototype: createFromPrototype
    @@ -686,7 +686,7 @@

    defaultStyleFilter

    defaultStyleFilter: defaultStyleFilter
    @@ -696,7 +696,7 @@

    escapeHTML

    escapeHTML: escapeHTML
    @@ -706,7 +706,7 @@

    extend

    extend: extend
    @@ -716,7 +716,7 @@

    sortedStringify

    sortedStringify: sortedStringify
    diff --git a/docs/modules/_transpilers_ts2js_.html b/docs/modules/_transpilers_ts2js_.html index 6ff9e373..b1b86adf 100644 --- a/docs/modules/_transpilers_ts2js_.html +++ b/docs/modules/_transpilers_ts2js_.html @@ -94,7 +94,7 @@

    Const debug

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

    tsCode2js

  • Parameters

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

    tsSourceFile2js

  • Parameters

    diff --git a/docs/modules/_utils_anode_.html b/docs/modules/_utils_anode_.html index bacb3c74..308a8fd5 100644 --- a/docs/modules/_utils_anode_.html +++ b/docs/modules/_utils_anode_.html @@ -93,7 +93,7 @@

    getANodePropByName

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

    getANodeProps

  • Parameters

    @@ -147,7 +147,7 @@

    postProp

  • diff --git a/docs/modules/_utils_ast_util_.html b/docs/modules/_utils_ast_util_.html index 080a165d..9ae2a1b1 100644 --- a/docs/modules/_utils_ast_util_.html +++ b/docs/modules/_utils_ast_util_.html @@ -96,7 +96,7 @@

    Const debug

    debug: any = debugFactory('ast-util')
    @@ -113,7 +113,7 @@

    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 649f9649..e9efb15e 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 b0b3b10c..586a64e7 100644 --- a/docs/modules/_utils_case_.html +++ b/docs/modules/_utils_case_.html @@ -95,7 +95,7 @@

    Const debug

    debug: any = debugFactory('case')
    @@ -112,7 +112,7 @@

    assertSanHTMLEqual

  • Parameters

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

    deepEqual

  • Parameters

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

    parseSanHTML

  • Parameters

    diff --git a/docs/modules/_utils_element_.html b/docs/modules/_utils_element_.html index 3d89441b..40fb0f9d 100644 --- a/docs/modules/_utils_element_.html +++ b/docs/modules/_utils_element_.html @@ -87,7 +87,7 @@

    Const autoCloseTags

    autoCloseTags: Set<string> = new Set('area,base,br,col,embed,hr,img,input,keygen,param,source,track,wbr'.split(','))
  • diff --git a/docs/modules/_utils_lang_.html b/docs/modules/_utils_lang_.html index 8e70ca9f..be8bd355 100644 --- a/docs/modules/_utils_lang_.html +++ b/docs/modules/_utils_lang_.html @@ -91,7 +91,7 @@

    isValidIdentifier

  • Parameters

    diff --git a/package-lock.json b/package-lock.json index 951d0af3..043e2c0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61d53abe..c4acc84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "1.9.1", + "version": "1.9.2", "description": "San server-side-render framework and utils", "main": "dist/index.js", "types": "dist/index.d.ts",