Skip to content

Scanner change in #32716 reports errors on jsdoc #32756

@sandersn

Description

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

Expected behavior:
No errors

Actual behavior:
Errors on "\" (unexpected character) and @private ('private' is reserved in strict mode)

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions