Skip to content

Commit b1dca0b

Browse files
committed
revert use of tslib (msgpack#169)
1 parent 729ad6d commit b1dca0b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# This is the revision history of @msgpack/msgpack
22

3+
## NEXT
4+
5+
* Revert use of `tslib` (added in 2.5.0) to fix [#169](https://github.com/msgpack/msgpack-javascript/issues/169)
6+
37
## v2.5.1 2021/03/21
48

59
https://github.com/msgpack/msgpack-javascript/compare/v2.5.0...v2.5.1

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"node": ">= 10"
5353
},
5454
"dependencies": {
55-
"tslib": ">=2.0.0"
5655
},
5756
"devDependencies": {
5857
"@bitjourney/check-es-version-webpack-plugin": "latest",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
1919
// "removeComments": true, /* Do not emit comments to output. */
2020
// "noEmit": true, /* Do not emit outputs. */
21-
"importHelpers": true, /* Import emit helpers from 'tslib'. */
21+
"importHelpers": false, /* Import emit helpers from 'tslib'. */
2222
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
2323
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
2424

0 commit comments

Comments
 (0)