swc/crates/swc_bundler/tests/.cache/untrusted/6788cd64a889c6f72bed2eacc2eb2950292407eb.ts
2021-11-09 20:42:49 +09:00

18 lines
497 B
TypeScript

// Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/redshift/schema/compiler.js
/* eslint max-len: 0 */
// Redshift Table Builder & Compiler
// -------
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import SchemaCompiler_PG from '../../postgres/schema/compiler.js';
function SchemaCompiler_Redshift() {
SchemaCompiler_PG.apply(this, arguments);
}
inherits(SchemaCompiler_Redshift, SchemaCompiler_PG);
export default SchemaCompiler_Redshift;