Skip to content

Commit 948fd9a

Browse files
committed
Use source-map 0.7.4
A new release of source-map was pushed 10 days ago: https://github.com/mozilla/source-map/releases/tag/v0.7.4 This contains a fix for building on Node 18 (which was added in Oct 2020): mozilla/source-map#423. This allows us to run a successful build on Node 18 so let's make use of it!
1 parent 5786a9b commit 948fd9a

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

extensions/ql-vscode/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,11 +1115,11 @@
11151115
]
11161116
},
11171117
"scripts": {
1118-
"build": "NODE_OPTIONS=--openssl-legacy-provider gulp",
1118+
"build": "gulp",
11191119
"watch": "npm-run-all -p watch:*",
1120-
"watch:extension": "NODE_OPTIONS=--openssl-legacy-provider tsc --watch",
1121-
"watch:webpack": "NODE_OPTIONS=--openssl-legacy-provider gulp watchView",
1122-
"watch:css": "NODE_OPTIONS=--openssl-legacy-provider gulp watchCss",
1120+
"watch:extension": "tsc --watch",
1121+
"watch:webpack": "gulp watchView",
1122+
"watch:css": "gulp watchCss",
11231123
"test": "mocha --exit -r ts-node/register test/pure-tests/**/*.ts",
11241124
"preintegration": "rm -rf ./out/vscode-tests && npm run build",
11251125
"integration": "node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace",
@@ -1148,7 +1148,7 @@
11481148
"react-dom": "^17.0.2",
11491149
"semver": "~7.3.2",
11501150
"source-map-support": "^0.5.21",
1151-
"source-map": "git://github.com/mozilla/source-map.git#d69af1457a57d242e6b882ebd8aff1d145611b77",
1151+
"source-map": "^0.7.4",
11521152
"stream": "^0.0.2",
11531153
"stream-chain": "~2.2.4",
11541154
"stream-json": "~1.7.3",

0 commit comments

Comments
 (0)