Skip to content

Commit 9897964

Browse files
Merge pull request #364 from specta-rs/overhaul-ts-exporter
Overhaul Typescript exporter
2 parents 0e8ff1f + de61c21 commit 9897964

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3858
-3954
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["specta", "specta-*", "tests"]
33
resolver = "2"
44

55
[workspace.lints.rust]
6-
unsafe_code = { level = "forbid", priority = -1 }
6+
# unsafe_code = { level = "forbid", priority = -1 } # The `export` feature uses unsafe.
77
# missing_docs = { level = "warn", priority = -1 } # TODO: Enable this
88

99
[workspace.lints.clippy]

specta-datatype-from/Cargo.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

specta-datatype-from/src/data_type_from/attr/container.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

specta-datatype-from/src/data_type_from/attr/field.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

specta-datatype-from/src/data_type_from/attr/mod.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

specta-datatype-from/src/data_type_from/mod.rs

Lines changed: 0 additions & 123 deletions
This file was deleted.

specta-datatype-from/src/lib.rs

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)