From e74a83a7152fc5d1f6dace1fac49062d331f1cac Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 10 May 2020 22:17:54 +0100 Subject: fix(std/encoding/yaml): Correct exports (#5191) --- std/encoding/yaml.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'std/encoding/yaml.ts') diff --git a/std/encoding/yaml.ts b/std/encoding/yaml.ts index abe210d85..78866ed2a 100644 --- a/std/encoding/yaml.ts +++ b/std/encoding/yaml.ts @@ -8,4 +8,11 @@ export { DumpOptions as StringifyOptions, stringify, } from "./_yaml/stringify.ts"; -export { Schema, SchemaDefinition, TypeMap } from "./_yaml/schema/mod.ts"; +export { SchemaDefinition } from "./_yaml/schema.ts"; +export { StyleVariant } from "./_yaml/type.ts"; +export { + CORE_SCHEMA, + DEFAULT_SCHEMA, + FAILSAFE_SCHEMA, + JSON_SCHEMA, +} from "./_yaml/schema/mod.ts"; -- cgit v1.2.3