Commit Graph

14 Commits

Author SHA1 Message Date
Patrick Lam
ea0b9196a6 protobufjs: updated Message interfaces (#10198)
* protobufjs: updated Message interfaces

* Added ProtoBuf.Util interface

* Fixed load functions of ProtoBuf namespace

Base on the protobuf.js API docmentation.

* use {} instead of Object

Fixed according to PR commit note.
2016-07-29 00:26:20 +09:00
Endel Dreyer
e548d56ba4 protobufjs: allow to use protobuf-light version (#10164) 2016-07-19 23:22:47 -07:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
ami
01e43b6ec7 fix typo resolvedResponseType 2015-11-23 22:07:21 +09:00
vvakame
cb96c96f7d fix protobufjs/protobufjs-tests.ts 2015-08-29 10:18:23 +09:00
John Reilly
4ded082c5d Update protobufjs.d.ts
This PR includes the [ProtoBuf.Long](https://github.com/dcodeIO/ProtoBuf.js/blob/master/src/ProtoBuf.js#L19) property.  I based the definition on the existing long.d.ts.  I didn't use it directly because I didn't want to create a dependency and because the long.d.ts would have to be changed to do this in the first place.

@panuhorsmalahti - does this look okay to you?
2015-08-05 13:27:04 +01:00
Ian Riley
b18b5eea13 bug(tests): Passes npm test
Fixes minor bugs that caused npm test to fail.
2015-06-08 11:34:09 -07:00
Ian Riley
5bec620cbb chore(test): Tests protobuf.d.ts
Applies runtime assertions to ensure that returned values adhere to their qualified type.
2015-06-08 11:34:08 -07:00
Ian Riley
d51c740ff4 feat(protobufjs): Furthering support for ProtoBufJs
Adds more definitions for the ProtoBufJs module.
2015-06-08 11:34:08 -07:00
Panu Horsmalahti
b344b6491c Fixed the test. 2015-01-03 16:55:53 +02:00
Panu Horsmalahti
ec1eafa840 Renamed the test file 2015-01-03 16:54:12 +02:00
Panu Horsmalahti
09f3af655c Renamed protobuf to protobufjs 2015-01-03 16:52:36 +02:00