Skip to content

🤖 User test baselines have changed#32753

Closed
typescript-bot wants to merge 1 commit into
microsoft:masterfrom
typescript-bot:user-update-Microsoft-20190703
Closed

🤖 User test baselines have changed#32753
typescript-bot wants to merge 1 commit into
microsoft:masterfrom
typescript-bot:user-update-Microsoft-20190703

Conversation

@typescript-bot
Copy link
Copy Markdown
Collaborator

Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @weswigham @sandersn @RyanCavanaugh

Copy link
Copy Markdown
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to find out why a bunch of identifiers are suddenly giving reserved errors.

lib/Page.js(536,15): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(589,14): error TS2503: Cannot find namespace 'Protocol'.
lib/Page.js(890,19): error TS2503: Cannot find namespace 'Protocol'.
lib/PipeTransport.js(19,5): error TS1213: Identifier expected. 'implements' is a reserved word in strict mode. Class definitions are automatically in strict mode.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what changed to make this an error

Standard output:
node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts(1,8): error TS1259: Module '"/prettier/prettier/node_modules/typescript/lib/typescript"' can only be default-imported using the 'esModuleInterop' flag
src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number'.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to investigate this too

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably a change in @types/node.

node_modules/content-disposition/index.js(27,5): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
node_modules/content-disposition/index.js(34,5): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
node_modules/content-disposition/index.js(42,5): error TS1212: Identifier expected. 'private' is a reserved word in strict mode.
node_modules/content-disposition/index.js(50,19): error TS1127: Invalid character.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to look at this too

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha ha oh no it's the scanner. @weswigham we are now giving two errors:

/**
 * RegExp to match quoted-pair in RFC 2616
 *
 * quoted-pair = "\" CHAR
 * CHAR        = <any US-ASCII character (octets 0 - 127)>
 * @private
 */
  1. On "\"
  2. @private

Broken by #32716

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #32756 to track this

node_modules/lodash/template.js(71,10): error TS1003: Identifier expected.
node_modules/lodash/template.js(71,10): error TS8024: JSDoc '@param' tag has name '', but there is no parameter with that name.
node_modules/lodash/template.js(102,36): error TS1127: Invalid character.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invalid characters here too

@weswigham weswigham closed this Aug 13, 2019
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants