Interface RemoveAssertionsCreationOptions

Hierarchy

Properties

ignoreAmbiguity?: boolean

If true, transformers are allowed to reduce or increase the ambiguity of the regular expression.

Default

false
ignoreOrder?: boolean

If true, transformers are allowed to reorder alternatives and to change/ignore the laziness of quantifiers. This may cause the behavior of the regex to change.

Default

false
replacement?: "empty-set" | "empty-word"

Default

"empty-set"