Refactor, Added documentation, moved from avj-cli to avj, update script and added tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export * from './errors.ts';
|
||||
export * from './parser/ajv/ajv-utils.ts';
|
||||
export * from './parser/xo-template.ts';
|
||||
export * from './extended-json.ts';
|
||||
export * from './script.ts';
|
||||
export * from './templates.ts';
|
||||
export * from './template/errors.ts';
|
||||
export * from './template/identifier.ts';
|
||||
export * from './template/parser.ts';
|
||||
export * from './template/schemas.ts';
|
||||
|
||||
// Only exporting serializeTemplate as deserializeTemplate is only used internally and parseTemplate should be used instead.
|
||||
export { serializeTemplate } from './template/serialization.ts';
|
||||
|
||||
Reference in New Issue
Block a user