remove unused condition
This commit is contained in:
parent
d5eade2b94
commit
d0e2d26ceb
1 changed files with 0 additions and 5 deletions
|
@ -1072,11 +1072,6 @@
|
|||
type = matches[1].replace(/^const$/, 'constant');
|
||||
query = query.substring(matches[0].length);
|
||||
}
|
||||
// In case we just get a '!' as input, we can assume that the user is looking for the
|
||||
// `Never` primitive type.
|
||||
if (raw === '!') {
|
||||
query = 'Never';
|
||||
}
|
||||
|
||||
return {
|
||||
raw: raw,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue