Skip to main content

RESERVED_PROPERTY_NAMES

Constant RESERVED_PROPERTY_NAMES 

Source
pub const RESERVED_PROPERTY_NAMES: &[&str];
Expand description

Built-in CLI flags that must not be shadowed by module schema properties. Matches the TypeScript RESERVED_NAMES set (schema-parser.ts) for parity.