Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Abstractn committed May 26, 2024
2 parents 6a1e8ca + f06b46b commit 478708b
Show file tree
Hide file tree
Showing 6 changed files with 641 additions and 277 deletions.
20 changes: 12 additions & 8 deletions dist/abs-template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ export interface AbsTemplateBuildConfig {
}
export declare class AbsTemplate {
private static readonly CONSOLE_PREFIX;
private static readonly PARAMETER_PATTERN;
private static readonly CONDITION_STATEMENT_PATTERN;
private static readonly CONDITION_PATTERN;
private static readonly CYCLE_STATEMENT_PATTERN;
private static readonly VALUE_STATEMENT_OPEN;
private static readonly VALUE_PATTERN_STRING;
private static readonly CONDITION_STATEMENT_OPEN;
private static readonly CONDITION_STATEMENT_PATTERN_STRING;
private static readonly CONDITION_PATTERN_STRING;
private static readonly CONDITION_STATEMENT_CLOSE;
private static readonly CYCLE_STATEMENT_OPEN;
private static readonly CYCLE_STATEMENT_PATTERN_STRING;
private static readonly CYCLE_STATEMENT_CLOSE;
static build(config: AbsTemplateBuildConfig): void;
private static getContentFromTemplateNode;
private static print;
private static getParseMatches;
private static parseParameters;
private static parseConditions;
private static parseCycles;
private static parseValue;
private static parseCondition;
private static parseCycle;
private static parse;
static compile(template: string, data: AbsTemplateData): string;
private static _utils;
Expand Down
281 changes: 199 additions & 82 deletions dist/abs-template.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 478708b

Please sign in to comment.