@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 1.2.28 to 1.2.29
@@ -0,1 +1,9 @@ | ||
## [1.2.29](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.28...v1.2.29) (2020-07-28) | ||
### Bug Fixes | ||
- **comments:** improve bundling and tree-shaking of comments. Fixes [#104](https://github.com/wessberg/rollup-plugin-ts/issues/104) ([559c420](https://github.com/wessberg/rollup-plugin-ts/commit/559c420adee0c044c7cd804aeb92c41191780d96)) | ||
- add missing return statement ([ded2524](https://github.com/wessberg/rollup-plugin-ts/commit/ded252413ef9ea9d958d00f3dd0b2f886673595c)) | ||
- declarations are sometimes empty. Closes [#105](https://github.com/wessberg/rollup-plugin-ts/issues/105) ([0e41f7c](https://github.com/wessberg/rollup-plugin-ts/commit/0e41f7c7cb0b400a12d9cac63597585e8d488e71)) | ||
## [1.2.28](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.27...v1.2.28) (2020-07-09) | ||
@@ -2,0 +10,0 @@ |
@@ -42,3 +42,6 @@ import * as TS from "typescript"; | ||
} | ||
type DebugData = DebugTransformerData | DebugEmitData | DebugMetricsData; | ||
interface DebugTsconfigData { | ||
kind: "tsconfig"; | ||
} | ||
type DebugData = DebugTransformerData | DebugEmitData | DebugMetricsData | DebugTsconfigData; | ||
type DebugOptionCallback = (data: DebugData) => boolean; | ||
@@ -45,0 +48,0 @@ interface BrowserslistPathConfig { |
@@ -42,3 +42,6 @@ import * as TS from "typescript"; | ||
} | ||
type DebugData = DebugTransformerData | DebugEmitData | DebugMetricsData; | ||
interface DebugTsconfigData { | ||
kind: "tsconfig"; | ||
} | ||
type DebugData = DebugTransformerData | DebugEmitData | DebugMetricsData | DebugTsconfigData; | ||
type DebugOptionCallback = (data: DebugData) => boolean; | ||
@@ -45,0 +48,0 @@ interface BrowserslistPathConfig { |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "1.2.28", | ||
"version": "1.2.29", | ||
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", | ||
@@ -51,27 +51,27 @@ "scripts": { | ||
"@rollup/plugin-alias": "^3.1.1", | ||
"@rollup/plugin-commonjs": "^13.0.0", | ||
"@rollup/plugin-commonjs": "^14.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^14.0.20", | ||
"@types/node": "^14.0.26", | ||
"@types/prettier": "^2.0.2", | ||
"@types/semver": "^7.3.1", | ||
"@typescript-eslint/eslint-plugin": "^3.6.0", | ||
"@typescript-eslint/parser": "^3.6.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.27", | ||
"@typescript-eslint/eslint-plugin": "^3.7.1", | ||
"@typescript-eslint/parser": "^3.7.1", | ||
"@wessberg/rollup-plugin-ts": "^1.2.28", | ||
"@wessberg/scaffold": "^1.0.30", | ||
"@wessberg/ts-config": "^1.0.16", | ||
"ava": "3.10.1", | ||
"ava": "3.11.0", | ||
"babel-preset-minify": "^0.5.1", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.4.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsdoc": "^29.1.3", | ||
"eslint-plugin-jsdoc": "^30.0.3", | ||
"fast-glob": "^3.2.4", | ||
"husky": "^4.2.5", | ||
"np": "5.2.1", | ||
"pnpm": "^5.3.0", | ||
"pnpm": "^5.4.6", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.21.0", | ||
"rollup": "^2.23.0", | ||
"semver": "7.3.2", | ||
@@ -91,4 +91,4 @@ "standard-changelog": "^2.0.24", | ||
"dependencies": { | ||
"@babel/core": "^7.10.4", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.4", | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.5", | ||
"@babel/plugin-proposal-json-strings": "^7.10.4", | ||
@@ -99,5 +99,5 @@ "@babel/plugin-proposal-object-rest-spread": "^7.10.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.10.5", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/runtime": "^7.10.4", | ||
"@babel/runtime": "^7.10.5", | ||
"@rollup/pluginutils": "^3.1.0", | ||
@@ -107,3 +107,3 @@ "@types/babel__core": "^7.1.9", | ||
"@wessberg/stringutil": "^1.0.19", | ||
"@wessberg/ts-clone-node": "^0.3.9", | ||
"@wessberg/ts-clone-node": "^0.3.11", | ||
"browserslist": "^4.13.0", | ||
@@ -110,0 +110,0 @@ "chalk": "^4.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2616157
15568