mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
8
node_modules/lunr/lib/query_parse_error.js
generated
vendored
Normal file
8
node_modules/lunr/lib/query_parse_error.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
lunr.QueryParseError = function (message, start, end) {
|
||||
this.name = "QueryParseError"
|
||||
this.message = message
|
||||
this.start = start
|
||||
this.end = end
|
||||
}
|
||||
|
||||
lunr.QueryParseError.prototype = new Error
|
||||
Reference in New Issue
Block a user