| 1 | ace.define("ace/mode/xquery/xquery_lexer",["require","exports","module"], function(require, exports, module) { |
| 2 | module.exports = (function outer (modules, cache, entry) { |
| 3 | var previousRequire = typeof require == "function" && require; |
| 4 | function newRequire(name, jumped){ |
nothing calls this directly
no test coverage detected