fabric: Convert to external module and use class declarations (#13833)

This commit is contained in:
Andy
2017-01-07 12:50:36 -08:00
committed by GitHub
parent 842e58faa1
commit df8ef42bab
4 changed files with 4559 additions and 4620 deletions
-2
View File
@@ -15,8 +15,6 @@ if (pkg.includes("/")) {
const cmd = `node ${tslintPath}/lib/tslint-cli --format stylish "**/*.d.ts"`;
console.log(cmd);
console.log(pkg);
process.exit(0);
try {
// Child process writes directly to our own stdout
execSync(cmd, { cwd: pkg, stdio: "inherit" });