summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/generate/t_js_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5674: Catch and handle server implementation exceptionsChandler May2023-03-021-2/+2
* * THRIFT-4655 Parser fails on the word "from"Jens Geyer2022-10-161-0/+9
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-051-0/+5
* (typescript): Fix invalid optional members and argument generationPhil Price2022-04-211-2/+17
* THRIFT-5448: map binary to typescript BufferOpportunity2021-10-141-1/+1
* THRIFT-3508 Map optional fields from thrift idl to optional fields in TypeScr...Axel Jäger2021-05-201-7/+3
* THRIFT-5234 Fix a number of js/ts generation issuesPhil Price2020-06-181-16/+59
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-12/+12
* THRIFT-5159: Fix runtime ReferenceError in generated codepenenin2020-04-271-0/+3
* Fix typescript generation for multi include casesPhil Price2019-07-011-2/+22
* Implement episodic compilation for js code generationMustafa Senol Cosar2019-06-211-26/+160
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-081-17/+17
* THRIFT-4745: fixes compiler warningsJames E. King III2019-02-011-2/+2
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-2/+6
* THRIFT-4738: Fix typescript declaration generationMustafa Senol Cosar2019-01-221-20/+42
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-151-11/+58
* THRIFT-3143: Add nodets supportwilfrem2018-11-291-19/+132
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-281-122/+302
* THRIFT-4625: Use let/const variable decorators in ES6 JavascriptBrian Forbis2018-09-281-124/+153
* THRIFT-3950: Memory leak while calling oneway methods (#1568)bforbis2018-07-171-1/+8
* THRIFT-4225: Delete callback if RPC send failedBrian Forbis2018-06-271-1/+2
* THRIFT-4564: Reset buffered transport on serizliation errorsBrian Forbis2018-06-211-10/+34
* THRIFT-4532: Do not update previously generated output files if the contents ...Mustafa Senol Cosar2018-05-011-35/+35
* THRIFT-4476: Typecasting problem on double list items,Ozan Can Altiok2018-03-201-1/+3
* THRIFT-4513: Fix thrift compiler to generate constants in stable order.Roman Soroka2018-03-141-4/+4
* THRIFT-4406: Optionally generate ES6 compatible JavaScript where service meth...Philip Frank2018-01-041-14/+94
* THRIFT-4355 Fix javascript indentation of default valuesBrian Forbis2017-10-101-6/+5
* THRIFT-4131: js / WebSocket / fix handling oneway methodsJames E. King, III2017-09-241-10/+14
* change js generator for simple using in object paramsjiangq2017-08-121-5/+14
* THRIFT-4257 Typescript async callbacks do not provide the correct typesMike Morton2017-07-301-2/+2
* THRIFT-4136 Align is_binary() method with is_string() to simplify those checksJens Geyer2017-03-261-2/+2
* THRIFT-4010 Q.fcall messing up with *this* pointer inside called functionBruno Fonseca2016-12-281-1/+1
* THRIFT-3546: NodeJS code should not be namespacedjfarrell2016-10-121-3/+42
* THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be j...BCG2016-10-071-21/+24
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...dtmuller2016-09-261-0/+2231