@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -1,2 +0,9 @@ | ||
<a name="0.0.17"></a> | ||
## <small>0.0.18 (2018-06-01)</small> | ||
* 0.0.18 ([9a6766f](https://github.com/wessberg/rollup-plugin-ts/commit/9a6766f)) | ||
* Bumped deps ([547e6ef](https://github.com/wessberg/rollup-plugin-ts/commit/547e6ef)) | ||
* Bumped version ([1169c33](https://github.com/wessberg/rollup-plugin-ts/commit/1169c33)) | ||
## <small>0.0.17 (2018-05-30)</small> | ||
@@ -10,3 +17,2 @@ | ||
<a name="0.0.16"></a> | ||
## <small>0.0.16 (2018-05-28)</small> | ||
@@ -20,3 +26,2 @@ | ||
<a name="0.0.15"></a> | ||
## <small>0.0.15 (2018-05-01)</small> | ||
@@ -30,3 +35,2 @@ | ||
<a name="0.0.14"></a> | ||
## <small>0.0.14 (2018-04-30)</small> | ||
@@ -40,3 +44,2 @@ | ||
<a name="0.0.13"></a> | ||
## <small>0.0.13 (2018-04-30)</small> | ||
@@ -50,3 +53,2 @@ | ||
<a name="0.0.12"></a> | ||
## <small>0.0.12 (2018-04-29)</small> | ||
@@ -60,3 +62,2 @@ | ||
<a name="0.0.11"></a> | ||
## <small>0.0.11 (2018-04-29)</small> | ||
@@ -70,3 +71,2 @@ | ||
<a name="0.0.10"></a> | ||
## <small>0.0.10 (2018-04-25)</small> | ||
@@ -80,3 +80,2 @@ | ||
<a name="0.0.9"></a> | ||
## <small>0.0.9 (2018-04-18)</small> | ||
@@ -90,3 +89,2 @@ | ||
<a name="0.0.8"></a> | ||
## <small>0.0.8 (2018-04-04)</small> | ||
@@ -100,3 +98,2 @@ | ||
<a name="0.0.7"></a> | ||
## <small>0.0.7 (2018-03-31)</small> | ||
@@ -110,3 +107,2 @@ | ||
<a name="0.0.6"></a> | ||
## <small>0.0.6 (2018-03-30)</small> | ||
@@ -120,3 +116,2 @@ | ||
<a name="0.0.5"></a> | ||
## <small>0.0.5 (2018-03-30)</small> | ||
@@ -130,3 +125,2 @@ | ||
<a name="0.0.4"></a> | ||
## <small>0.0.4 (2018-03-29)</small> | ||
@@ -140,3 +134,2 @@ | ||
<a name="0.0.3"></a> | ||
## <small>0.0.3 (2018-03-29)</small> | ||
@@ -150,3 +143,2 @@ | ||
<a name="0.0.2"></a> | ||
## <small>0.0.2 (2018-03-29)</small> | ||
@@ -158,3 +150,2 @@ | ||
<a name="0.0.1"></a> | ||
## <small>0.0.1 (2018-03-29)</small> | ||
@@ -161,0 +152,0 @@ |
@@ -73,3 +73,3 @@ import { InputOptions, OutputOptions } from "rollup"; | ||
*/ | ||
export declare function getBabelOptions({filename, relativeFilename, typescriptOptions, browserslist, additionalPlugins, additionalPresets}: IGetBabelOptionsOptions): Partial<IBabelOptions>; | ||
export declare function getBabelOptions({ filename, relativeFilename, typescriptOptions, browserslist, additionalPlugins, additionalPresets }: IGetBabelOptionsOptions): Partial<IBabelOptions>; | ||
/** | ||
@@ -76,0 +76,0 @@ * Returns true if the given file is a Javascript file |
export declare enum TypescriptLanguageServiceEmitResultKind { | ||
MAP = 0, | ||
DECLARATION = 1, | ||
SOURCE = 2, | ||
SOURCE = 2 | ||
} | ||
@@ -6,0 +6,0 @@ export interface ITypescriptLanguageServiceEmitResult { |
@@ -7,2 +7,2 @@ import { Plugin } from "rollup"; | ||
*/ | ||
export default function typescriptRollupPlugin({root, tsconfig, include, exclude, parseExternalModules, browserslist, additionalBabelPlugins, additionalBabelPresets}?: Partial<ITypescriptPluginOptions>): Plugin; | ||
export default function typescriptRollupPlugin({ root, tsconfig, include, exclude, parseExternalModules, browserslist, additionalBabelPlugins, additionalBabelPresets }?: Partial<ITypescriptPluginOptions>): Plugin; |
@@ -146,3 +146,3 @@ import { CompilerOptions, Diagnostic, IScriptSnapshot, LanguageService, ParsedCommandLine } from "typescript"; | ||
*/ | ||
private pathIsQualified(path); | ||
private pathIsQualified; | ||
/** | ||
@@ -153,3 +153,3 @@ * Normalizes the given file name | ||
*/ | ||
private normalizeFilename(fileName); | ||
private normalizeFilename; | ||
/** | ||
@@ -160,3 +160,3 @@ * Ensure that the given file name is in fact absolute | ||
*/ | ||
private makeAbsolute(fileName); | ||
private makeAbsolute; | ||
} |
@@ -73,3 +73,3 @@ import { InputOptions, OutputOptions } from "rollup"; | ||
*/ | ||
export declare function getBabelOptions({filename, relativeFilename, typescriptOptions, browserslist, additionalPlugins, additionalPresets}: IGetBabelOptionsOptions): Partial<IBabelOptions>; | ||
export declare function getBabelOptions({ filename, relativeFilename, typescriptOptions, browserslist, additionalPlugins, additionalPresets }: IGetBabelOptionsOptions): Partial<IBabelOptions>; | ||
/** | ||
@@ -76,0 +76,0 @@ * Returns true if the given file is a Javascript file |
export declare enum TypescriptLanguageServiceEmitResultKind { | ||
MAP = 0, | ||
DECLARATION = 1, | ||
SOURCE = 2, | ||
SOURCE = 2 | ||
} | ||
@@ -6,0 +6,0 @@ export interface ITypescriptLanguageServiceEmitResult { |
@@ -7,2 +7,2 @@ import { Plugin } from "rollup"; | ||
*/ | ||
export default function typescriptRollupPlugin({root, tsconfig, include, exclude, parseExternalModules, browserslist, additionalBabelPlugins, additionalBabelPresets}?: Partial<ITypescriptPluginOptions>): Plugin; | ||
export default function typescriptRollupPlugin({ root, tsconfig, include, exclude, parseExternalModules, browserslist, additionalBabelPlugins, additionalBabelPresets }?: Partial<ITypescriptPluginOptions>): Plugin; |
@@ -146,3 +146,3 @@ import { CompilerOptions, Diagnostic, IScriptSnapshot, LanguageService, ParsedCommandLine } from "typescript"; | ||
*/ | ||
private pathIsQualified(path); | ||
private pathIsQualified; | ||
/** | ||
@@ -153,3 +153,3 @@ * Normalizes the given file name | ||
*/ | ||
private normalizeFilename(fileName); | ||
private normalizeFilename; | ||
/** | ||
@@ -160,3 +160,3 @@ * Ensure that the given file name is in fact absolute | ||
*/ | ||
private makeAbsolute(fileName); | ||
private makeAbsolute; | ||
} |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "A Rollup plugin for Typescript", | ||
@@ -41,6 +41,6 @@ "scripts": { | ||
"@wessberg/ts-config": "^0.0.27", | ||
"conventional-changelog-cli": "^1.3.22", | ||
"conventional-changelog-cli": "^2.0.0", | ||
"husky": "latest", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
"typescript": "^2.9.1" | ||
}, | ||
@@ -53,7 +53,7 @@ "dependencies": { | ||
"@babel/preset-typescript": "^7.0.0-beta.49", | ||
"@types/node": "^10.1.3", | ||
"@types/node": "^10.3.0", | ||
"chalk": "^2.4.1", | ||
"rollup": "^0.59.4", | ||
"rollup-pluginutils": "^2.3.0", | ||
"tslib": "^1.9.1" | ||
"tslib": "^1.9.2" | ||
}, | ||
@@ -60,0 +60,0 @@ "main": "./dist/cjs/index.js", |
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
147695
Updated@types/node@^10.3.0
Updatedtslib@^1.9.2