@serverless-devs/art-template
Advanced tools
+16
-1
@@ -97,2 +97,17 @@ declare type artTemplateDefaults = { | ||
| } | ||
| declare type scriptsObj = { | ||
| source: string, | ||
| tplToken: any, | ||
| code: string | ||
| } | ||
| declare type IContext = { | ||
| name: string, | ||
| value: string | ||
| } | ||
| declare type analyzeResult = { | ||
| scripts: scriptsObj, | ||
| context: IContext[], | ||
| contextMap: Object, | ||
| mapping: any | ||
| } | ||
| /** | ||
@@ -110,4 +125,4 @@ * | ||
| function esTokenizer(code: string): Object[]; | ||
| function analyze(source: string, options?: any): Object; | ||
| function analyze(source: string, options?: any): analyzeResult; | ||
| } | ||
| export = artTemplate; |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "homepage": "http://aui.github.com/art-template/", | ||
| "version": "4.13.16-beta.33", | ||
| "version": "4.13.16-beta.34", | ||
| "keywords": [ | ||
@@ -9,0 +9,0 @@ "template" |
74572
0.35%1829
0.83%