Skip to content

Commit

Permalink
Remove ESBuild for main package (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes authored Mar 19, 2024
1 parent cdd0b57 commit c205157
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 71 deletions.
36 changes: 3 additions & 33 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/langium-sql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint": "eslint src --ext ts"
},
"dependencies": {
"langium-sql": "0.3.1",
"langium-sql": "0.3.2",
"vscode-languageclient": "^8.0.2"
},
"devDependencies": {
Expand Down
33 changes: 0 additions & 33 deletions packages/langium-sql/esbuild.mjs

This file was deleted.

6 changes: 2 additions & 4 deletions packages/langium-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "langium-sql",
"displayName": "SQL Language Server",
"description": "Extensible language server for SQL",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"files": [
"lib",
Expand All @@ -17,7 +17,7 @@
},
"main": "./lib/index.js",
"scripts": {
"compile:src": "node esbuild.mjs",
"compile:src": "tsc --build tsconfig.src.json",
"compile:test": "tsc --build tsconfig.test.json",
"clean": "npx shx rm -fr lib *.tsbuildinfo",
"build": "npm run clean && npm run langium:generate && npm run compile:src",
Expand All @@ -32,8 +32,6 @@
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"esbuild": "~0.19.9",
"esbuild-plugin-d.ts": "^1.2.3",
"langium-cli": "^3.0.0"
},
"repository": {
Expand Down

0 comments on commit c205157

Please sign in to comment.