-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for TypeScript 5.0's array extends in tsconfig #1105
Changes from all commits
197dee8
604606a
472050b
179fcc6
95d8861
38cf44e
923ad9a
f6c2e5e
637c285
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,49 +19,48 @@ | |
"prepublishOnly": "node scripts/build.js --no-cache" | ||
}, | ||
"devDependencies": { | ||
"@azure/cosmos": "^3.12.3", | ||
"@bugsnag/js": "^7.11.0", | ||
"@azure/cosmos": "^3.17.3", | ||
"@bugsnag/js": "^7.21.0", | ||
"@ffmpeg-installer/ffmpeg": "^1.0.17", | ||
"@google-cloud/bigquery": "^5.7.0", | ||
"@google-cloud/firestore": "^6.4.1", | ||
"@sentry/node": "^7.17.3", | ||
"@slack/web-api": "^6.3.0", | ||
"@tensorflow/tfjs-node": "^3.12.0", | ||
"@vercel/webpack-asset-relocator-loader": "1.7.2", | ||
"analytics-node": "^6.0.0", | ||
"@google-cloud/firestore": "^6.7.0", | ||
"@sentry/node": "^7.66.0", | ||
"@slack/web-api": "^6.9.0", | ||
"@vercel/webpack-asset-relocator-loader": "1.7.3", | ||
"analytics-node": "^6.2.0", | ||
"apollo-server-express": "^2.2.2", | ||
"arg": "^5.0.0", | ||
"arg": "^5.0.2", | ||
"auth0": "^2.14.0", | ||
"aws-sdk": "^2.356.0", | ||
"aws-sdk": "^2.1448.0", | ||
"axios": "^0.21.1", | ||
"azure-storage": "^2.10.2", | ||
"browserify-middleware": "^8.1.1", | ||
"bytes": "^3.0.0", | ||
"canvas": "^2.10.2", | ||
"bytes": "^3.1.2", | ||
"canvas": "^2.11.2", | ||
"chromeless": "^1.5.2", | ||
"consolidate": "^0.16.0", | ||
"copy": "^0.3.2", | ||
"core-js": "^2.5.7", | ||
"cowsay": "^1.3.1", | ||
"esm": "^3.2.22", | ||
"express": "^4.16.4", | ||
"fetch-h2": "^3.0.0", | ||
"express": "^4.18.2", | ||
"fetch-h2": "^3.0.2", | ||
"firebase": "^7.24.0", | ||
"firebase-admin": "^11.3.0", | ||
"firebase-admin": "^11.10.1", | ||
"fluent-ffmpeg": "^2.1.2", | ||
"fontkit": "^1.7.7", | ||
"get-folder-size": "^2.0.0", | ||
"glob": "^8.0.3", | ||
"got": "^12.5.2", | ||
"graceful-fs": "^4.1.15", | ||
"graceful-fs": "^4.2.11", | ||
"graphql": "^15.5.1", | ||
"hot-shots": "^8.5.0", | ||
"ioredis": "^5.1.0", | ||
"ioredis": "^5.3.2", | ||
"isomorphic-unfetch": "^3.0.0", | ||
"jest": "^27.5.1", | ||
"jimp": "^0.16.1", | ||
"jugglingdb": "2.0.1", | ||
"koa": "^2.6.2", | ||
"koa": "^2.14.2", | ||
"leveldown": "^6.0.0", | ||
"license-webpack-plugin": "^4.0.2", | ||
"lighthouse": "^8.1.0", | ||
|
@@ -73,37 +72,37 @@ | |
"mkdirp": "^1.0.4", | ||
"mongoose": "^5.3.12", | ||
"mysql": "^2.16.0", | ||
"node-gyp": "^8.4.1", | ||
"node-gyp": "^9.4.0", | ||
"npm": "^6.13.4", | ||
"oracledb": "^4.2.0", | ||
"oracledb": "^6.1.0", | ||
"passport": "^0.6.0", | ||
"passport-google-oauth": "^2.0.0", | ||
"path-platform": "^0.11.15", | ||
"pdfkit": "^0.13.0", | ||
"pg": "^8.7.1", | ||
"pg": "^8.11.3", | ||
"pug": "^3.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"redis": "^3.1.1", | ||
"request": "^2.88.0", | ||
"rxjs": "^7.3.0", | ||
"rxjs": "^7.8.1", | ||
"saslprep": "^1.0.2", | ||
"sequelize": "^6.6.5", | ||
"sharp": "^0.30.5", | ||
"sequelize": "^6.32.1", | ||
"sharp": "^0.32.5", | ||
"shebang-loader": "^0.0.1", | ||
"socket.io": "^4.1.3", | ||
"socket.io": "^4.7.2", | ||
"source-map-support": "^0.5.9", | ||
"stripe": "^8.167.0", | ||
"swig": "^1.4.2", | ||
"terser": "^5.6.1", | ||
"terser": "^5.19.3", | ||
"the-answer": "^1.0.0", | ||
"tiny-json-http": "^7.0.2", | ||
"ts-loader": "^9.3.0", | ||
"tsconfig-paths": "^3.7.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"tsconfig-paths-webpack-plugin": "^3.5.2", | ||
"tiny-json-http": "^7.5.1", | ||
"ts-loader": "^9.4.4", | ||
"tsconfig-paths": "^4.2.0", | ||
"tsconfig-paths-webpack-plugin": "^4.1.0", | ||
"twilio": "^3.23.2", | ||
"typescript": "^4.4.2", | ||
"vm2": "^3.6.6", | ||
"typescript": "^5.2.2", | ||
"vm2": "^3.9.19", | ||
"vue": "^2.5.17", | ||
"vue-server-renderer": "^2.5.17", | ||
"web-vitals": "^0.2.4", | ||
|
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
require('./sourcemap-register.js');const { readFileSync, writeFileSync } = require('fs'), { Script } = require('vm'), { wrap } = require('module'); | ||
const basename = __dirname + '/index.js'; | ||
const source = readFileSync(basename + '.cache.js', 'utf-8'); | ||
const cachedData = !process.pkg && require('process').platform !== 'win32' && readFileSync(basename + '.cache'); | ||
const scriptOpts = { filename: basename + '.cache.js', columnOffset: -62 } | ||
const script = new Script(wrap(source), cachedData ? Object.assign({ cachedData }, scriptOpts) : scriptOpts); | ||
(script.runInThisContext())(exports, require, module, __filename, __dirname); | ||
if (cachedData) process.on('exit', () => { try { writeFileSync(basename + '.cache', script.createCachedData()); } catch(e) {} }); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import module from '@module'; | ||
|
||
console.log(module); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does node-gyp need to be a global?
This might be confusing for contributors since most people do not have
node-gyp
installed globally.Can we add it as a
devDependency
instead?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's already listed there, but somehow it seems that Windows sometimes needs it in a global environment. I haven't investigated whether this is a problem with the package manager resolver or some kind of implementation, but generally there shouldn't be a major problem