- updating dependencies

This commit is contained in:
Eugene Zolenko 2017-10-31 11:23:29 -06:00
parent 0cd14dd42f
commit e00fd325c7
6 changed files with 149 additions and 94 deletions

View File

@ -69,9 +69,7 @@ var ConsoleContext = /** @class */ (function () {
console.log("" + this.prefix + message);
};
return ConsoleContext;
}());
//# sourceMappingURL=context.js.map
}());
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@ -17226,20 +17224,16 @@ var RollupContext = /** @class */ (function () {
console.log("" + this.prefix + message);
};
return RollupContext;
}());
//# sourceMappingURL=rollupcontext.js.map
}());
var tsModule;
function setTypescriptModule(override) {
tsModule = override;
}
//# sourceMappingURL=tsproxy.js.map
}
function normalize(fileName) {
return fileName.split("\\").join("/");
}
//# sourceMappingURL=normalize.js.map
}
var LanguageServiceHost = /** @class */ (function () {
function LanguageServiceHost(parsedConfig) {
@ -17308,9 +17302,9 @@ var LanguageServiceHost = /** @class */ (function () {
return tsModule.sys.getDirectories(directoryName);
};
return LanguageServiceHost;
}());
//# sourceMappingURL=host.js.map
}());
/* global window */
var lodash$2;
@ -17848,6 +17842,7 @@ function edgeObjToId(isDirected, edgeObj) {
var version = '2.1.1';
// Includes only the "core" of graphlib
var lib = {
Graph: graph,
version: version
@ -18420,6 +18415,38 @@ var alg = {
topsort: topsort_1
};
/**
* Copyright (c) 2014, Chris Pettitt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its contributors
* may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
var graphlib = {
Graph: lib.Graph,
json: json,
@ -18872,6 +18899,10 @@ function PassThrough() {
var objectHash_2 = objectHash_1.sha1;
/**
* Saves data in new cache folder or reads it from old one.
* Avoids perpetually growing cache and situations when things need to consider changed and then reverted data to be changed.
*/
var RollingCache = /** @class */ (function () {
/**
* @param cacheRoot: root folder for the cache
@ -18939,9 +18970,7 @@ var RollingCache = /** @class */ (function () {
fs.renameSync(this.newCacheRoot, this.oldCacheRoot);
};
return RollingCache;
}());
//# sourceMappingURL=rollingcache.js.map
}());
var styles_1 = createCommonjsModule(function (module) {
/*
@ -19643,9 +19672,7 @@ var TsCache = /** @class */ (function () {
return objectHash_2({ data: data, id: id });
};
return TsCache;
}());
//# sourceMappingURL=tscache.js.map
}());
function printDiagnostics(context, diagnostics) {
lodash_2(diagnostics, function (diagnostic) {
@ -19676,16 +19703,14 @@ function printDiagnostics(context, diagnostics) {
else
print.call(context, ["" + type + category + " TS" + diagnostic.code + " " + color(diagnostic.flatMessage)]);
});
}
//# sourceMappingURL=print-diagnostics.js.map
}
function getOptionsOverrides(_a, tsConfigJson) {
var useTsconfigDeclarationDir = _a.useTsconfigDeclarationDir;
var declaration = lodash_1(tsConfigJson, "compilerOptions.declaration", false);
var overrides = __assign({ module: tsModule.ModuleKind.ES2015, noEmitHelpers: true, importHelpers: true, noResolve: false, outDir: process.cwd(), moduleResolution: tsModule.ModuleResolutionKind.NodeJs }, (!declaration || useTsconfigDeclarationDir ? {} : { declarationDir: process.cwd() }));
return overrides;
}
//# sourceMappingURL=get-options-overrides.js.map
}
function parseTsConfig(tsconfig, context, pluginOptions) {
var fileName = tsModule.findConfigFile(process.cwd(), tsModule.sys.fileExists, tsconfig);
@ -19703,9 +19728,9 @@ function parseTsConfig(tsconfig, context, pluginOptions) {
context.debug("built-in options overrides: " + JSON.stringify(compilerOptionsOverride, undefined, 4));
context.debug("parsed tsconfig: " + JSON.stringify(parsedTsConfig, undefined, 4));
return parsedTsConfig;
}
//# sourceMappingURL=parse-ts-config.js.map
}
// The injected id for helpers.
var TSLIB = "tslib";
var tslibSource;
try {
@ -19716,8 +19741,7 @@ try {
catch (e) {
console.warn("Error loading `tslib` helper library.");
throw e;
}
//# sourceMappingURL=tslib.js.map
}
function typescript(options) {
// tslint:disable-next-line:no-var-requires
@ -19934,8 +19958,7 @@ function typescript(options) {
}
},
};
}
//# sourceMappingURL=index.js.map
}
module.exports = typescript;
//# sourceMappingURL=rollup-plugin-typescript2.cjs.js.map

