We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82dea3 commit 40d0a75Copy full SHA for 40d0a75
src/codegen/findRef.ts
@@ -35,7 +35,7 @@ export const $$findRef = (path: Path): JavaScriptLinked<Fn> => {
35
`;
36
}
37
38
- const js = /* js */ `(function(hasOwnProperty, path){
+ const js = /* js */ `(function(has, path){
39
return function(val) {
40
var obj, key;
41
${loop}
0 commit comments