Skip to content

Commit

Permalink
Pin TypeScript to match ahk2-lsp submodule (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 7, 2024
1 parent c0ec619 commit 37433a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
27 changes: 2 additions & 25 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
# ahk2
ahk2/client/src/browserClientMain.ts
ahk2/client/src/extension.ts
ahk2/client/src/test/utils.ts
ahk2/server/src/ahkProvider.ts
ahk2/server/src/browserServerMain.ts
ahk2/server/src/codeActionProvider.ts
ahk2/server/src/colorProvider.ts
ahk2/server/src/commandProvider.ts
ahk2/server/src/common.ts
ahk2/server/src/completionProvider.ts
ahk2/server/src/constants.ts
ahk2/server/src/definitionProvider.ts
ahk2/server/src/formattingProvider.ts
ahk2/server/src/hoverProvider.ts
ahk2/server/src/Lexer.ts
ahk2/server/src/localize.ts
ahk2/server/src/PEFile.ts
ahk2/server/src/referencesProvider.ts
ahk2/server/src/renameProvider.ts
ahk2/server/src/scriptrunner.ts
ahk2/server/src/semanticTokensProvider.ts
ahk2/server/src/server.ts
ahk2/server/src/signatureProvider.ts
ahk2/server/src/symbolProvider.ts
# ahk2 - Format when working directly with that submodule
ahk2

# Folders
.idea/
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "npm run format && npm run eslint && npm run sort-package-json",
"lint:ci": "npm run eslint && npm run sort-package-json",
"lint:fix": "npm run format:fix && npm run eslint:fix && npm run sort-package-json:fix",
"package": "vsce package",
"prepare": "git submodule update --init --recursive && cd ahk2 && npm install",
Expand All @@ -82,7 +81,7 @@
"test-unit": "mocha",
"test:ci": "npm run test-grammar && npm run test-e2e:ci",
"validate": "npm run lint && npm run test && npm run package",
"validate:ci": "npm run lint:ci && npm run test:ci && npm run package",
"validate:ci": "npm run lint && npm run test:ci && npm run package",
"validate:fix": "npm run lint:fix && npm run test && npm run package",
"vscode:prepublish": "npm run compile-grammar && npm run build && echo Packaging..."
},
Expand Down Expand Up @@ -1181,7 +1180,7 @@
"sinon": "^18.0.0",
"sort-package-json": "^1.57.0",
"source-map-support": "^0.5.19",
"typescript": "~4.7.4",
"typescript": "5.5.4",
"typescript-eslint": "^8.1.0",
"vscode-tmgrammar-test": "^0.1.1"
},
Expand Down

0 comments on commit 37433a0

Please sign in to comment.