File diff suppressed because one or more lines are too long

View File

@ -65,9 +65,7 @@ var ConsoleContext = /** @class */ (function () {
console.log("" + this.prefix + message);
};
return ConsoleContext;
}());
//# sourceMappingURL=context.js.map
}());
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@ -17222,20 +17220,16 @@ var RollupContext = /** @class */ (function () {
console.log("" + this.prefix + message);
};
return RollupContext;
}());
//# sourceMappingURL=rollupcontext.js.map
}());
var tsModule;
function setTypescriptModule(override) {
tsModule = override;
}
//# sourceMappingURL=tsproxy.js.map
}
function normalize(fileName) {
return fileName.split("\\").join("/");
}
//# sourceMappingURL=normalize.js.map
}
var LanguageServiceHost = /** @class */ (function () {
function LanguageServiceHost(parsedConfig) {
@ -17304,9 +17298,9 @@ var LanguageServiceHost = /** @class */ (function () {
return tsModule.sys.getDirectories(directoryName);
};
return LanguageServiceHost;
}());
//# sourceMappingURL=host.js.map
}());
/* global window */
var lodash$2;
@ -17844,6 +17838,7 @@ function edgeObjToId(isDirected, edgeObj) {
var version = '2.1.1';
// Includes only the "core" of graphlib
var lib = {
Graph: graph,
version: version
@ -18416,6 +18411,38 @@ var alg = {
topsort: topsort_1
};
/**
* Copyright (c) 2014, Chris Pettitt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its contributors
* may be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
var graphlib = {
Graph: lib.Graph,
json: json,
@ -18868,6 +18895,10 @@ function PassThrough() {
var objectHash_2 = objectHash_1.sha1;
/**
* Saves data in new cache folder or reads it from old one.
* Avoids perpetually growing cache and situations when things need to consider changed and then reverted data to be changed.
*/
var RollingCache = /** @class */ (function () {
/**
* @param cacheRoot: root folder for the cache
@ -18935,9 +18966,7 @@ var RollingCache = /** @class */ (function () {
renameSync(this.newCacheRoot, this.oldCacheRoot);
};
return RollingCache;
}());
//# sourceMappingURL=rollingcache.js.map
}());
var styles_1 = createCommonjsModule(function (module) {
/*
@ -19639,9 +19668,7 @@ var TsCache = /** @class */ (function () {
return objectHash_2({ data: data, id: id });
};
return TsCache;
}());
//# sourceMappingURL=tscache.js.map
}());
function printDiagnostics(context, diagnostics) {
lodash_2(diagnostics, function (diagnostic) {
@ -19672,16 +19699,14 @@ function printDiagnostics(context, diagnostics) {
else
print.call(context, ["" + type + category + " TS" + diagnostic.code + " " + color(diagnostic.flatMessage)]);
});
}
//# sourceMappingURL=print-diagnostics.js.map
}
function getOptionsOverrides(_a, tsConfigJson) {
var useTsconfigDeclarationDir = _a.useTsconfigDeclarationDir;
var declaration = lodash_1(tsConfigJson, "compilerOptions.declaration", false);
var overrides = __assign({ module: tsModule.ModuleKind.ES2015, noEmitHelpers: true, importHelpers: true, noResolve: false, outDir: process.cwd(), moduleResolution: tsModule.ModuleResolutionKind.NodeJs }, (!declaration || useTsconfigDeclarationDir ? {} : { declarationDir: process.cwd() }));
return overrides;
}
//# sourceMappingURL=get-options-overrides.js.map
}
function parseTsConfig(tsconfig, context, pluginOptions) {
var fileName = tsModule.findConfigFile(process.cwd(), tsModule.sys.fileExists, tsconfig);
@ -19699,9 +19724,9 @@ function parseTsConfig(tsconfig, context, pluginOptions) {
context.debug("built-in options overrides: " + JSON.stringify(compilerOptionsOverride, undefined, 4));
context.debug("parsed tsconfig: " + JSON.stringify(parsedTsConfig, undefined, 4));
return parsedTsConfig;
}
//# sourceMappingURL=parse-ts-config.js.map
}
// The injected id for helpers.
var TSLIB = "tslib";
var tslibSource;
try {
@ -19712,8 +19737,7 @@ try {
catch (e) {
console.warn("Error loading `tslib` helper library.");
throw e;
}
//# sourceMappingURL=tslib.js.map
}
function typescript(options) {
// tslint:disable-next-line:no-var-requires
@ -19930,8 +19954,7 @@ function typescript(options) {
}
},
};
}
//# sourceMappingURL=index.js.map
}
export default typescript;
//# sourceMappingURL=rollup-plugin-typescript2.es.js.map

