Improve naming of "val" field

This commit is contained in:
Guillaume Gomez 2022-01-03 16:43:30 +01:00
parent f5833e759e
commit bbcf1762dd
12 changed files with 58 additions and 58 deletions

View file

@ -25,7 +25,7 @@ const PARSED = [
],
}],
typeFilter: -1,
val: "-> <p>",
userQuery: "-> <p>",
error: null,
},
{
@ -44,7 +44,7 @@ const PARSED = [
generics: [],
}],
typeFilter: -1,
val: "-> p",
userQuery: "-> p",
error: null,
},
];