add Path#isStatic
This commit is contained in:
parent
1d31db29a5
commit
1895ee02b5
@ -76,6 +76,14 @@ export function has(key): boolean {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Description
|
||||
*/
|
||||
|
||||
export function isStatic() {
|
||||
return this.scope.isStatic(this.node);
|
||||
}
|
||||
|
||||
/**
|
||||
* Alias of `has`.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user