public SammyJsGenerator(
     SammyJsGeneratorOptions options,
     PageInspector pageInspector,
     TypescriptFormatter typescriptFormatter)
 {
     this.options             = options;
     this.pageInspector       = pageInspector;
     this.typescriptFormatter = typescriptFormatter;
 }
Esempio n. 2
0
 public LitElementGenerator(
     LitElementGeneratorOptions options,
     PageInspector pageInspector,
     TypescriptFormatter typescriptFormatter)
 {
     this.options             = options;
     this.pageInspector       = pageInspector;
     this.typescriptFormatter = typescriptFormatter;
 }