From f661cd8b858fa897e595978bcb1eafb1137ee357 Mon Sep 17 00:00:00 2001 From: harttle Date: Tue, 27 Aug 2019 13:07:21 +0800 Subject: [PATCH] doc: fix underscore prefixed doc files by adding .jekyll --- docs/.nojekyll | 0 docs/classes/_context_context_.context.html | 30 +++--- docs/classes/_drop_blank_drop_.blankdrop.html | 14 +-- docs/classes/_drop_drop_.drop.html | 4 +- docs/classes/_drop_empty_drop_.emptydrop.html | 14 +-- .../_drop_forloop_drop_.forloopdrop.html | 24 ++--- docs/classes/_drop_null_drop_.nulldrop.html | 14 +-- ...p_tablerowloop_drop_.tablerowloopdrop.html | 36 +++---- docs/classes/_liquid_.liquid.html | 52 ++++----- ...arser_delimited_token_.delimitedtoken.html | 20 ++-- .../_parser_html_token_.htmltoken.html | 22 ++-- .../_parser_output_token_.outputtoken.html | 22 ++-- .../_parser_parse_stream_.parsestream.html | 18 ++-- docs/classes/_parser_parser_.parser.html | 10 +- docs/classes/_parser_tag_token_.tagtoken.html | 26 ++--- docs/classes/_parser_token_.token.html | 20 ++-- .../classes/_parser_tokenizer_.tokenizer.html | 6 +- docs/classes/_render_emitter_.emitter.html | 8 +- .../_render_expression_.expression.html | 16 +-- docs/classes/_render_render_.render.html | 4 +- docs/classes/_render_value_.value.html | 12 +-- .../_template_filter_filter_.filter.html | 18 ++-- docs/classes/_template_html_.html.html | 10 +- docs/classes/_template_output_.output.html | 10 +- docs/classes/_template_tag_hash_.hash.html | 6 +- docs/classes/_template_tag_tag_.tag.html | 18 ++-- .../classes/_template_template_.template.html | 4 +- docs/classes/_template_value_.value.html | 18 ++-- docs/classes/_util_error_.assertionerror.html | 2 +- docs/classes/_util_error_.liquiderror.html | 8 +- docs/classes/_util_error_.parseerror.html | 4 +- docs/classes/_util_error_.rendererror.html | 6 +- .../_util_error_.tokenizationerror.html | 4 +- .../enums/_context_block_mode_.blockmode.html | 4 +- docs/enums/_parser_tokenizer_.parsestate.html | 6 +- .../_context_scope_.plainobject.html | 2 +- .../_drop_icomparable_.icomparable.html | 10 +- docs/interfaces/_fs_ifs_.ifs.html | 10 +- .../_liquid_options_.liquidoptions.html | 32 +++--- ...liquid_options_.normalizedfulloptions.html | 32 +++--- .../_liquid_options_.normalizedoptions.html | 32 +++--- ...mplate_filter_filter_impl_.filterimpl.html | 2 +- .../_template_itemplate_.itemplate.html | 6 +- .../_template_tag_itag_impl_.itagimpl.html | 8 +- ...ag_itag_impl_options_.itagimploptions.html | 6 +- docs/modules/_builtin_filters_array_.html | 10 +- docs/modules/_builtin_filters_date_.html | 2 +- docs/modules/_builtin_filters_html_.html | 28 ++--- docs/modules/_builtin_filters_math_.html | 6 +- docs/modules/_builtin_filters_string_.html | 10 +- docs/modules/_builtin_tags_assign_.html | 2 +- docs/modules/_builtin_tags_capture_.html | 2 +- docs/modules/_builtin_tags_cycle_.html | 4 +- docs/modules/_builtin_tags_for_.html | 2 +- docs/modules/_builtin_tags_include_.html | 4 +- docs/modules/_builtin_tags_index_.html | 40 +++---- docs/modules/_builtin_tags_layout_.html | 2 +- docs/modules/_builtin_tags_tablerow_.html | 2 +- docs/modules/_context_context_.html | 6 +- docs/modules/_context_scope_.html | 2 +- docs/modules/_drop_icomparable_.html | 2 +- docs/modules/_fs_browser_.html | 12 +-- docs/modules/_fs_node_.html | 16 +-- docs/modules/_liquid_.html | 2 +- docs/modules/_liquid_options_.html | 38 +++---- docs/modules/_parser_lexical_.html | 46 ++++---- docs/modules/_parser_literal_.html | 4 +- docs/modules/_parser_parse_stream_.html | 2 +- docs/modules/_parser_whitespace_ctrl_.html | 6 +- docs/modules/_render_boolean_.html | 4 +- docs/modules/_render_expression_.html | 4 +- docs/modules/_render_operator_.html | 44 ++++---- docs/modules/_render_range_.html | 6 +- docs/modules/_template_filter_filter_.html | 8 +- ..._template_filter_filter_impl_options_.html | 2 +- docs/modules/_util_assert_.html | 2 +- docs/modules/_util_error_.html | 4 +- docs/modules/_util_strftime_.html | 100 +++++++++--------- docs/modules/_util_underscore_.html | 34 +++--- package.json | 2 +- 80 files changed, 545 insertions(+), 545 deletions(-) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/docs/classes/_context_context_.context.html b/docs/classes/_context_context_.context.html index a4fdf89b4..207ec22be 100644 --- a/docs/classes/_context_context_.context.html +++ b/docs/classes/_context_context_.context.html @@ -126,7 +126,7 @@
  • Parameters

    @@ -154,7 +154,7 @@
    environments: Scope
    @@ -164,7 +164,7 @@ @@ -174,7 +174,7 @@
    registers: object
    @@ -189,7 +189,7 @@
    scopes: Scope[] = [{}]
    @@ -199,7 +199,7 @@
    sync: boolean
    @@ -216,7 +216,7 @@
  • Parameters

    @@ -244,7 +244,7 @@
  • Returns PlainObject @@ -264,7 +264,7 @@
  • Parameters

    @@ -290,7 +290,7 @@
  • Returns PlainObject @@ -310,7 +310,7 @@
  • Parameters

    @@ -338,7 +338,7 @@
  • Parameters

    @@ -361,7 +361,7 @@
  • Returns undefined @@ -383,7 +383,7 @@
  • Parameters

    @@ -406,7 +406,7 @@
  • Parameters

    diff --git a/docs/classes/_drop_blank_drop_.blankdrop.html b/docs/classes/_drop_blank_drop_.blankdrop.html index 36880046b..3fe785907 100644 --- a/docs/classes/_drop_blank_drop_.blankdrop.html +++ b/docs/classes/_drop_blank_drop_.blankdrop.html @@ -120,7 +120,7 @@

    Parameters

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

    Returns boolean

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

    Returns boolean

    @@ -180,7 +180,7 @@

    Returns boolean

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

    Parameters

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

    Returns boolean

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

    Inherited from EmptyDrop.valueOf

    Overrides Drop.valueOf

    Returns string

    diff --git a/docs/classes/_drop_drop_.drop.html b/docs/classes/_drop_drop_.drop.html index 0e648d2e5..336e716d7 100644 --- a/docs/classes/_drop_drop_.drop.html +++ b/docs/classes/_drop_drop_.drop.html @@ -114,7 +114,7 @@
  • Parameters

    @@ -142,7 +142,7 @@
  • Returns any

    diff --git a/docs/classes/_drop_empty_drop_.emptydrop.html b/docs/classes/_drop_empty_drop_.emptydrop.html index fecfc35d7..1bc02a97a 100644 --- a/docs/classes/_drop_empty_drop_.emptydrop.html +++ b/docs/classes/_drop_empty_drop_.emptydrop.html @@ -124,7 +124,7 @@
  • Parameters

    @@ -147,7 +147,7 @@
  • Returns boolean

    @@ -164,7 +164,7 @@
  • Returns boolean

    @@ -181,7 +181,7 @@
  • Returns boolean

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

    Parameters

    @@ -227,7 +227,7 @@
  • Returns boolean

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

    Returns string

    diff --git a/docs/classes/_drop_forloop_drop_.forloopdrop.html b/docs/classes/_drop_forloop_drop_.forloopdrop.html index 03ecfd190..74d5c2373 100644 --- a/docs/classes/_drop_forloop_drop_.forloopdrop.html +++ b/docs/classes/_drop_forloop_drop_.forloopdrop.html @@ -133,7 +133,7 @@
  • Parameters

    @@ -155,7 +155,7 @@
    i: number = 0
    @@ -165,7 +165,7 @@
    length: number
    @@ -182,7 +182,7 @@
  • Returns boolean

    @@ -199,7 +199,7 @@
  • Returns number

    @@ -216,7 +216,7 @@
  • Returns number

    @@ -233,7 +233,7 @@
  • Returns boolean

    @@ -251,7 +251,7 @@

    Parameters

    @@ -279,7 +279,7 @@
  • Returns void

    @@ -296,7 +296,7 @@
  • Returns number

    @@ -313,7 +313,7 @@
  • Returns number

    @@ -331,7 +331,7 @@

    Returns string

    diff --git a/docs/classes/_drop_null_drop_.nulldrop.html b/docs/classes/_drop_null_drop_.nulldrop.html index 3d58169bb..4c7b95739 100644 --- a/docs/classes/_drop_null_drop_.nulldrop.html +++ b/docs/classes/_drop_null_drop_.nulldrop.html @@ -119,7 +119,7 @@
  • Parameters

    @@ -142,7 +142,7 @@
  • Returns boolean

    @@ -159,7 +159,7 @@
  • Returns boolean

    @@ -176,7 +176,7 @@
  • Returns boolean

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

    Parameters

    @@ -222,7 +222,7 @@
  • Returns boolean

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

    Returns null

    diff --git a/docs/classes/_drop_tablerowloop_drop_.tablerowloopdrop.html b/docs/classes/_drop_tablerowloop_drop_.tablerowloopdrop.html index 4dd969b9b..35fa6eb19 100644 --- a/docs/classes/_drop_tablerowloop_drop_.tablerowloopdrop.html +++ b/docs/classes/_drop_tablerowloop_drop_.tablerowloopdrop.html @@ -135,7 +135,7 @@

    Parameters

    @@ -160,7 +160,7 @@
    cols: number
    @@ -171,7 +171,7 @@ @@ -182,7 +182,7 @@ @@ -199,7 +199,7 @@
  • Returns number

    @@ -216,7 +216,7 @@
  • Returns number

    @@ -233,7 +233,7 @@
  • Returns boolean

    @@ -250,7 +250,7 @@
  • Returns boolean

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

    Returns boolean

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

    Returns number

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

    Returns number

    @@ -322,7 +322,7 @@

    Returns boolean

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

    Parameters

    @@ -369,7 +369,7 @@

    Returns void

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

    Returns number

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

    Returns number

    @@ -422,7 +422,7 @@
  • Returns number

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

    Inherited from ForloopDrop.valueOf

    Overrides Drop.valueOf

    Returns string

    diff --git a/docs/classes/_liquid_.liquid.html b/docs/classes/_liquid_.liquid.html index 4730bb18e..c48b401c0 100644 --- a/docs/classes/_liquid_.liquid.html +++ b/docs/classes/_liquid_.liquid.html @@ -136,7 +136,7 @@
  • Parameters

    @@ -158,7 +158,7 @@
    cache: object
    @@ -168,7 +168,7 @@
    fs: IFS
    @@ -178,7 +178,7 @@ @@ -188,7 +188,7 @@
    parser: Parser
    @@ -198,7 +198,7 @@
    renderer: Render
    @@ -208,7 +208,7 @@
    tokenizer: Tokenizer
    @@ -225,7 +225,7 @@
  • Parameters

    @@ -251,7 +251,7 @@
  • Parameters

    @@ -277,7 +277,7 @@
  • Returns (Anonymous function)

    @@ -294,7 +294,7 @@
  • Parameters

    @@ -320,7 +320,7 @@
  • Parameters

    @@ -346,7 +346,7 @@
  • Parameters

    @@ -372,7 +372,7 @@
  • Parameters

    @@ -398,7 +398,7 @@
  • Parameters

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

    @@ -456,7 +456,7 @@
  • Parameters

    @@ -500,7 +500,7 @@
  • Parameters

    @@ -526,7 +526,7 @@
  • Parameters

    @@ -552,7 +552,7 @@
  • Parameters

    @@ -581,7 +581,7 @@
  • Parameters

    @@ -610,7 +610,7 @@
  • Parameters

    @@ -639,7 +639,7 @@
  • Parameters

    @@ -669,7 +669,7 @@
  • Parameters

    @@ -698,7 +698,7 @@
  • Parameters

    @@ -736,7 +736,7 @@
  • Type parameters

    diff --git a/docs/classes/_parser_delimited_token_.delimitedtoken.html b/docs/classes/_parser_delimited_token_.delimitedtoken.html index 69907efc3..652328a77 100644 --- a/docs/classes/_parser_delimited_token_.delimitedtoken.html +++ b/docs/classes/_parser_delimited_token_.delimitedtoken.html @@ -130,7 +130,7 @@

    Parameters

    @@ -174,7 +174,7 @@ @@ -185,7 +185,7 @@ @@ -196,7 +196,7 @@ @@ -207,7 +207,7 @@ @@ -218,7 +218,7 @@ @@ -229,7 +229,7 @@ @@ -240,7 +240,7 @@ @@ -251,7 +251,7 @@ @@ -262,7 +262,7 @@ diff --git a/docs/classes/_parser_html_token_.htmltoken.html b/docs/classes/_parser_html_token_.htmltoken.html index ccb357ad8..de3ce85d4 100644 --- a/docs/classes/_parser_html_token_.htmltoken.html +++ b/docs/classes/_parser_html_token_.htmltoken.html @@ -128,7 +128,7 @@

    Parameters

    @@ -163,7 +163,7 @@ @@ -174,7 +174,7 @@ @@ -185,7 +185,7 @@ @@ -196,7 +196,7 @@ @@ -207,7 +207,7 @@ @@ -218,7 +218,7 @@ @@ -229,7 +229,7 @@ @@ -240,7 +240,7 @@ @@ -251,7 +251,7 @@ @@ -268,7 +268,7 @@
  • Parameters

    diff --git a/docs/classes/_parser_output_token_.outputtoken.html b/docs/classes/_parser_output_token_.outputtoken.html index f8628667e..b64050cd4 100644 --- a/docs/classes/_parser_output_token_.outputtoken.html +++ b/docs/classes/_parser_output_token_.outputtoken.html @@ -128,7 +128,7 @@

    Parameters

    @@ -169,7 +169,7 @@ @@ -180,7 +180,7 @@ @@ -191,7 +191,7 @@ @@ -202,7 +202,7 @@ @@ -213,7 +213,7 @@ @@ -224,7 +224,7 @@ @@ -235,7 +235,7 @@ @@ -246,7 +246,7 @@ @@ -257,7 +257,7 @@ @@ -274,7 +274,7 @@
  • Parameters

    diff --git a/docs/classes/_parser_parse_stream_.parsestream.html b/docs/classes/_parser_parse_stream_.parsestream.html index 19d95b753..a1361aad4 100644 --- a/docs/classes/_parser_parse_stream_.parsestream.html +++ b/docs/classes/_parser_parse_stream_.parsestream.html @@ -120,7 +120,7 @@
  • Parameters

    @@ -145,7 +145,7 @@
    handlers: object
    @@ -181,7 +181,7 @@
    parseToken: ParseToken
    @@ -191,7 +191,7 @@
    stopRequested: boolean = false
    @@ -201,7 +201,7 @@
    tokens: Token[]
    @@ -218,7 +218,7 @@
  • Type parameters

    @@ -268,7 +268,7 @@
  • Returns this

    @@ -285,7 +285,7 @@
  • Returns this

    @@ -302,7 +302,7 @@
  • Type parameters

    diff --git a/docs/classes/_parser_parser_.parser.html b/docs/classes/_parser_parser_.parser.html index 3ce999ab4..521fa57e8 100644 --- a/docs/classes/_parser_parser_.parser.html +++ b/docs/classes/_parser_parser_.parser.html @@ -116,7 +116,7 @@
  • Parameters

    @@ -138,7 +138,7 @@
    liquid: Liquid
    @@ -155,7 +155,7 @@
  • Parameters

    @@ -178,7 +178,7 @@
  • Parameters

    @@ -201,7 +201,7 @@
  • Parameters

    diff --git a/docs/classes/_parser_tag_token_.tagtoken.html b/docs/classes/_parser_tag_token_.tagtoken.html index d71a0b2cd..d6f0379cc 100644 --- a/docs/classes/_parser_tag_token_.tagtoken.html +++ b/docs/classes/_parser_tag_token_.tagtoken.html @@ -130,7 +130,7 @@

    Parameters

    @@ -170,7 +170,7 @@
    args: string
    @@ -181,7 +181,7 @@ @@ -192,7 +192,7 @@ @@ -203,7 +203,7 @@ @@ -214,7 +214,7 @@ @@ -224,7 +224,7 @@
    name: string
    @@ -235,7 +235,7 @@ @@ -246,7 +246,7 @@ @@ -257,7 +257,7 @@ @@ -268,7 +268,7 @@ @@ -279,7 +279,7 @@ @@ -296,7 +296,7 @@
  • Parameters

    diff --git a/docs/classes/_parser_token_.token.html b/docs/classes/_parser_token_.token.html index fc88a04ec..397b05434 100644 --- a/docs/classes/_parser_token_.token.html +++ b/docs/classes/_parser_token_.token.html @@ -124,7 +124,7 @@
  • Parameters

    @@ -158,7 +158,7 @@
    col: number
    @@ -168,7 +168,7 @@
    file: undefined | string
    @@ -178,7 +178,7 @@
    input: string
    @@ -188,7 +188,7 @@
    line: number
    @@ -198,7 +198,7 @@
    raw: string
    @@ -208,7 +208,7 @@
    trimLeft: boolean = false
    @@ -218,7 +218,7 @@
    trimRight: boolean = false
    @@ -228,7 +228,7 @@
    type: string = "notset"
    @@ -238,7 +238,7 @@
    value: string
    diff --git a/docs/classes/_parser_tokenizer_.tokenizer.html b/docs/classes/_parser_tokenizer_.tokenizer.html index d253d8d06..7eb4adc0a 100644 --- a/docs/classes/_parser_tokenizer_.tokenizer.html +++ b/docs/classes/_parser_tokenizer_.tokenizer.html @@ -114,7 +114,7 @@
  • Parameters

    @@ -136,7 +136,7 @@ @@ -153,7 +153,7 @@
  • Parameters

    diff --git a/docs/classes/_render_emitter_.emitter.html b/docs/classes/_render_emitter_.emitter.html index d9f28f49b..21b193bb9 100644 --- a/docs/classes/_render_emitter_.emitter.html +++ b/docs/classes/_render_emitter_.emitter.html @@ -106,7 +106,7 @@
    break: boolean = false
    @@ -116,7 +116,7 @@
    continue: boolean = false
    @@ -126,7 +126,7 @@
    html: string = ""
    @@ -143,7 +143,7 @@
  • Parameters

    diff --git a/docs/classes/_render_expression_.expression.html b/docs/classes/_render_expression_.expression.html index ed29634ca..1f198333a 100644 --- a/docs/classes/_render_expression_.expression.html +++ b/docs/classes/_render_expression_.expression.html @@ -119,7 +119,7 @@
  • Parameters

    @@ -141,7 +141,7 @@
    operands: any[] = []
    @@ -151,7 +151,7 @@
    postfix: string[]
    @@ -168,7 +168,7 @@
  • Parameters

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

    @@ -214,7 +214,7 @@
  • Parameters

    @@ -237,7 +237,7 @@
  • Parameters

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

    diff --git a/docs/classes/_render_render_.render.html b/docs/classes/_render_render_.render.html index 6c06aecd4..216f1baf1 100644 --- a/docs/classes/_render_render_.render.html +++ b/docs/classes/_render_render_.render.html @@ -103,7 +103,7 @@
  • Parameters

    @@ -132,7 +132,7 @@
  • Parameters

    diff --git a/docs/classes/_render_value_.value.html b/docs/classes/_render_value_.value.html index f29e6effa..19a1c0e8b 100644 --- a/docs/classes/_render_value_.value.html +++ b/docs/classes/_render_value_.value.html @@ -117,7 +117,7 @@
  • Parameters

    @@ -139,7 +139,7 @@
    str: string
    @@ -156,7 +156,7 @@
  • Parameters

    @@ -179,7 +179,7 @@
  • Parameters

    @@ -213,7 +213,7 @@
  • Parameters

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

    diff --git a/docs/classes/_template_filter_filter_.filter.html b/docs/classes/_template_filter_filter_.filter.html index 0c0f018f4..61778ae07 100644 --- a/docs/classes/_template_filter_filter_.filter.html +++ b/docs/classes/_template_filter_filter_.filter.html @@ -120,7 +120,7 @@
  • Parameters

    @@ -148,7 +148,7 @@ @@ -158,7 +158,7 @@ @@ -168,7 +168,7 @@
    name: string
    @@ -178,7 +178,7 @@
    impls: object
    @@ -203,7 +203,7 @@
  • Parameters

    @@ -229,7 +229,7 @@
  • Parameters

    @@ -255,7 +255,7 @@
  • Returns void

    @@ -272,7 +272,7 @@
  • Parameters

    diff --git a/docs/classes/_template_html_.html.html b/docs/classes/_template_html_.html.html index ca0ed7f2a..be6c61862 100644 --- a/docs/classes/_template_html_.html.html +++ b/docs/classes/_template_html_.html.html @@ -128,7 +128,7 @@

    Parameters

    @@ -150,7 +150,7 @@
    str: string
    @@ -162,7 +162,7 @@

    Implementation of ITemplate.token

    Inherited from Template.token

    @@ -180,7 +180,7 @@

    Parameters

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

    Parameters

    diff --git a/docs/classes/_template_output_.output.html b/docs/classes/_template_output_.output.html index 2d80944f3..b692ed1d6 100644 --- a/docs/classes/_template_output_.output.html +++ b/docs/classes/_template_output_.output.html @@ -128,7 +128,7 @@

    Parameters

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

    Implementation of ITemplate.token

    Inherited from Template.token

    @@ -165,7 +165,7 @@
    value: Value
    @@ -183,7 +183,7 @@

    Parameters

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

    Parameters

    diff --git a/docs/classes/_template_tag_hash_.hash.html b/docs/classes/_template_tag_hash_.hash.html index 04e9dd000..44918e93d 100644 --- a/docs/classes/_template_tag_hash_.hash.html +++ b/docs/classes/_template_tag_hash_.hash.html @@ -126,7 +126,7 @@
  • Parameters

    @@ -152,7 +152,7 @@
  • Parameters

    @@ -178,7 +178,7 @@
  • Parameters

    diff --git a/docs/classes/_template_tag_tag_.tag.html b/docs/classes/_template_tag_tag_.tag.html index 1f9296ad5..da3b94f1f 100644 --- a/docs/classes/_template_tag_tag_.tag.html +++ b/docs/classes/_template_tag_tag_.tag.html @@ -132,7 +132,7 @@

    Parameters

    @@ -160,7 +160,7 @@
    impl: ITagImpl
    @@ -170,7 +170,7 @@
    name: string
    @@ -182,7 +182,7 @@

    Implementation of ITemplate.token

    Inherited from Template.token

    @@ -192,7 +192,7 @@
    impls: object
    @@ -218,7 +218,7 @@

    Parameters

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

    Parameters

    @@ -271,7 +271,7 @@
  • Returns void

    @@ -288,7 +288,7 @@
  • Parameters

    diff --git a/docs/classes/_template_template_.template.html b/docs/classes/_template_template_.template.html index ba473e50f..ebadf0087 100644 --- a/docs/classes/_template_template_.template.html +++ b/docs/classes/_template_template_.template.html @@ -127,7 +127,7 @@
  • Parameters

    @@ -149,7 +149,7 @@
    token: T
    diff --git a/docs/classes/_template_value_.value.html b/docs/classes/_template_value_.value.html index 1cb532d05..a15959dfd 100644 --- a/docs/classes/_template_value_.value.html +++ b/docs/classes/_template_value_.value.html @@ -120,7 +120,7 @@
  • @@ -152,7 +152,7 @@
    filters: Filter[] = []
    @@ -162,7 +162,7 @@
    initial: string
    @@ -172,7 +172,7 @@
    strictFilters: boolean
    @@ -189,7 +189,7 @@
  • Parameters

    @@ -218,7 +218,7 @@
  • Parameters

    @@ -244,7 +244,7 @@
  • Parameters

    @@ -267,7 +267,7 @@
  • Parameters

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

    diff --git a/docs/classes/_util_error_.assertionerror.html b/docs/classes/_util_error_.assertionerror.html index 935e4a55a..a2831501f 100644 --- a/docs/classes/_util_error_.assertionerror.html +++ b/docs/classes/_util_error_.assertionerror.html @@ -116,7 +116,7 @@
  • Parameters

    diff --git a/docs/classes/_util_error_.liquiderror.html b/docs/classes/_util_error_.liquiderror.html index 99309dbb1..eff47b5ac 100644 --- a/docs/classes/_util_error_.liquiderror.html +++ b/docs/classes/_util_error_.liquiderror.html @@ -135,7 +135,7 @@
  • Parameters

    @@ -182,7 +182,7 @@
    originalError: Error
    @@ -204,7 +204,7 @@
    token: Token
    @@ -231,7 +231,7 @@
  • Returns void

    diff --git a/docs/classes/_util_error_.parseerror.html b/docs/classes/_util_error_.parseerror.html index 7356cbff4..00457add0 100644 --- a/docs/classes/_util_error_.parseerror.html +++ b/docs/classes/_util_error_.parseerror.html @@ -122,7 +122,7 @@

    Parameters

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

    Returns void

    diff --git a/docs/classes/_util_error_.rendererror.html b/docs/classes/_util_error_.rendererror.html index 7b5a46dff..9491b6e5a 100644 --- a/docs/classes/_util_error_.rendererror.html +++ b/docs/classes/_util_error_.rendererror.html @@ -123,7 +123,7 @@

    Parameters

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

    Returns void

    @@ -207,7 +207,7 @@
  • Parameters

    diff --git a/docs/classes/_util_error_.tokenizationerror.html b/docs/classes/_util_error_.tokenizationerror.html index d26216685..bc6bbebae 100644 --- a/docs/classes/_util_error_.tokenizationerror.html +++ b/docs/classes/_util_error_.tokenizationerror.html @@ -122,7 +122,7 @@

    Parameters

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

    Returns void

    diff --git a/docs/enums/_context_block_mode_.blockmode.html b/docs/enums/_context_block_mode_.blockmode.html index 18177d58b..cb6e0d296 100644 --- a/docs/enums/_context_block_mode_.blockmode.html +++ b/docs/enums/_context_block_mode_.blockmode.html @@ -91,7 +91,7 @@
    OUTPUT:
    @@ -101,7 +101,7 @@
    STORE:
    diff --git a/docs/enums/_parser_tokenizer_.parsestate.html b/docs/enums/_parser_tokenizer_.parsestate.html index 4ac534b83..8c4ad9cd9 100644 --- a/docs/enums/_parser_tokenizer_.parsestate.html +++ b/docs/enums/_parser_tokenizer_.parsestate.html @@ -92,7 +92,7 @@
    HTML:
    @@ -102,7 +102,7 @@
    OUTPUT:
    @@ -112,7 +112,7 @@
    TAG:
    diff --git a/docs/interfaces/_context_scope_.plainobject.html b/docs/interfaces/_context_scope_.plainobject.html index fabbd18da..00ab4b396 100644 --- a/docs/interfaces/_context_scope_.plainobject.html +++ b/docs/interfaces/_context_scope_.plainobject.html @@ -102,7 +102,7 @@
    toLiquid: undefined | function
    diff --git a/docs/interfaces/_drop_icomparable_.icomparable.html b/docs/interfaces/_drop_icomparable_.icomparable.html index fb7b1ad6a..f7c5cb6c1 100644 --- a/docs/interfaces/_drop_icomparable_.icomparable.html +++ b/docs/interfaces/_drop_icomparable_.icomparable.html @@ -110,7 +110,7 @@
    equals: function
    @@ -141,7 +141,7 @@
    geq: function
    @@ -172,7 +172,7 @@
    gt: function
    @@ -203,7 +203,7 @@
    leq: function
    @@ -234,7 +234,7 @@
    lt: function
    diff --git a/docs/interfaces/_fs_ifs_.ifs.html b/docs/interfaces/_fs_ifs_.ifs.html index 812538d30..353cd7f87 100644 --- a/docs/interfaces/_fs_ifs_.ifs.html +++ b/docs/interfaces/_fs_ifs_.ifs.html @@ -102,7 +102,7 @@
    exists: function
    @@ -133,7 +133,7 @@
    existsSync: function
    @@ -164,7 +164,7 @@
    readFile: function
    @@ -195,7 +195,7 @@
    readFileSync: function
    @@ -226,7 +226,7 @@
    resolve: function
    diff --git a/docs/interfaces/_liquid_options_.liquidoptions.html b/docs/interfaces/_liquid_options_.liquidoptions.html index 331d7cae4..30245c76e 100644 --- a/docs/interfaces/_liquid_options_.liquidoptions.html +++ b/docs/interfaces/_liquid_options_.liquidoptions.html @@ -118,7 +118,7 @@
    cache: undefined | false | true
    @@ -133,7 +133,7 @@
    dynamicPartials: undefined | false | true
    @@ -148,7 +148,7 @@
    extname: undefined | string
    @@ -163,7 +163,7 @@
    fs: IFS
    @@ -178,7 +178,7 @@
    greedy: undefined | false | true
    @@ -193,7 +193,7 @@
    outputDelimiterLeft: undefined | string
    @@ -208,7 +208,7 @@
    outputDelimiterRight: undefined | string
    @@ -223,7 +223,7 @@
    root: string | string[]
    @@ -238,7 +238,7 @@
    strictFilters: undefined | false | true
    @@ -253,7 +253,7 @@
    strictVariables: undefined | false | true
    @@ -268,7 +268,7 @@
    tagDelimiterLeft: undefined | string
    @@ -283,7 +283,7 @@
    tagDelimiterRight: undefined | string
    @@ -298,7 +298,7 @@
    trimOutputLeft: undefined | false | true
    @@ -313,7 +313,7 @@
    trimOutputRight: undefined | false | true
    @@ -328,7 +328,7 @@
    trimTagLeft: undefined | false | true
    @@ -343,7 +343,7 @@
    trimTagRight: undefined | false | true
    diff --git a/docs/interfaces/_liquid_options_.normalizedfulloptions.html b/docs/interfaces/_liquid_options_.normalizedfulloptions.html index 1417849d2..dc868752e 100644 --- a/docs/interfaces/_liquid_options_.normalizedfulloptions.html +++ b/docs/interfaces/_liquid_options_.normalizedfulloptions.html @@ -119,7 +119,7 @@ @@ -130,7 +130,7 @@ @@ -141,7 +141,7 @@ @@ -152,7 +152,7 @@
    @@ -168,7 +168,7 @@ @@ -179,7 +179,7 @@ @@ -190,7 +190,7 @@ @@ -201,7 +201,7 @@ @@ -212,7 +212,7 @@ @@ -223,7 +223,7 @@ @@ -234,7 +234,7 @@ @@ -245,7 +245,7 @@ @@ -256,7 +256,7 @@ @@ -267,7 +267,7 @@ @@ -278,7 +278,7 @@ @@ -289,7 +289,7 @@ diff --git a/docs/interfaces/_liquid_options_.normalizedoptions.html b/docs/interfaces/_liquid_options_.normalizedoptions.html index 85420d604..ff91e940e 100644 --- a/docs/interfaces/_liquid_options_.normalizedoptions.html +++ b/docs/interfaces/_liquid_options_.normalizedoptions.html @@ -124,7 +124,7 @@
    @@ -140,7 +140,7 @@
    @@ -156,7 +156,7 @@
    @@ -172,7 +172,7 @@
    @@ -188,7 +188,7 @@
    @@ -204,7 +204,7 @@
    @@ -220,7 +220,7 @@
    @@ -236,7 +236,7 @@ @@ -247,7 +247,7 @@
    @@ -263,7 +263,7 @@
    @@ -279,7 +279,7 @@
    @@ -295,7 +295,7 @@
    @@ -311,7 +311,7 @@
    @@ -327,7 +327,7 @@
    @@ -343,7 +343,7 @@
    @@ -359,7 +359,7 @@
    diff --git a/docs/interfaces/_template_filter_filter_impl_.filterimpl.html b/docs/interfaces/_template_filter_filter_impl_.filterimpl.html index c874be6bc..b743fde5d 100644 --- a/docs/interfaces/_template_filter_filter_impl_.filterimpl.html +++ b/docs/interfaces/_template_filter_filter_impl_.filterimpl.html @@ -98,7 +98,7 @@
    context: Context
    diff --git a/docs/interfaces/_template_itemplate_.itemplate.html b/docs/interfaces/_template_itemplate_.itemplate.html index aec88af75..ce11630e6 100644 --- a/docs/interfaces/_template_itemplate_.itemplate.html +++ b/docs/interfaces/_template_itemplate_.itemplate.html @@ -113,7 +113,7 @@
    token: Token
    @@ -130,7 +130,7 @@
  • Parameters

    @@ -156,7 +156,7 @@
  • Parameters

    diff --git a/docs/interfaces/_template_tag_itag_impl_.itagimpl.html b/docs/interfaces/_template_tag_itag_impl_.itagimpl.html index 84d9f2bb3..e440c6350 100644 --- a/docs/interfaces/_template_tag_itag_impl_.itagimpl.html +++ b/docs/interfaces/_template_tag_itag_impl_.itagimpl.html @@ -110,7 +110,7 @@
    liquid: Liquid
    @@ -121,7 +121,7 @@ @@ -132,7 +132,7 @@
    @@ -173,7 +173,7 @@ diff --git a/docs/interfaces/_template_tag_itag_impl_options_.itagimploptions.html b/docs/interfaces/_template_tag_itag_impl_options_.itagimploptions.html index 025091a05..a0ff19d20 100644 --- a/docs/interfaces/_template_tag_itag_impl_options_.itagimploptions.html +++ b/docs/interfaces/_template_tag_itag_impl_options_.itagimploptions.html @@ -105,7 +105,7 @@
    parse: undefined | function
    @@ -115,7 +115,7 @@
    render: function
    @@ -155,7 +155,7 @@
    renderSync: undefined | function
    diff --git a/docs/modules/_builtin_filters_array_.html b/docs/modules/_builtin_filters_array_.html index a159f74c0..676890122 100644 --- a/docs/modules/_builtin_filters_array_.html +++ b/docs/modules/_builtin_filters_array_.html @@ -95,7 +95,7 @@
  • Type parameters

    @@ -130,7 +130,7 @@
  • Type parameters

    @@ -165,7 +165,7 @@
  • Type parameters

    @@ -200,7 +200,7 @@
  • Type parameters

    @@ -229,7 +229,7 @@
  • Type parameters

    diff --git a/docs/modules/_builtin_filters_date_.html b/docs/modules/_builtin_filters_date_.html index 06e29b90b..3afa095d3 100644 --- a/docs/modules/_builtin_filters_date_.html +++ b/docs/modules/_builtin_filters_date_.html @@ -91,7 +91,7 @@
  • Parameters

    diff --git a/docs/modules/_builtin_filters_html_.html b/docs/modules/_builtin_filters_html_.html index b5ec9b032..abc851194 100644 --- a/docs/modules/_builtin_filters_html_.html +++ b/docs/modules/_builtin_filters_html_.html @@ -99,7 +99,7 @@
  • Parameters

    @@ -122,7 +122,7 @@
  • Parameters

    @@ -144,7 +144,7 @@
    escapeMap: object
    @@ -153,7 +153,7 @@
    ": string = """
    @@ -163,7 +163,7 @@
    &: string = "&"
    @@ -173,7 +173,7 @@
    ': string = "'"
    @@ -183,7 +183,7 @@
    <: string = "&lt;"
    @@ -193,7 +193,7 @@
    >: string = "&gt;"
    @@ -204,7 +204,7 @@
    unescapeMap: object
    @@ -213,7 +213,7 @@
    ": string = """
    @@ -223,7 +223,7 @@
    ': string = "'"
    @@ -233,7 +233,7 @@
    &: string = "&"
    @@ -243,7 +243,7 @@
    >: string = ">"
    @@ -253,7 +253,7 @@
    <: string = "<"
    diff --git a/docs/modules/_builtin_filters_math_.html b/docs/modules/_builtin_filters_math_.html index f9021e9a3..4724ac634 100644 --- a/docs/modules/_builtin_filters_math_.html +++ b/docs/modules/_builtin_filters_math_.html @@ -94,7 +94,7 @@
    toLowerCase: toLowerCase = String.prototype.toLowerCase
    @@ -111,7 +111,7 @@
  • Parameters

    @@ -142,7 +142,7 @@
  • Parameters

    diff --git a/docs/modules/_builtin_filters_string_.html b/docs/modules/_builtin_filters_string_.html index c656e7097..0d3c6e611 100644 --- a/docs/modules/_builtin_filters_string_.html +++ b/docs/modules/_builtin_filters_string_.html @@ -95,7 +95,7 @@
  • Parameters

    @@ -118,7 +118,7 @@
  • Parameters

    @@ -147,7 +147,7 @@
  • Parameters

    @@ -176,7 +176,7 @@
  • Parameters

    @@ -205,7 +205,7 @@
  • Parameters

    diff --git a/docs/modules/_builtin_tags_assign_.html b/docs/modules/_builtin_tags_assign_.html index 0eb3766a2..745ad3d19 100644 --- a/docs/modules/_builtin_tags_assign_.html +++ b/docs/modules/_builtin_tags_assign_.html @@ -87,7 +87,7 @@
    re: RegExp = new RegExp(`(${identifier.source})\\s*=([^]*)`)
    diff --git a/docs/modules/_builtin_tags_capture_.html b/docs/modules/_builtin_tags_capture_.html index 3a296cba5..4e48352d1 100644 --- a/docs/modules/_builtin_tags_capture_.html +++ b/docs/modules/_builtin_tags_capture_.html @@ -87,7 +87,7 @@
    re: RegExp = new RegExp(`(${identifier.source})`)
    diff --git a/docs/modules/_builtin_tags_cycle_.html b/docs/modules/_builtin_tags_cycle_.html index 9585dbfc0..911271f78 100644 --- a/docs/modules/_builtin_tags_cycle_.html +++ b/docs/modules/_builtin_tags_cycle_.html @@ -88,7 +88,7 @@
    candidatesRE: RegExp = new RegExp(rValue.source, 'g')
    @@ -98,7 +98,7 @@
    groupRE: RegExp = new RegExp(`^(?:(${rValue.source})\\s*:\\s*)?(.*)$`)
    diff --git a/docs/modules/_builtin_tags_for_.html b/docs/modules/_builtin_tags_for_.html index c8dd83a06..1350a69a8 100644 --- a/docs/modules/_builtin_tags_for_.html +++ b/docs/modules/_builtin_tags_for_.html @@ -87,7 +87,7 @@
    re: RegExp = new RegExp(`^(${identifier.source})\\s+in\\s+` +`(${value.source})` +`(?:\\s+${hash.source})*` +`(?:\\s+(reversed))?` +`(?:\\s+${hash.source})*$`)
    diff --git a/docs/modules/_builtin_tags_include_.html b/docs/modules/_builtin_tags_include_.html index 7f995c597..fcde21dcc 100644 --- a/docs/modules/_builtin_tags_include_.html +++ b/docs/modules/_builtin_tags_include_.html @@ -88,7 +88,7 @@
    staticFileRE: RegExp = /[^\s,]+/
    @@ -98,7 +98,7 @@
    withRE: RegExp = new RegExp(`with\\s+(${value.source})`)
    diff --git a/docs/modules/_builtin_tags_index_.html b/docs/modules/_builtin_tags_index_.html index 96c667891..cf4bca61a 100644 --- a/docs/modules/_builtin_tags_index_.html +++ b/docs/modules/_builtin_tags_index_.html @@ -87,7 +87,7 @@
    tags: object
    @@ -96,7 +96,7 @@
    @@ -106,7 +106,7 @@ @@ -116,7 +116,7 @@
    break: object = Break
    @@ -131,7 +131,7 @@
  • Parameters

    @@ -158,7 +158,7 @@ @@ -168,7 +168,7 @@
    case: ITagImplOptions = Case
    @@ -178,7 +178,7 @@ @@ -188,7 +188,7 @@
    continue: object = Continue
    @@ -203,7 +203,7 @@
  • Parameters

    @@ -230,7 +230,7 @@ @@ -240,7 +240,7 @@
    decrement: ITagImplOptions
    @@ -250,7 +250,7 @@
    for: ITagImplOptions = For
    @@ -260,7 +260,7 @@
    if: ITagImplOptions = If
    @@ -270,7 +270,7 @@ @@ -280,7 +280,7 @@
    increment: ITagImplOptions
    @@ -290,7 +290,7 @@ @@ -300,7 +300,7 @@ @@ -310,7 +310,7 @@
    tablerow: ITagImplOptions
    @@ -320,7 +320,7 @@ diff --git a/docs/modules/_builtin_tags_layout_.html b/docs/modules/_builtin_tags_layout_.html index 5f3938b50..f54318b75 100644 --- a/docs/modules/_builtin_tags_layout_.html +++ b/docs/modules/_builtin_tags_layout_.html @@ -87,7 +87,7 @@
    staticFileRE: RegExp = /\S+/
    diff --git a/docs/modules/_builtin_tags_tablerow_.html b/docs/modules/_builtin_tags_tablerow_.html index c83b24ff6..98d3b36f2 100644 --- a/docs/modules/_builtin_tags_tablerow_.html +++ b/docs/modules/_builtin_tags_tablerow_.html @@ -87,7 +87,7 @@
    re: RegExp = new RegExp(`^(${identifier.source})\\s+in\\s+` +`(${value.source})` +`(?:\\s+${hash.source})*$`)
    diff --git a/docs/modules/_context_context_.html b/docs/modules/_context_context_.html index ed88febef..99362791e 100644 --- a/docs/modules/_context_context_.html +++ b/docs/modules/_context_context_.html @@ -99,7 +99,7 @@
  • Parameters

    @@ -125,7 +125,7 @@
  • Parameters

    @@ -151,7 +151,7 @@
  • Parameters

    diff --git a/docs/modules/_context_scope_.html b/docs/modules/_context_scope_.html index 21dca2db5..79c3dbcb2 100644 --- a/docs/modules/_context_scope_.html +++ b/docs/modules/_context_scope_.html @@ -93,7 +93,7 @@
    Scope: PlainObject | Drop
    diff --git a/docs/modules/_drop_icomparable_.html b/docs/modules/_drop_icomparable_.html index b438c96c0..38a3f38da 100644 --- a/docs/modules/_drop_icomparable_.html +++ b/docs/modules/_drop_icomparable_.html @@ -97,7 +97,7 @@
  • Parameters

    diff --git a/docs/modules/_fs_browser_.html b/docs/modules/_fs_browser_.html index df64f3036..96b271466 100644 --- a/docs/modules/_fs_browser_.html +++ b/docs/modules/_fs_browser_.html @@ -96,7 +96,7 @@
  • Parameters

    @@ -122,7 +122,7 @@
  • Returns Promise<boolean>

    @@ -139,7 +139,7 @@
  • Returns boolean

    @@ -156,7 +156,7 @@
  • Parameters

    @@ -179,7 +179,7 @@
  • Parameters

    @@ -202,7 +202,7 @@
  • Parameters

    diff --git a/docs/modules/_fs_node_.html b/docs/modules/_fs_node_.html index bb8bbb683..b88a976a5 100644 --- a/docs/modules/_fs_node_.html +++ b/docs/modules/_fs_node_.html @@ -94,7 +94,7 @@
    readFileAsync: function = _.promisify<string, string, string>(readFile)
    @@ -128,7 +128,7 @@
    statAsync: function = _.promisify(stat)
    @@ -162,7 +162,7 @@
    fs: object
    @@ -175,7 +175,7 @@
  • Parameters

    @@ -198,7 +198,7 @@
  • Parameters

    @@ -221,7 +221,7 @@
  • Parameters

    @@ -244,7 +244,7 @@
  • Parameters

    @@ -267,7 +267,7 @@
  • Parameters

    diff --git a/docs/modules/_liquid_.html b/docs/modules/_liquid_.html index b971ea0b6..509593fb7 100644 --- a/docs/modules/_liquid_.html +++ b/docs/modules/_liquid_.html @@ -93,7 +93,7 @@
    GetTemplateResult: ITemplate[] | undefined
  • diff --git a/docs/modules/_liquid_options_.html b/docs/modules/_liquid_options_.html index 2c4f06238..dcc0e54de 100644 --- a/docs/modules/_liquid_options_.html +++ b/docs/modules/_liquid_options_.html @@ -107,7 +107,7 @@
  • Parameters

    @@ -130,7 +130,7 @@
  • Parameters

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

    @@ -175,7 +175,7 @@
    defaultOptions: object
    @@ -184,7 +184,7 @@
    cache: false = false
    @@ -194,7 +194,7 @@
    dynamicPartials: true = true
    @@ -204,7 +204,7 @@
    extname: string = ""
    @@ -214,7 +214,7 @@
    greedy: true = true
    @@ -224,7 +224,7 @@
    outputDelimiterLeft: string = "{{"
    @@ -234,7 +234,7 @@
    outputDelimiterRight: string = "}}"
    @@ -244,7 +244,7 @@
    root: string[] = ['.']
    @@ -254,7 +254,7 @@
    strictFilters: false = false
    @@ -264,7 +264,7 @@
    strictVariables: false = false
    @@ -274,7 +274,7 @@
    tagDelimiterLeft: string = "{%"
    @@ -284,7 +284,7 @@
    tagDelimiterRight: string = "%}"
    @@ -294,7 +294,7 @@
    trimOutputLeft: false = false
    @@ -304,7 +304,7 @@
    trimOutputRight: false = false
    @@ -314,7 +314,7 @@
    trimTagLeft: false = false
    @@ -324,7 +324,7 @@
    trimTagRight: false = false
    diff --git a/docs/modules/_parser_lexical_.html b/docs/modules/_parser_lexical_.html index a6f950dc4..494ded799 100644 --- a/docs/modules/_parser_lexical_.html +++ b/docs/modules/_parser_lexical_.html @@ -114,7 +114,7 @@
    bool: RegExp = /true|false/
    @@ -124,7 +124,7 @@
    boolLine: RegExp = new RegExp(`^${bool.source}$`, 'i')
    @@ -134,7 +134,7 @@
    doubleQuoted: RegExp = /"[^"]*"/
    @@ -144,7 +144,7 @@
    hash: RegExp = new RegExp(`(?:${identifier.source})\\s*:\\s*(?:${value.source})`)
    @@ -154,7 +154,7 @@
    hashCapture: RegExp = new RegExp(`(${identifier.source})\\s*:\\s*(${value.source})`, 'g')
    @@ -164,7 +164,7 @@
    identifier: RegExp = /[\w-]+[?]?/
    @@ -174,7 +174,7 @@
    literal: RegExp = new RegExp(`(?:${quoted.source}|${bool.source}|${number.source})`)
    @@ -184,7 +184,7 @@
    number: RegExp = /[+-]?(?:\d+\.?\d*|\.?\d+)/
    @@ -194,7 +194,7 @@
    numberLine: RegExp = new RegExp(`^${number.source}$`)
    @@ -204,7 +204,7 @@
    operators: RegExp[] = [/\s+or\s+/,/\s+and\s+/,/==|!=|<=|>=|<|>|\s+contains\s+/]
    @@ -214,7 +214,7 @@
    quoteBalanced: RegExp = new RegExp(`(?:${quoted.source}|[^'"])*`)
    @@ -224,7 +224,7 @@
    quoted: RegExp = new RegExp(`${singleQuoted.source}|${doubleQuoted.source}`)
    @@ -234,7 +234,7 @@
    quotedLine: RegExp = new RegExp(`^${quoted.source}$`)
    @@ -244,7 +244,7 @@
    range: RegExp = new RegExp(`\\(${rangeLimit.source}\\.\\.${rangeLimit.source}\\)`)
    @@ -254,7 +254,7 @@
    rangeCapture: RegExp = new RegExp(`\\((${rangeLimit.source})\\.\\.(${rangeLimit.source})\\)`)
    @@ -264,7 +264,7 @@
    rangeLimit: RegExp = new RegExp(`(?:${variable.source}|${number.source})`)
    @@ -274,7 +274,7 @@
    rangeLine: RegExp = new RegExp(`^${rangeCapture.source}$`)
    @@ -284,7 +284,7 @@
    singleQuoted: RegExp = /'[^']*'/
    @@ -294,7 +294,7 @@
    subscript: RegExp = new RegExp(`\\[(?:${quoted.source}|[\\w-\\.]+)\\]`)
    @@ -304,7 +304,7 @@
    tagLine: RegExp = new RegExp(`^\\s*(${identifier.source})\\s*([\\s\\S]*?)\\s*$`)
    @@ -314,7 +314,7 @@
    value: RegExp = new RegExp(`(?:${variable.source}|${literal.source}|${range.source})`)
    @@ -324,7 +324,7 @@
    variable: RegExp = new RegExp(`${identifier.source}(?:\\.${identifier.source}|${subscript.source})*`)
    @@ -341,7 +341,7 @@
  • Parameters

    diff --git a/docs/modules/_parser_literal_.html b/docs/modules/_parser_literal_.html index e04d3f114..1d4943dc7 100644 --- a/docs/modules/_parser_literal_.html +++ b/docs/modules/_parser_literal_.html @@ -93,7 +93,7 @@
    literal: true | false | NullDrop | EmptyDrop | BlankDrop | number | string
    @@ -110,7 +110,7 @@
  • Parameters

    diff --git a/docs/modules/_parser_parse_stream_.html b/docs/modules/_parser_parse_stream_.html index e5d16ef44..f6b81f2d9 100644 --- a/docs/modules/_parser_parse_stream_.html +++ b/docs/modules/_parser_parse_stream_.html @@ -93,7 +93,7 @@
    ParseToken: function
    diff --git a/docs/modules/_parser_whitespace_ctrl_.html b/docs/modules/_parser_whitespace_ctrl_.html index c1d12b49d..6d9bc9cd1 100644 --- a/docs/modules/_parser_whitespace_ctrl_.html +++ b/docs/modules/_parser_whitespace_ctrl_.html @@ -93,7 +93,7 @@
  • Parameters

    @@ -119,7 +119,7 @@
  • Parameters

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

    diff --git a/docs/modules/_render_boolean_.html b/docs/modules/_render_boolean_.html index 258630148..f9493a54f 100644 --- a/docs/modules/_render_boolean_.html +++ b/docs/modules/_render_boolean_.html @@ -92,7 +92,7 @@
  • Parameters

    @@ -115,7 +115,7 @@
  • Parameters

    diff --git a/docs/modules/_render_expression_.html b/docs/modules/_render_expression_.html index 9f9b9a9b3..cdf9e55b5 100644 --- a/docs/modules/_render_expression_.html +++ b/docs/modules/_render_expression_.html @@ -98,7 +98,7 @@
  • Parameters

    @@ -121,7 +121,7 @@
  • Parameters

    diff --git a/docs/modules/_render_operator_.html b/docs/modules/_render_operator_.html index 697c2bb64..fb4fd41d1 100644 --- a/docs/modules/_render_operator_.html +++ b/docs/modules/_render_operator_.html @@ -100,7 +100,7 @@
    list: string[] = Object.keys(precedence)
    @@ -117,7 +117,7 @@
  • Parameters

    @@ -139,7 +139,7 @@
    operatorImpls: object
    @@ -152,7 +152,7 @@
  • Parameters

    @@ -178,7 +178,7 @@
  • Parameters

    @@ -204,7 +204,7 @@
  • Parameters

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

    @@ -256,7 +256,7 @@
  • Parameters

    @@ -282,7 +282,7 @@
  • Parameters

    @@ -308,7 +308,7 @@
  • Parameters

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

    @@ -360,7 +360,7 @@
  • Parameters

    @@ -383,7 +383,7 @@
    precedence: object
    @@ -392,7 +392,7 @@
    !=: number = 1
    @@ -402,7 +402,7 @@
    <: number = 1
  • @@ -412,7 +412,7 @@
    <=: number = 1
    @@ -422,7 +422,7 @@
    ==: number = 1
    @@ -432,7 +432,7 @@
    >: number = 1
    @@ -442,7 +442,7 @@
    >=: number = 1
    @@ -452,7 +452,7 @@
    and: number = 0
    @@ -462,7 +462,7 @@
    contains: number = 1
    @@ -472,7 +472,7 @@
    or: number = 0
    diff --git a/docs/modules/_render_range_.html b/docs/modules/_render_range_.html index 3270b8989..319d0adef 100644 --- a/docs/modules/_render_range_.html +++ b/docs/modules/_render_range_.html @@ -93,7 +93,7 @@
  • Parameters

    @@ -116,7 +116,7 @@
  • Parameters

    @@ -142,7 +142,7 @@
  • Parameters

    diff --git a/docs/modules/_template_filter_filter_.html b/docs/modules/_template_filter_filter_.html index 20b0fbe20..c35c205aa 100644 --- a/docs/modules/_template_filter_filter_.html +++ b/docs/modules/_template_filter_filter_.html @@ -101,7 +101,7 @@
    FilterArg: string | KeyValuePair
    @@ -111,7 +111,7 @@
    FilterArgs: FilterArg[]
    @@ -121,7 +121,7 @@
    KeyValuePair: [undefined | string, undefined | string]
    @@ -138,7 +138,7 @@
  • Parameters

    diff --git a/docs/modules/_template_filter_filter_impl_options_.html b/docs/modules/_template_filter_filter_impl_options_.html index 955ed6e06..5b8d8abeb 100644 --- a/docs/modules/_template_filter_filter_impl_options_.html +++ b/docs/modules/_template_filter_filter_impl_options_.html @@ -87,7 +87,7 @@
    FilterImplOptions: function
    diff --git a/docs/modules/_util_assert_.html b/docs/modules/_util_assert_.html index 47b475aab..62756ae81 100644 --- a/docs/modules/_util_assert_.html +++ b/docs/modules/_util_assert_.html @@ -91,7 +91,7 @@
  • Type parameters

    diff --git a/docs/modules/_util_error_.html b/docs/modules/_util_error_.html index c6f61f04b..7ddfa5ed2 100644 --- a/docs/modules/_util_error_.html +++ b/docs/modules/_util_error_.html @@ -102,7 +102,7 @@
  • Parameters

    @@ -125,7 +125,7 @@
  • Parameters

    diff --git a/docs/modules/_util_strftime_.html b/docs/modules/_util_strftime_.html index dfe157ec2..3d21da1d6 100644 --- a/docs/modules/_util_strftime_.html +++ b/docs/modules/_util_strftime_.html @@ -105,7 +105,7 @@
    dayNames: string[] = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
    @@ -115,7 +115,7 @@
    dayNamesShort: string[] = dayNames.map(abbr)
    @@ -125,7 +125,7 @@
    monthNames: string[] = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August','September', 'October', 'November', 'December']
    @@ -135,7 +135,7 @@
    monthNamesShort: string[] = monthNames.map(abbr)
    @@ -152,7 +152,7 @@
  • Parameters

    @@ -175,7 +175,7 @@
  • Parameters

    @@ -200,7 +200,7 @@
    _date: object
    @@ -213,7 +213,7 @@
  • Parameters

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

    @@ -259,7 +259,7 @@
  • Parameters

    @@ -282,7 +282,7 @@
  • Parameters

    @@ -305,7 +305,7 @@
  • Parameters

    @@ -331,7 +331,7 @@
  • Parameters

    @@ -351,7 +351,7 @@
    formatCodes: object
    @@ -364,7 +364,7 @@
  • Returns string

    @@ -381,7 +381,7 @@
  • Parameters

    @@ -404,7 +404,7 @@
  • Parameters

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

    @@ -450,7 +450,7 @@
  • Parameters

    @@ -473,7 +473,7 @@
  • Parameters

    @@ -496,7 +496,7 @@
  • Parameters

    @@ -519,7 +519,7 @@
  • Parameters

    @@ -542,7 +542,7 @@
  • Parameters

    @@ -568,7 +568,7 @@
  • Parameters

    @@ -591,7 +591,7 @@
  • Parameters

    @@ -614,7 +614,7 @@
  • Parameters

    @@ -637,7 +637,7 @@
  • Parameters

    @@ -660,7 +660,7 @@
  • Parameters

    @@ -683,7 +683,7 @@
  • Parameters

    @@ -706,7 +706,7 @@
  • Parameters

    @@ -729,7 +729,7 @@
  • Parameters

    @@ -752,7 +752,7 @@
  • Parameters

    @@ -775,7 +775,7 @@
  • Parameters

    @@ -798,7 +798,7 @@
  • Parameters

    @@ -821,7 +821,7 @@
  • Parameters

    @@ -844,7 +844,7 @@
  • Parameters

    @@ -867,7 +867,7 @@
  • Parameters

    @@ -890,7 +890,7 @@
  • Parameters

    @@ -916,7 +916,7 @@
  • Parameters

    @@ -939,7 +939,7 @@
  • Parameters

    @@ -962,7 +962,7 @@
  • Parameters

    @@ -985,7 +985,7 @@
  • Parameters

    @@ -1008,7 +1008,7 @@
  • Parameters

    @@ -1031,7 +1031,7 @@
  • Parameters

    @@ -1054,7 +1054,7 @@
  • Parameters

    @@ -1074,7 +1074,7 @@
    suffixes: object
    @@ -1083,7 +1083,7 @@
    1: string = "st"
    @@ -1093,7 +1093,7 @@
    2: string = "nd"
  • @@ -1103,7 +1103,7 @@
    3: string = "rd"
  • @@ -1113,7 +1113,7 @@
    default: string = "th"
    diff --git a/docs/modules/_util_underscore_.html b/docs/modules/_util_underscore_.html index c1835e6a0..00a8b7740 100644 --- a/docs/modules/_util_underscore_.html +++ b/docs/modules/_util_underscore_.html @@ -106,7 +106,7 @@
    toStr: toString = Object.prototype.toString
    @@ -123,7 +123,7 @@
  • Type parameters

    @@ -192,7 +192,7 @@
  • Parameters

    @@ -215,7 +215,7 @@
  • Parameters

    @@ -238,7 +238,7 @@
  • Parameters

    @@ -261,7 +261,7 @@
  • Parameters

    @@ -284,7 +284,7 @@
  • Parameters

    @@ -307,7 +307,7 @@
  • Parameters

    @@ -331,7 +331,7 @@
  • Type parameters

    @@ -351,7 +351,7 @@
  • Parameters

    @@ -374,7 +374,7 @@
  • Parameters

    @@ -404,7 +404,7 @@
  • Type parameters

    @@ -487,7 +487,7 @@
  • Type parameters

    @@ -588,7 +588,7 @@
  • Parameters

    @@ -617,7 +617,7 @@
  • Parameters

    @@ -640,7 +640,7 @@
  • Parameters

    @@ -663,7 +663,7 @@
  • Parameters

    diff --git a/package.json b/package.json index e6a803231..0ee5547ab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "types": "dist/liquid.d.ts", "scripts": { "lint": "eslint . --ext .ts", - "doc": "typedoc --out docs src --readme none", + "doc": "typedoc --out docs src --readme none && touch docs/.nojekyll", "unit": "mocha \"test/unit/**/*.ts\"", "integration": "mocha \"test/integration/**/*.ts\"", "e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",