X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftable%2Fnode_modules%2Fajv%2Flib%2Fcompile%2Fcodegen%2Findex.ts;h=9d29055dc32ed7ca9e2c85f8ffc031682bef564b;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=e33de346b95b7e9bcbb3b34f338ba1e05629a121;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/lib/compile/codegen/index.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/lib/compile/codegen/index.ts index e33de346..9d29055d 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/lib/compile/codegen/index.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/lib/compile/codegen/index.ts @@ -2,7 +2,7 @@ import type {ScopeValueSets, NameValue, ValueScope, ValueScopeName} from "./scop import {_, nil, _Code, Code, Name, UsedNames, CodeItem, addCodeArg, _CodeOrName} from "./code" import {Scope, varKinds} 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" // type for expressions that can be safely inserted in code without quotes