diff --git a/CHANGELOG.md b/CHANGELOG.md index 208e30c1..533093bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.9](https://github.com/searchfe/san-ssr/compare/v1.3.8...v1.3.9) (2019-11-21) + + +### Bug Fixes + +* remove console.log ([6488873](https://github.com/searchfe/san-ssr/commit/64888731d59577c6087bbe333364d2776447709f)) + ## [1.3.8](https://github.com/searchfe/san-ssr/compare/v1.3.7...v1.3.8) (2019-11-21) diff --git a/docs/classes/_loaders_common_js_.commonjs.html b/docs/classes/_loaders_common_js_.commonjs.html index b169b2da..d9bb97be 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -117,7 +117,7 @@

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 89e5a86e..ca40b6a7 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 cdf254a9..099ec9c5 100644 --- a/docs/classes/_models_component_.sancomponent.html +++ b/docs/classes/_models_component_.sancomponent.html @@ -173,7 +173,7 @@

    aNode

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

    Optional components

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

    data

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

    Optional getComponentgetComponentType: function

    @@ -257,7 +257,7 @@

    Static components: Components

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

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

    Static sanssrCid: number diff --git a/docs/classes/_models_san_app_.sanapp.html b/docs/classes/_models_san_app_.sanapp.html index 63b3715c..8c99caed 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_project_.sanproject.html b/docs/classes/_models_san_project_.sanproject.html index ae2f972d..ff942868 100644 --- a/docs/classes/_models_san_project_.sanproject.html +++ b/docs/classes/_models_san_project_.sanproject.html @@ -129,7 +129,7 @@

    constructor

  • Parameters

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

    Private compilers

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

    Private modules

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

    Private root

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

    tsConfigFilePath

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

    tsProject

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

    compile

  • Parameters

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

    Private getOrCreateCo
  • Parameters

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

    Private loadCompilerC
  • Parameters

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

    parseSanApp

  • Parameters

    diff --git a/docs/classes/_models_san_sourcefile_.sansourcefile.html b/docs/classes/_models_san_sourcefile_.sansourcefile.html index 40fae303..dcf386cf 100644 --- a/docs/classes/_models_san_sourcefile_.sansourcefile.html +++ b/docs/classes/_models_san_sourcefile_.sansourcefile.html @@ -125,7 +125,7 @@

    Private constructor

  • Parameters

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

    componentClassDeclarations

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

    componentClassIdentifier

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

    componentClasses

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

    fakeProperties

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

    fileType

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

    Private filepath

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

    tsSourceFile

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

    getClass

  • Parameters

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

    getClassDeclarations

  • Returns ClassDeclaration[]

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

    getFilePath

  • Returns string

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

    getFullText

  • Returns string

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

    Static createFromJSFile

    Parameters

    @@ -335,7 +335,7 @@

    Static createFromTSSource

    Parameters

    diff --git a/docs/classes/_parsers_component_class_finder_.componentclassfinder.html b/docs/classes/_parsers_component_class_finder_.componentclassfinder.html index 5bb13f1b..24e472ca 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 78178c3c..c226cfe6 100644 --- a/docs/classes/_parsers_san_app_parser_.sanappparser.html +++ b/docs/classes/_parsers_san_app_parser_.sanappparser.html @@ -123,7 +123,7 @@

    constructor

  • Parameters

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

    Private cache

    cache: Map<SourceFile, SanSourceFile> = new Map()
    @@ -155,7 +155,7 @@

    Private id

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

    project

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

    Private root

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

    Private doParseSan

    Parameters

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

    Private evaluateFile

  • Parameters

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

    parseSanApp

  • Parameters

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

    Private parseSanSourc
  • Parameters

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

    setComponentID

  • Parameters

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

    Static createUsingDefa
  • Returns SanAppParser

    @@ -336,7 +336,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 8dfc7472..719e7915 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 c560c0d2..5cfea185 100644 --- a/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html +++ b/docs/classes/_target_js_compilers_element_compiler_.elementcompiler.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

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

    Private compileAnode

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

    inner

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

    tagEnd

  • @@ -232,7 +232,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 fdf26559..168d90dd 100644 --- a/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html +++ b/docs/classes/_target_js_compilers_renderer_compiler_.renderercompiler.html @@ -134,7 +134,7 @@

    constructor

  • Parameters

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

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

    Private component

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

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

    Private funcName

    funcName: string
    @@ -203,7 +203,7 @@

    compileComponentSource

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

    Private genComponentC
  • @@ -258,7 +258,7 @@

    Private genComponentP
  • diff --git a/docs/classes/_target_js_emitters_emitter_.jsemitter.html b/docs/classes/_target_js_emitters_emitter_.jsemitter.html index 22ca54cc..9bb18f43 100644 --- a/docs/classes/_target_js_emitters_emitter_.jsemitter.html +++ b/docs/classes/_target_js_emitters_emitter_.jsemitter.html @@ -132,7 +132,7 @@

    constructor

    Parameters

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

    Protected code

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

    carriageReturn

    Returns void

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

    Protected defaultWrite

    Inherited from Emitter.defaultWrite

    Parameters

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

    feedLine

    Parameters

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

    fullText

    Returns string

    @@ -257,7 +257,7 @@

    indent

    Returns void

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

    nextLine

    Parameters

    @@ -299,7 +299,7 @@

    unindent

    Returns void

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

    write

    Parameters

    @@ -340,7 +340,7 @@

    writeAnonymousFunction

  • Parameters

    @@ -366,7 +366,7 @@

    writeFunction

  • Parameters

    @@ -396,7 +396,7 @@

    writeLine

    Parameters

    @@ -420,7 +420,7 @@

    writeLines

    Parameters

    @@ -444,7 +444,7 @@

    writeNewLine

    Returns void

    diff --git a/docs/classes/_target_js_index_.tojscompiler.html b/docs/classes/_target_js_index_.tojscompiler.html index d3460563..bb6b1c4f 100644 --- a/docs/classes/_target_js_index_.tojscompiler.html +++ b/docs/classes/_target_js_index_.tojscompiler.html @@ -122,7 +122,7 @@

    constructor

  • Parameters

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

    Private project

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

    Private root

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

    Private tsConfigFile<
    tsConfigFilePath: object
    @@ -189,7 +189,7 @@

    compile

  • Parameters

    diff --git a/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html b/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html index b53d29f1..2f2f245c 100644 --- a/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html +++ b/docs/classes/_target_js_source_buffer_.compilesourcebuffer.html @@ -126,7 +126,7 @@

    constructor

  • Returns CompileSourceBuffer

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

    segs

    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 f61e8ef9..ab4861cf 100644 --- a/docs/classes/_target_js_utils_timing_.measure.html +++ b/docs/classes/_target_js_utils_timing_.measure.html @@ -114,7 +114,7 @@

    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 81914326..cc3f49ee 100644 --- a/docs/classes/_utils_emitter_.emitter.html +++ b/docs/classes/_utils_emitter_.emitter.html @@ -134,7 +134,7 @@

    constructor

  • Parameters

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

    Protected code

    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 1edfe71f..119faf5e 100644 --- a/docs/enums/_models_source_file_type_.sourcefiletype.html +++ b/docs/enums/_models_source_file_type_.sourcefiletype.html @@ -91,7 +91,7 @@

    js

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

    ts

    ts: = ".ts"
    diff --git a/docs/interfaces/_models_anode_.anode.html b/docs/interfaces/_models_anode_.anode.html index 27d494da..33a03130 100644 --- a/docs/interfaces/_models_anode_.anode.html +++ b/docs/interfaces/_models_anode_.anode.html @@ -111,7 +111,7 @@

    children

    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 c3f8bfdd..f780a55e 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 8e3e9304..6ea07d8f 100644 --- a/docs/interfaces/_models_compiler_.compiler.html +++ b/docs/interfaces/_models_compiler_.compiler.html @@ -108,7 +108,7 @@

    compile

  • Parameters

    diff --git a/docs/interfaces/_models_component_.sandata.html b/docs/interfaces/_models_component_.sandata.html index bc56fabb..23db84fb 100644 --- a/docs/interfaces/_models_component_.sandata.html +++ b/docs/interfaces/_models_component_.sandata.html @@ -304,7 +304,7 @@

    get

    Parameters

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

    set

    Parameters

    diff --git a/docs/interfaces/_models_expression_.expression.html b/docs/interfaces/_models_expression_.expression.html index 13ea1b7b..48a46177 100644 --- a/docs/interfaces/_models_expression_.expression.html +++ b/docs/interfaces/_models_expression_.expression.html @@ -110,7 +110,7 @@

    args

    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/modules/_bin_ssr_.html b/docs/modules/_bin_ssr_.html index 54ca8032..44d4a656 100644 --- a/docs/modules/_bin_ssr_.html +++ b/docs/modules/_bin_ssr_.html @@ -99,7 +99,7 @@

    OptionValue

    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/_loaders_common_js_.html b/docs/modules/_loaders_common_js_.html index 149834fc..c8458a27 100644 --- a/docs/modules/_loaders_common_js_.html +++ b/docs/modules/_loaders_common_js_.html @@ -108,7 +108,7 @@

    FileLoader

    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 8c660fb9..9ff03db1 100644 --- a/docs/modules/_loaders_exec_.html +++ b/docs/modules/_loaders_exec_.html @@ -92,7 +92,7 @@

    exec

  • Parameters

    @@ -118,7 +118,7 @@

    execCommandSync

  • Parameters

    diff --git a/docs/modules/_loaders_target_.html b/docs/modules/_loaders_target_.html index a9b95eda..488852ef 100644 --- a/docs/modules/_loaders_target_.html +++ b/docs/modules/_loaders_target_.html @@ -92,7 +92,7 @@

    loadCompilerClassByTarget

  • Parameters

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

    resolve

  • Parameters

    diff --git a/docs/modules/_models_component_.html b/docs/modules/_models_component_.html index 0a3b8e6c..023a870b 100644 --- a/docs/modules/_models_component_.html +++ b/docs/modules/_models_component_.html @@ -109,7 +109,7 @@

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

  • @@ -126,7 +126,7 @@

    isComponentClass

  • Parameters

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

    isComponentLoader

  • Parameters

    diff --git a/docs/modules/_models_san_project_.html b/docs/modules/_models_san_project_.html index 30551ac5..7932defc 100644 --- a/docs/modules/_models_san_project_.html +++ b/docs/modules/_models_san_project_.html @@ -94,7 +94,7 @@

    CompilerClass

    CompilerClass: Partial<object>
    @@ -104,7 +104,7 @@

    SanProjectOptions

    SanProjectOptions: object
    diff --git a/docs/modules/_models_source_file_type_.html b/docs/modules/_models_source_file_type_.html index 2c8baeae..c59016ab 100644 --- a/docs/modules/_models_source_file_type_.html +++ b/docs/modules/_models_source_file_type_.html @@ -98,7 +98,7 @@

    getSourceFileType

  • Parameters

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

    getSourceFileTypeOrThrow

  • Parameters

    diff --git a/docs/modules/_parsers_dependency_resolver_.html b/docs/modules/_parsers_dependency_resolver_.html index 12721e15..06c73433 100644 --- a/docs/modules/_parsers_dependency_resolver_.html +++ b/docs/modules/_parsers_dependency_resolver_.html @@ -96,7 +96,7 @@

    getDependenciesRecursively

  • Parameters

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

    getInlineDeclarations

  • Parameters

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

    getInlineDependencies

  • Parameters

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

    getInlineDependencyLiterals

  • Parameters

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

    isRelativePath

  • Parameters

    @@ -214,7 +214,7 @@

    shouldInline

  • Parameters

    diff --git a/docs/modules/_parsers_normalize_component_.html b/docs/modules/_parsers_normalize_component_.html index 6fe2e00b..300cddec 100644 --- a/docs/modules/_parsers_normalize_component_.html +++ b/docs/modules/_parsers_normalize_component_.html @@ -91,7 +91,7 @@

    normalizeComponentClass

  • Parameters

    diff --git a/docs/modules/_parsers_san_app_parser_.html b/docs/modules/_parsers_san_app_parser_.html index de315000..a3eaffab 100644 --- a/docs/modules/_parsers_san_app_parser_.html +++ b/docs/modules/_parsers_san_app_parser_.html @@ -93,7 +93,7 @@

    Const debug

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

    getDefaultTSConfigPath

  • Returns string

    diff --git a/docs/modules/_target_js_compilers_expr_compiler_.html b/docs/modules/_target_js_compilers_expr_compiler_.html index 18bd5995..8ced5457 100644 --- a/docs/modules/_target_js_compilers_expr_compiler_.html +++ b/docs/modules/_target_js_compilers_expr_compiler_.html @@ -87,7 +87,7 @@

    Const compileExprSource
    compileExprSource: object
    @@ -105,7 +105,7 @@

    _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 f5a5d734..0ac167dc 100644 --- a/docs/modules/_target_js_compilers_renderer_compiler_.html +++ b/docs/modules/_target_js_compilers_renderer_compiler_.html @@ -99,7 +99,7 @@

    Const rDataAccess

    rDataAccess: RegExp = /this.data.get\(([^)]+)\)/g
    @@ -116,7 +116,7 @@

    functionString

  • Parameters

    diff --git a/docs/modules/_target_js_compilers_stringifier_.html b/docs/modules/_target_js_compilers_stringifier_.html index 29bdd31c..a554f24e 100644 --- a/docs/modules/_target_js_compilers_stringifier_.html +++ b/docs/modules/_target_js_compilers_stringifier_.html @@ -87,7 +87,7 @@

    Const stringifier

    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 e6e47d41..cd288ad8 100644 --- a/docs/modules/_target_js_emitters_runtime_.html +++ b/docs/modules/_target_js_emitters_runtime_.html @@ -91,7 +91,7 @@

    emitRuntime

  • Parameters

    diff --git a/docs/modules/_target_js_index_.html b/docs/modules/_target_js_index_.html index 68052ee8..35ee86d2 100644 --- a/docs/modules/_target_js_index_.html +++ b/docs/modules/_target_js_index_.html @@ -99,7 +99,7 @@

    ToJSCompilerOptions

    ToJSCompilerOptions: object
    @@ -123,7 +123,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 ca3e7d4c..49508ad0 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 00f5359a..2c5c454d 100644 --- a/docs/modules/_target_js_utils_fs_.html +++ b/docs/modules/_target_js_utils_fs_.html @@ -91,7 +91,7 @@

    readStringSync

  • Parameters

    diff --git a/docs/modules/_target_js_utils_timing_.html b/docs/modules/_target_js_utils_timing_.html index 5588527d..b269eae3 100644 --- a/docs/modules/_target_js_utils_timing_.html +++ b/docs/modules/_target_js_utils_timing_.html @@ -98,7 +98,7 @@

    measure

  • Parameters

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

    startMeasure

  • Returns Measure

    diff --git a/docs/modules/_transpilers_ts2js_.html b/docs/modules/_transpilers_ts2js_.html index 733e1142..83fadf69 100644 --- a/docs/modules/_transpilers_ts2js_.html +++ b/docs/modules/_transpilers_ts2js_.html @@ -94,7 +94,7 @@

    Const debug

    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 41ff47b9..ccbe4a1f 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 a4322c55..1770967e 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 d7416899..08f47913 100644 --- a/docs/modules/_utils_buffer_.html +++ b/docs/modules/_utils_buffer_.html @@ -91,7 +91,7 @@

    byteCount

  • Parameters

    diff --git a/docs/modules/_utils_case_.html b/docs/modules/_utils_case_.html index 776ea3d1..9d699af9 100644 --- a/docs/modules/_utils_case_.html +++ b/docs/modules/_utils_case_.html @@ -93,7 +93,7 @@

    assertSanHTMLEqual

  • Parameters

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

    deepEqual

  • Parameters

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

    parseSanHTML

  • Parameters

    diff --git a/docs/modules/_utils_element_.html b/docs/modules/_utils_element_.html index a6734679..94708619 100644 --- a/docs/modules/_utils_element_.html +++ b/docs/modules/_utils_element_.html @@ -87,7 +87,7 @@

    Const autoCloseTags

    autoCloseTags: Set<string> = new Set('area,base,br,col,embed,hr,img,input,keygen,param,source,track,wbr'.split(','))
  • diff --git a/package.json b/package.json index 06f9f83d..1e78bd2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "1.3.8", + "version": "1.3.9", "description": "San server-side-render framework and utils", "main": "dist/index.js", "types": "dist/index.d.ts",