-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposal
Milestone
Description
Right now suppress needs to be on its own line, it would be nice to be able to target every nodes in the syntax tree. Otherwise we are unable to suppress everything
model Foo {
name: string;
nested: #suppress("no-nullable" "We do actually need no nullable for this nested props") {
prop1: string | null;
prop2: string | null;
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposal