Closed dimroc closed 3 years ago
Prior to change, external namespaces were pull in as a single type script file:
workspace/diem/shuffle/move/examples/main/txn_builders/diemTypes.ts
To better comply with deno conventions, this has been updated to namespace/mod.ts:
workspace/diem/shuffle/move/examples/main/txn_builders/diemTypes/mod.ts
cargo test test_typescript_code_compiles_with_external_definitions
Summary
Prior to change, external namespaces were pull in as a single type script file:
To better comply with deno conventions, this has been updated to namespace/mod.ts:
Test Plan
cargo test test_typescript_code_compiles_with_external_definitions