massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / codegen / index.d.ts
index 434d69cf99618b173423bdf73140e0a039dc93e5..db9101ddb9688935ea54c33b8b67e6cb9c464ac5 100644 (file)
@@ -1,7 +1,7 @@
 import type { ScopeValueSets, NameValue, ValueScope, ValueScopeName } from "./scope";
 import { _Code, Code, Name } from "./code";
 import { Scope } from "./scope";
-export { _, str, strConcat, nil, getProperty, stringify, Name, Code } from "./code";
+export { _, str, strConcat, nil, getProperty, stringify, regexpCode, Name, Code } from "./code";
 export { Scope, ScopeStore, ValueScope, ValueScopeName, ScopeValueSets, varKinds } from "./scope";
 export declare type SafeExpr = Code | number | boolean | null;
 export declare type Block = Code | (() => void);