Skip to content

Commit

Permalink
re-apply changes since they disappeared somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed Apr 30, 2024
1 parent 9bc5257 commit 0dd8f91
Show file tree
Hide file tree
Showing 13 changed files with 1,650 additions and 1,662 deletions.
157 changes: 0 additions & 157 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jsdocSingleLineComment: false
tsdoc: true

plugins:
- ./node_modules/prettier-plugin-jsdoc
- ./node_modules/prettier-plugin-package
- prettier-plugin-jsdoc
- prettier-plugin-package

overrides:
- files:
Expand Down
63 changes: 0 additions & 63 deletions __tests__/index.js

This file was deleted.

3 changes: 0 additions & 3 deletions __tests__/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions jest.config.js

This file was deleted.

49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"engines": {
"vscode": "^1.48.0"
},
"type": "module",
"scripts": {
"build": "rollup -c rollup.config.js",
"deploy": "vsce publish",
"format": "prettier . --write && eslint --ext ts --fix --cache",
"lint": "eslint --ext ts src --max-warnings 0 --cache",
"test": "node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/.bin/jest",
"test": "jest --config jest.config.mjs",
"vscode:prepublish": "rollup -c rollup.config.js"
},
"keywords": [
Expand All @@ -32,32 +33,30 @@
"runner"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/glob": "^7.1.4",
"@types/jest": "^27.0.3",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.3.1",
"@types/node-fetch": "^2.5.11",
"@types/vscode": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/node-fetch": "^2.6.11",
"@types/vscode": "~1.78.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"glob": "^7.1.7",
"jest": "^27.4.5",
"jsdom": "^16.6.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"prettier-plugin-jsdoc": "^0.3.23",
"prettier-plugin-package": "^1.3.0",
"rollup": "^2.53.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-package": "^1.4.0",
"rollup": "^4.17.1",
"rollup-plugin-progress": "^1.1.2",
"ts-jest": "^27.1.2",
"tslib": "^2.3.0",
"typescript": "~4.3.5",
"vsce": "^1.95.1",
"yaml": "^1.10.2"
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "~5.4.5",
"vsce": "^2.15.0",
"yaml": "^2.4.2"
},
"activationEvents": [
"onCommand:processing.OpenExtensionDocumentation",
Expand Down
Loading

0 comments on commit 0dd8f91

Please sign in to comment.