ts-structure-parser
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "ts-structure-parser", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"private": false, | ||
"main": "dist/tsStructureParser.js", | ||
"scripts": { | ||
"build": "rm -rf dist/ && ./node_modules/typescript/bin/tsc ", | ||
"build": "rimraf dist && tsc", | ||
"pullall" : "dev-env-installer pullall", | ||
@@ -34,4 +34,5 @@ "buildall" : "dev-env-installer buildall", | ||
"typings": "^0.5.1", | ||
"dev-env-installer":"^0.0.2" | ||
"dev-env-installer":"^0.0.2", | ||
"rimraf":"*" | ||
} | ||
} |
# TypeScript Structural Parser | ||
[![Build Status](https://travis-ci.org/mulesoft-labs/ts-structure-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/ts-structure-parser) | ||
This repository provides a parser for `*.ts` files. It parses the structure of a file and provides JSON object that contains its declaration. | ||
@@ -4,0 +6,0 @@ |
@@ -6,3 +6,2 @@ { | ||
"gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git", | ||
"gitBranch" : "code", | ||
"installTypings" : true | ||
@@ -29,3 +28,8 @@ }, | ||
"gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git" | ||
}, | ||
"ts-model" : { | ||
"build" : "npm run build", | ||
"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git", | ||
"installTypings" : true | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
599414
16782
22
3