/opt/canhelp/node_modules/kysely/dist/esm/plugin/with-schema
NameSizeModeActions
with-schema-plugin.d.ts25140644editdlrm
with-schema-plugin.js4430644editdlrm
with-schema-transformer.d.ts13800644editdlrm
with-schema-transformer.js73070644editdlrm
Edit: /opt/canhelp/node_modules/kysely/dist/esm/plugin/with-schema/with-schema-plugin.js (443B)
/// import { WithSchemaTransformer } from './with-schema-transformer.js'; export class WithSchemaPlugin { #transformer; constructor(schema) { this.#transformer = new WithSchemaTransformer(schema); } transformQuery(args) { return this.#transformer.transformNode(args.node, args.queryId); } async transformResult(args) { return args.result; } }