File diff suppressed because one or more lines are too long

65
package-lock.json generated
View File

@ -10,11 +10,12 @@
"dev": true
},
"@types/fs-extra": {
"version": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-4.0.2.tgz",
"integrity": "sha1-e5sbv4WWLL4Cm1qDybUw18da87o=",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-4.0.3.tgz",
"integrity": "sha512-cUE7dc4RJsRPCk8mbrgMAaglugcJbf1Oxp7DYi/aOj4+ggCxzddDQFZwCKWnqrLv4LJ89apyNJ7Y3pN79tAPVg==",
"dev": true,
"requires": {
"@types/node": "https://registry.npmjs.org/@types/node/-/node-8.0.46.tgz"
"@types/node": "8.0.47"
}
},
"@types/graphlib": {
@ -23,13 +24,15 @@
"dev": true
},
"@types/lodash": {
"version": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.78.tgz",
"integrity": "sha1-8moLOKRKgyxlKWSAPH5IvgWTnT8=",
"version": "4.14.80",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.80.tgz",
"integrity": "sha512-FumgRtCaxilKUcgMnZCzH6K3gntIwLiLLIaR+UBGNZpT/N3ne2dKrDSGoGIxSHYpAjnq6kIVV0r51U+kLXX59A==",
"dev": true
},
"@types/node": {
"version": "https://registry.npmjs.org/@types/node/-/node-8.0.46.tgz",
"integrity": "sha1-bhdmstDtBmMdW1+Hu45yyNu2iI4=",
"version": "8.0.47",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.47.tgz",
"integrity": "sha512-kOwL746WVvt/9Phf6/JgX/bsGQvbrK5iUgzyfwZNcKVFcjAUVSpF9HxevLTld2SG9aywYHOILj38arDdY1r/iQ==",
"dev": true
},
"@types/object-hash": {
@ -42,12 +45,13 @@
"integrity": "sha1-m1htZalH3qiMS8JNoLkF/pUgoNU=",
"dev": true,
"requires": {
"@types/node": "https://registry.npmjs.org/@types/node/-/node-8.0.46.tgz"
"@types/node": "8.0.47"
}
},
"acorn": {
"version": "https://registry.npmjs.org/acorn/-/acorn-5.1.2.tgz",
"integrity": "sha1-kRy1PgNoB88Pp3jcXTcPvYZCRtc=",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz",
"integrity": "sha512-jG0u7c4Ly+3QkkW18V+NRDN+4bWHdln30NL1ZL2AvFZZmQe/BfopYCtghCKKVBUSetZ4QKcyA0pY6/4Gw8Pv8w==",
"dev": true
},
"ansi-regex": {
@ -478,7 +482,8 @@
"dev": true
},
"magic-string": {
"version": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.4.tgz",
"version": "0.22.4",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.4.tgz",
"integrity": "sha1-MQObTkA2Y5VhjB1s+Bk8U5F0df8=",
"dev": true,
"requires": {
@ -556,7 +561,8 @@
"dev": true
},
"path-parse": {
"version": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz",
"integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME="
},
"preserve": {
@ -651,10 +657,11 @@
"dev": true
},
"resolve": {
"version": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
"integrity": "sha1-p1vgHFPaJdk0qY69DkxKcxL5KoY=",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz",
"integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==",
"requires": {
"path-parse": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz"
"path-parse": "1.0.5"
}
},
"rimraf": {
@ -671,19 +678,21 @@
"dev": true
},
"rollup-plugin-commonjs": {
"version": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.4.tgz",
"integrity": "sha1-Q1sB+1kctQjcdAGWzsi2DxATLng=",
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.6.tgz",
"integrity": "sha512-qK0+uhktmnAgZkHkqFuajNmPw93fjrO7+CysDaxWE5jrUR9XSlSvuao5ZJP+XizxA8weakhgYYBtbVz9SGBpjA==",
"dev": true,
"requires": {
"acorn": "https://registry.npmjs.org/acorn/-/acorn-5.1.2.tgz",
"estree-walker": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.5.0.tgz",
"magic-string": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.4.tgz",
"resolve": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
"acorn": "5.2.1",
"estree-walker": "0.5.0",
"magic-string": "0.22.4",
"resolve": "1.5.0",
"rollup-pluginutils": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.0.1.tgz"
},
"dependencies": {
"estree-walker": {
"version": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.5.0.tgz",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.5.0.tgz",
"integrity": "sha1-quO1fELeuAEONJyJJGLw5xxd0ao=",
"dev": true
}
@ -697,7 +706,7 @@
"browser-resolve": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz",
"builtin-modules": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
"is-module": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
"resolve": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz"
"resolve": "1.5.0"
}
},
"rollup-plugin-re": {
@ -721,11 +730,10 @@
},
"rollup-plugin-typescript2": {
"version": "git://github.com/ezolenko/rollup-plugin-typescript2.git#14ef9ccc261afcfcf4b550e5d395b491e6b7e5f4",
"integrity": "sha1-uOFH5Z23mzxUSpb3xRPiqZDYthw=",
"dev": true,
"requires": {
"fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.2.tgz",
"resolve": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
"resolve": "1.5.0",
"rollup-pluginutils": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.0.1.tgz",
"tslib": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz"
}
@ -800,7 +808,7 @@
"diff": "https://registry.npmjs.org/diff/-/diff-3.4.0.tgz",
"glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
"minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"resolve": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
"resolve": "1.5.0",
"semver": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
"tslib": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz",
"tsutils": "https://registry.npmjs.org/tsutils/-/tsutils-2.12.1.tgz"
@ -815,8 +823,9 @@
}
},
"typescript": {
"version": "https://registry.npmjs.org/typescript/-/typescript-2.5.3.tgz",
"integrity": "sha1-3z3Nw48764ANS8MiZGsEo/bKfw0=",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz",
"integrity": "sha1-7znN6ierrAtQAkLWcmq5DgyEZjE=",
"dev": true
},
"universalify": {

View File

@ -32,7 +32,7 @@
"dependencies": {
"fs-extra": "^4.0.2",
"tslib": "^1.8.0",
"resolve": "^1.4.0",
"resolve": "^1.5.0",
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
@ -40,23 +40,23 @@
"typescript": "^2.0.0"
},
"devDependencies": {
"typescript": "^2.5.3",
"typescript": "^2.6.1",
"object-hash": "^1.2.0",
"colors": "^1.1.2",
"graphlib": "^2.1.1",
"lodash": "^4.17.4",
"@types/colors": "^1.1.3",
"@types/fs-extra": "^4.0.2",
"@types/fs-extra": "^4.0.3",
"@types/graphlib": "^2.1.4",
"@types/lodash": "^4.14.78",
"@types/node": "^8.0.46",
"@types/lodash": "^4.14.80",
"@types/node": "^8.0.47",
"@types/object-hash": "^1.1.0",
"@types/resolve": "^0.0.4",
"rimraf": "^2.6.2",
"rollup": "^0.50.0",
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-re": "^1.0.6",
"rollup-watch": "^4.3.1",
"tslint": "^5.8.0"