Skip to content

Commit

Permalink
perf: remove runtime dependency on tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 20, 2021
1 parent 50d406b commit 684fe07
Show file tree
Hide file tree
Showing 8 changed files with 3,129 additions and 3,629 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.29",
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
"scripts": {
"generate:scaffold": "scaffold all --yes",
"generate:sandhog": "sandhog all --yes",
"generate:changelog": "standard-changelog --first-release",
"generate:all": "pnpm run generate:scaffold && pnpm run generate:changelog",
"generate:all": "pnpm run generate:sandhog && pnpm run generate:changelog",
"clean": "rimraf dist",
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
"prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
Expand All @@ -18,7 +18,7 @@
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
"update:check": "pnpx npm-check-updates -x np -x slash --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x np -x slash --dep dev,prod && pnpm update && pnpm install"
"update:commit": "pnpx npm-check-updates -u -x np,slash --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"typescript",
Expand Down Expand Up @@ -47,20 +47,20 @@
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@wessberg/rollup-plugin-ts": "^1.3.14",
"@wessberg/scaffold": "^1.0.36",
"@wessberg/ts-config": "^1.0.22",
"@wessberg/ts-config": "^1.1.0",
"@types/semver": "^7.3.6",
"@types/node": "^15.3.0",
"@types/node": "^15.3.1",
"@types/object-path": "^0.11.0",
"@types/jsdom": "^16.2.10",
"sandhog": "^1.0.38",
"ava": "^3.15.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^34.7.0",
"eslint-plugin-jsdoc": "^34.8.2",
"husky": "^6.0.0",
"np": "5.2.1",
"pnpm": "^6.3.0",
"pnpm": "^6.4.0",
"prettier": "^2.3.0",
"fast-glob": "^3.2.5",
"pretty-quick": "^3.1.0",
Expand Down Expand Up @@ -88,7 +88,6 @@
"dependencies": {
"chalk": "^4.1.1",
"object-path": "^0.11.5",
"tslib": "^2.2.0",
"jsdom": "^16.5.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 684fe07

Please sign in to comment.