-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Working on https://www.projectwallace.com/ast-explorer. When cloning or debugging a node it should be clear that there's a difference between some properties:
is_vendor_prefixedshould betrue | false | undefined(undefinedfor nodes like atrule, stylesheet etc.)is_importantshould betrue | false | undefined(only boolean when node is declaration)preludeshould bestring | null | undefined. Can bestring | nullfor atrules,undefinedotherwise
etc. etc. for value, name
Cloning should omit undefined values.
Metadata
Metadata
Assignees
Labels
No labels