now adhering to standard js code style

This commit is contained in:
2016-09-06 17:21:25 +02:00
parent 41b1fe85d6
commit cd2f401180
37 changed files with 582 additions and 578 deletions

View File

@@ -1,7 +1,7 @@
import "typings-global";
export import beautylog = require("beautylog");
import 'typings-global';
export import beautylog = require('beautylog');
export declare let depcheck: any;
export import gulp = require("gulp");
export import gulp = require('gulp');
export declare let g: {
babel: any;
istanbul: any;
@@ -12,16 +12,16 @@ export declare let g: {
typedoc: any;
};
export import lodashObject = require('lodash');
export import npmextra = require("npmextra");
export import projectinfo = require("projectinfo");
export import path = require("path");
export import Q = require("q");
export import shelljs = require("shelljs");
export import smartcli = require("smartcli");
export import smartcov = require("smartcov");
export import smartenv = require("smartenv");
export import smartfile = require("smartfile");
export import smartpath = require("smartpath");
export import smartstring = require("smartstring");
export import npmextra = require('npmextra');
export import projectinfo = require('projectinfo');
export import path = require('path');
export import Q = require('q');
export import shelljs = require('shelljs');
export import smartcli = require('smartcli');
export import smartcov = require('smartcov');
export import smartenv = require('smartenv');
export import smartfile = require('smartfile');
export import smartpath = require('smartpath');
export import smartstring = require('smartstring');
export declare let sourceMapSupport: any;
export import tsn = require("tsn");
export import tsn = require('tsn');