@aphro/codegen-api
Advanced tools
Comparing version 0.0.5 to 0.0.6
export interface CodegenFile { | ||
readonly name: string; | ||
readonly contents: string; | ||
readonly signatureTemplate: string; | ||
readonly templates: Templates; | ||
} | ||
export declare const ALGOL_TEMPLATE = "// SIGNED-SOURCE: <>"; | ||
export declare const SQL_TEMPLATE = "-- SIGNED-SOURCE: <>"; | ||
export declare const HASH_TEMPLATE = "# SIGNED-SOURCE: <>"; | ||
export declare type Templates = { | ||
signature: string; | ||
startManual: string; | ||
endManual: string; | ||
}; | ||
export declare const algolTemplates: { | ||
signature: string; | ||
startManual: string; | ||
endManual: string; | ||
}; | ||
export declare const sqlTemplates: { | ||
signature: string; | ||
startManual: string; | ||
endManual: string; | ||
}; | ||
export declare const hashTemplates: { | ||
signature: string; | ||
startManual: string; | ||
endManual: string; | ||
}; | ||
//# sourceMappingURL=CodegenFile.d.ts.map |
@@ -1,4 +0,16 @@ | ||
export const ALGOL_TEMPLATE = '// SIGNED-SOURCE: <>'; | ||
export const SQL_TEMPLATE = '-- SIGNED-SOURCE: <>'; | ||
export const HASH_TEMPLATE = '# SIGNED-SOURCE: <>'; | ||
export const algolTemplates = { | ||
signature: '// SIGNED-SOURCE: <>', | ||
startManual: '// BEGIN-MANUAL-SECTION: []', | ||
endManual: '// END-MANUAL-SECTION', | ||
}; | ||
export const sqlTemplates = { | ||
signature: '-- SIGNED-SOURCE: <>', | ||
startManual: '-- BEGIN-MANUAL-SECTION: []', | ||
endManual: '-- END-MANUAL-SECTION', | ||
}; | ||
export const hashTemplates = { | ||
signature: '# SIGNED-SOURCE: <>', | ||
startManual: '# BEGIN-MANUAL-SECTION: []', | ||
endManual: '# END-MANUAL-SECTION', | ||
}; | ||
//# sourceMappingURL=CodegenFile.js.map |
{ | ||
"name": "@aphro/codegen-api", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "lib/index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@aphro/schema-api": "0.0.5" | ||
"@aphro/schema-api": "0.0.6" | ||
}, | ||
@@ -9,0 +9,0 @@ "devDependencies": { |
export interface CodegenFile { | ||
readonly name: string; | ||
readonly contents: string; | ||
readonly signatureTemplate: string; | ||
readonly templates: Templates; | ||
} | ||
export const ALGOL_TEMPLATE = '// SIGNED-SOURCE: <>'; | ||
export const SQL_TEMPLATE = '-- SIGNED-SOURCE: <>'; | ||
export const HASH_TEMPLATE = '# SIGNED-SOURCE: <>'; | ||
export type Templates = { | ||
signature: string; | ||
startManual: string; | ||
endManual: string; | ||
}; | ||
export const algolTemplates = { | ||
signature: '// SIGNED-SOURCE: <>', | ||
startManual: '// BEGIN-MANUAL-SECTION: []', | ||
endManual: '// END-MANUAL-SECTION', | ||
}; | ||
export const sqlTemplates = { | ||
signature: '-- SIGNED-SOURCE: <>', | ||
startManual: '-- BEGIN-MANUAL-SECTION: []', | ||
endManual: '-- END-MANUAL-SECTION', | ||
}; | ||
export const hashTemplates = { | ||
signature: '# SIGNED-SOURCE: <>', | ||
startManual: '# BEGIN-MANUAL-SECTION: []', | ||
endManual: '# END-MANUAL-SECTION', | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105
20692
24
+ Added@aphro/schema-api@0.0.6(transitive)
- Removed@aphro/schema-api@0.0.5(transitive)
Updated@aphro/schema-api@0.0.6