JunkMessage interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The result of parsing input that cannot be represented by a PatternMessage or a SelectMessage.

Signature:

export interface JunkMessage 

Properties

Property Modifiers Type Description
comment?   string (BETA) (Optional)
declarations   Declaration[] (BETA)
errors?   MessageSyntaxError[] (BETA) (Optional)
source   string (BETA)
type   ‘junk’ (BETA)