You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not allow $declared_deps and $declared in queries
Summary: This isn't properly supported, and is unused, so just get rid of this code that makes it not fail.
Reviewed By: iguridi
Differential Revision: D71477139
fbshipit-source-id: deb3c26bfa7601a6a4c811009951a3de00e2413d
// TODO(cjhopman): We could probably parse the pattern first. This would likely at least give a better error message when the query contains a non-literal target pattern.
54
54
// We could optimize this to do less work for duplicates, but it's generally not helpful.
55
-
if pattern == "$declared_deps" || pattern == "$declared"{
56
-
returnOk(());
57
-
}
58
55
let label = self.ctx.coerce_providers_label(pattern)?;
0 commit comments