Skip to content

Commit

Permalink
Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiguousname committed Oct 25, 2024
1 parent 2da3912 commit 19f44b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions feature_tests/demo_gen/demo/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let termini = Object.assign({
parameters: [

{
name: "DiplomatStr",
name: "OptionString:DiplomatStr",
type: "string",
typeUse: "string"
}
Expand All @@ -35,7 +35,7 @@ let termini = Object.assign({
parameters: [

{
name: "V",
name: "Float64Vec:V",
type: "Array<number>",
typeUse: "Array<number>"
}
Expand All @@ -50,7 +50,7 @@ let termini = Object.assign({
parameters: [

{
name: "V",
name: "MyString:V",
type: "string",
typeUse: "string"
}
Expand All @@ -65,7 +65,7 @@ let termini = Object.assign({
parameters: [

{
name: "Foo",
name: "MyString:Foo",
type: "string",
typeUse: "string"
}
Expand All @@ -89,7 +89,7 @@ let termini = Object.assign({
parameters: [

{
name: "Input",
name: "Utf16Wrap:Input",
type: "string",
typeUse: "string"
}
Expand Down

0 comments on commit 19f44b6

Please sign in to comment.