X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftable%2Fnode_modules%2Fajv%2Fdist%2Fcompile%2Fcodegen%2Findex.d.ts;h=db9101ddb9688935ea54c33b8b67e6cb9c464ac5;hp=434d69cf99618b173423bdf73140e0a039dc93e5;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/codegen/index.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/codegen/index.d.ts index 434d69cf..db9101dd 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/codegen/index.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/codegen/index.d.ts @@ -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);