Skip to content

Commit 9467d5d

Browse files
committedMar 9, 2024
Further spec simplifications, update typescript sample
1 parent 4044c6a commit 9467d5d

12 files changed

+356
-383
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,6 @@ dist
132132
.yarn/build-state.yml
133133
.yarn/install-state.gz
134134
.pnp.*
135+
136+
samples/python/venv/
137+
samples/typescript/generated-client/

‎main.tsp

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ using JsonSchema;
1414
@jsonSchema
1515
namespace Todo;
1616

17-
// should not be necessary, bug here in tsp.
18-
@encode("binary")
19-
scalar myBytes extends bytes;
20-
2117
@jsonSchema
2218
model User {
2319
/** An autogenerated unique id for the user */

0 commit comments

Comments
 (0)