mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
Recognize ExtractPosition/InjectPosition in the node macro context analyzer
Also, fix migration missing alias
This commit is contained in:
@@ -550,12 +550,14 @@ fn parse_context_feature_idents(ty: &Type) -> Vec<Ident> {
|
||||
| "ExtractRealTime"
|
||||
| "ExtractAnimationTime"
|
||||
| "ExtractPointerPosition"
|
||||
| "ExtractPosition"
|
||||
| "ExtractIndex"
|
||||
| "ExtractVarArgs"
|
||||
| "InjectFootprint"
|
||||
| "InjectRealTime"
|
||||
| "InjectAnimationTime"
|
||||
| "InjectPointerPosition"
|
||||
| "InjectPosition"
|
||||
| "InjectIndex"
|
||||
| "InjectVarArgs" => {
|
||||
features.push(segment.ident.clone());
|
||||
|
||||
Reference in New Issue
Block a user