We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d543aa commit 92c7f04Copy full SHA for 92c7f04
postcss-selector-parser.d.ts
@@ -164,8 +164,8 @@ declare namespace parser {
164
rawSpaceAfter: string;
165
remove(): Node;
166
replaceWith(...nodes: Node[]): Node;
167
- next(): Node;
168
- prev(): Node;
+ next(): Node | undefined;
+ prev(): Node | undefined;
169
clone(opts?: {[override: string]:any}): this;
170
/**
171
* Return whether this node includes the character at the position of the given line and column.
0 commit comments