@serverless-devs/art-template
Advanced tools
+6
-1
@@ -0,1 +1,2 @@ | ||
| import Compiler from './src/compile/compiler'; | ||
| declare type artTemplateDefaults = { | ||
@@ -112,2 +113,6 @@ /** | ||
| } | ||
| declare type TAnalyze = { | ||
| result: analyzeResult, | ||
| compiler: Compiler | ||
| } | ||
| /** | ||
@@ -125,4 +130,4 @@ * | ||
| function esTokenizer(code: string): Object[]; | ||
| function analyze(source: string, options?: any): analyzeResult; | ||
| function analyze(source: string, options?: any): TAnalyze; | ||
| } | ||
| export = artTemplate; |
@@ -82,5 +82,8 @@ "use strict"; | ||
| }; | ||
| return result; | ||
| return { | ||
| result: result, | ||
| compiler: compiler | ||
| }; | ||
| }; | ||
| _analyze.Compiler = Compiler; | ||
| module.exports = _analyze; |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "homepage": "http://aui.github.com/art-template/", | ||
| "version": "4.13.16-beta.35", | ||
| "version": "4.13.16-beta.36", | ||
| "keywords": [ | ||
@@ -9,0 +9,0 @@ "template" |
74732
0.21%1837
0.44%