forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daml-ledger.ts: Simplify types of *ByKey operations (digital-asset#4202)
The current type signature adds complexity which is unjustified in my opinion. Who would expect meaningful results when specifying a template by key `undefined`? CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information
1 parent
3496ce0
commit 3a4d356
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,8 @@ | |
"declaration": true, | ||
"sourceMap": true | ||
}, | ||
"include": ["**/*.ts"] | ||
"include": [ | ||
"**/*.ts", | ||
"lib/**/*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters