summaryrefslogtreecommitdiff
path: root/test/JsDeepConstructorTest.thrift
Commit message (Collapse)AuthorAgeFilesLines
* fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-111-0/+19
|
* THRIFT-3748 Node.js Deserialization of lists of lists is brokenNobuaki Sukegawa2016-09-261-0/+2
| | | | This closes #957
* THRIFT-3293 JavaScript: null values turn into empty structs in constructorHenrique Mendonça2015-08-161-0/+4
| | | | Patch: Håkon Hitland
* THRIFT-3122 Javascript struct constructor should properly initialize struct ↵Henrique Mendonça2015-06-251-0/+12
| | | | | | | | and container members from plain js arguments Patch: Igor Tkach This closes #519
* Revert "THRIFT-3122 Javascript struct constructor should properly initialize ↵Henrique Mendonça2015-06-011-12/+0
| | | | | | struct and container members from plain js arguments" This reverts commit 1568aef7d499153469131449ec682998598f0d3c.
* THRIFT-3122 Javascript struct constructor should properly initialize struct ↵Henrique Mendonça2015-05-271-0/+12
and container members from plain js arguments Client: Node and JS Patch: Igor Tkach This closes #476