Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "compile-string"

Index

Type aliases

ParsedTagType

ParsedTagType: "h" | "s" | "e" | "i"

Functions

compileBlocks

compileHelper

  • compileHelper(env: SqrlConfig, res: string, descendants: Array<AstObject>, params: string, isAsync?: undefined | false | true, name?: undefined | string): string
  • Parameters

    • env: SqrlConfig
    • res: string
    • descendants: Array<AstObject>
    • params: string
    • Optional isAsync: undefined | false | true
    • Optional name: undefined | string

    Returns string

compileScope

compileScopeIntoFunction

compileToString

  • compileToString(str: string, env: SqrlConfig): string

filter

  • filter(str: string, filters: Array<Filter>): string

Generated using TypeDoc