-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed as not planned
Closed as not planned
Copy link
Description
- I tried using the
@types/express-serve-static-corepackage and had problems. - I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- I understand that
@typespackage versions do not follow SemVer. - I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
- Mention the authors (see
Definitions by:inindex.d.ts) so they can respond.- Authors: @borisyankov @19majkel94 @kacepe @micksatana @samijaber @JoseLion @dwrss @andoshin11
Our package has a dev dependency on @types/express. Since version 4.17.20 of @types/express-serve-static-core was released today and picked up as a transient dependency, our typescript build check in our CI system has started failing with the following errors:
node_modules/@types/express-serve-static-core/index.d.ts(102,25): error TS1110: Type expected.
node_modules/@types/express-serve-static-core/index.d.ts(102,44): error TS1005: '}' expected.
node_modules/@types/express-serve-static-core/index.d.ts(102,49): error TS1128: Declaration or statement expected.
node_modules/@types/express-serve-static-core/index.d.ts(102,51): error TS1161: Unterminated regular expression literal.
node_modules/@types/express-serve-static-core/index.d.ts(103,45): error TS1005: '(' expected.
node_modules/@types/express-serve-static-core/index.d.ts(104,9): error TS1005: ')' expected.
node_modules/@types/express-serve-static-core/index.d.ts(104,18): error TS1005: ')' expected.
node_modules/@types/express-serve-static-core/index.d.ts(104,45): error TS1005: '}' expected.
node_modules/@types/express-serve-static-core/index.d.ts(104,54): error TS1128: Declaration or statement expected.
node_modules/@types/express-serve-static-core/index.d.ts(212,41): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(221,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(247,62): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(343,49): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(344,59): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(345,5): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(345,25): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(345,44): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(346,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(351,84): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(366,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(367,14): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(367,29): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(380,20): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(389,28): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(390,45): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(393,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(467,56): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(471,48): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(490,35): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(490,58): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(496,36): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(498,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(504,53): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(544,26): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(550,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(573,24): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(654,20): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(659,46): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(672,46): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(720,40): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(723,22): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(724,51): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(730,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(730,68): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(731,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(732,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(733,13): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(733,68): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(735,43): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(739,48): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(740,44): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(741,47): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(780,40): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(782,54): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(783,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(785,35): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(790,26): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(797,49): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(797,64): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(798,66): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(811,49): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(811,64): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(812,66): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(825,52): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(828,26): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(836,54): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(837,12): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(837,39): error TS1109: Expression expected.
node_modules/@types/express-serve-static-core/index.d.ts(870,38): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(871,36): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(879,72): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(884,20): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(884,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(893,20): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(904,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(907,23): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(911,20): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(911,30): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(911,52): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(915,14): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(915,63): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(916,14): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(917,14): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(932,36): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(934,19): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(946,46): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(960,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(960,60): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(963,23): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(963,46): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(965,9): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(980,16): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(980,38): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(980,70): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(986,12): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(987,12): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1055,53): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1056,12): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1058,25): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1073,52): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1088,16): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1088,29): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1088,46): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1124,18): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1136,18): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1147,17): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1150,18): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1154,31): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1154,48): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1170,16): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1171,33): error TS1005: ';' expected.
node_modules/@types/express-serve-static-core/index.d.ts(1239,1): error TS1160: Unterminated template literal.
BoSong-Unity, DustinBrett, saiumesh-apty, Crow-EH, mufazzal and 69 moreBoSong-Unity, omkarmhetar, jescoop and Orest-MBoSong-Unity, repl-james-yoo, Arya95Bharath, Rinta01, omkarmhetar and 2 more
Metadata
Metadata
Assignees
Labels
No labels