massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / lib / standalone / index.ts
index 8cfca1da08dda380eeb9bbff745df1a5f50d4e64..d205ac09acb865ce6ab345dc6f2b780b056bf3eb 100644 (file)
@@ -4,7 +4,7 @@ import type {SchemaEnv} from "../compile"
 import {UsedScopeValues, UsedValueState, ValueScopeName, varKinds} from "../compile/codegen/scope"
 import {_, nil, _Code, Code, getProperty} from "../compile/codegen/code"
 
-export default function standaloneCode(
+function standaloneCode(
   ajv: AjvCore,
   refsOrFunc?: {[K in string]?: string} | AnyValidateFunction
 ): string {
@@ -86,3 +86,8 @@ export default function standaloneCode(
     }
   }
 }
+
+module.exports = exports = standaloneCode
+Object.defineProperty(exports, "__esModule", {value: true})
+
+export default standaloneCode