@code-to-json/cli
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| # [1.0.0-rc.40](https://github.com/mike-north/code-to-json/compare/@code-to-json/cli@1.0.0-rc.39...@code-to-json/cli@1.0.0-rc.40) (2019-02-24) | ||
| **Note:** Version bump only for package @code-to-json/cli | ||
| # [1.0.0-rc.39](https://github.com/mike-north/code-to-json/compare/@code-to-json/cli@1.0.0-rc.38...@code-to-json/cli@1.0.0-rc.39) (2019-02-23) | ||
@@ -8,0 +16,0 @@ |
+8
-12
| { | ||
| "name": "@code-to-json/cli", | ||
| "version": "1.0.0-rc.39", | ||
| "version": "1.0.0-rc.40", | ||
| "description": "CLI for code-to-json", | ||
@@ -16,6 +16,6 @@ "main": "lib/src/index.js", | ||
| "dependencies": { | ||
| "@code-to-json/core": "^1.0.0-rc.36", | ||
| "@code-to-json/formatter": "^1.0.0-rc.38", | ||
| "@code-to-json/utils": "^1.0.0-rc.23", | ||
| "@code-to-json/utils-node": "^1.0.0-rc.31", | ||
| "@code-to-json/core": "^1.0.0-rc.37", | ||
| "@code-to-json/formatter": "^1.0.0-rc.39", | ||
| "@code-to-json/utils": "^1.0.0-rc.24", | ||
| "@code-to-json/utils-node": "^1.0.0-rc.32", | ||
| "@mike-north/types": "^1.0.7", | ||
@@ -45,7 +45,6 @@ "chalk": "^2.4.1", | ||
| "devDependencies": { | ||
| "@code-to-json/test-helpers": "^1.0.0-rc.28", | ||
| "@code-to-json/test-helpers": "^1.0.0-rc.29", | ||
| "@types/chai": "4.1.7", | ||
| "@types/glob": "7.1.1", | ||
| "@typescript-eslint/eslint-plugin": "1.3.0", | ||
| "@typescript-eslint/eslint-plugin-tslint": "1.3.0", | ||
| "@typescript-eslint/parser": "1.3.0", | ||
@@ -71,6 +70,3 @@ "chai": "4.2.0", | ||
| "scripty": "1.9.1", | ||
| "ts-node": "8.0.2", | ||
| "tslint": "5.12.1", | ||
| "tslint-config-prettier": "1.18.0", | ||
| "tslint-sonarts": "1.9.0" | ||
| "ts-node": "8.0.2" | ||
| }, | ||
@@ -118,3 +114,3 @@ "nyc": { | ||
| }, | ||
| "gitHead": "5bf75038d54c5c3a783e8a9b3d06ba76d6909b34" | ||
| "gitHead": "ebdbfb5a3f12e3663e10fe1742bcd4022a744aec" | ||
| } |
@@ -1,2 +0,1 @@ | ||
| // tslint:disable:no-duplicate-string | ||
| import { createTempFixtureFolder, TestCaseFolder } from '@code-to-json/test-helpers'; | ||
@@ -20,3 +19,3 @@ import { expect } from 'chai'; | ||
| }), | ||
| "src": { | ||
| src: { | ||
| 'index.ts': "const x: string = 'foo';", | ||
@@ -61,3 +60,3 @@ 'other.ts': "const y: string = 'bar';", | ||
| path.join(workspace.rootPath), | ||
| (f) => fs.existsSync(f) && fs.statSync(f).isFile(), | ||
| f => fs.existsSync(f) && fs.statSync(f).isFile(), | ||
| ); | ||
@@ -80,3 +79,3 @@ if (!pth) { | ||
| expect(!!prog).to.eql(true); | ||
| expect(prog.getSourceFiles().filter((sf) => !sf.isDeclarationFile).length).to.eql(3); | ||
| expect(prog.getSourceFiles().filter(sf => !sf.isDeclarationFile).length).to.eql(3); | ||
| expect(prog.getSourceFiles().length).to.be.greaterThan(3); | ||
@@ -83,0 +82,0 @@ workspace.cleanup(); |
@@ -1,2 +0,1 @@ | ||
| // tslint:disable:no-duplicate-string | ||
| import { createTempFixtureFolder, TestCaseFolder } from '@code-to-json/test-helpers'; | ||
@@ -16,3 +15,3 @@ import { expect } from 'chai'; | ||
| }), | ||
| "src": { | ||
| src: { | ||
| 'index.ts': "const x: string = 'foo';", | ||
@@ -19,0 +18,0 @@ 'other.ts': "const y: string = 'bar';", |
| { | ||
| "extends": "../tslint.packages.json" | ||
| } |
Sorry, the diff of this file is not supported yet
25
-13.79%76019
-0.16%32
-3.03%816
-0.61%