vstack-typescript-generator
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -55,3 +55,3 @@ "use strict"; | ||
let constructorMatch; | ||
let constructorRegex = /public\s+([\w]+)\s*\(((?:.|\n)*?)\)/gm; | ||
let constructorRegex = /public\s+([\w]+)\s*\(((?:.|\r|\n)*?)\)/gm; | ||
let getNextConstructorMatch = () => constructorMatch = constructorRegex.exec(body); | ||
@@ -58,0 +58,0 @@ while (getNextConstructorMatch() !== null) { |
{ | ||
"name": "vstack-typescript-generator", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Tool to generate TypeScript interfaces and TypeScript filter classes for Vstack from C# sources.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/tsgen.js", |
Sorry, the diff of this file is not supported yet
171798