From 3e7e4fc59e6d2d6c862410b4b427fbedccdb237b Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Tue, 20 Dec 2016 00:09:44 +0100 Subject: [PATCH] pbjs: Removed type/ns alias comment in static target to not confuse jsdoc unnecessarily --- cli/targets/static.js | 1 - dist/protobuf.js | 2 +- dist/protobuf.min.js | 2 +- dist/protobuf.min.js.gz | Bin 17964 -> 17964 bytes dist/runtime/protobuf.js | 2 +- dist/runtime/protobuf.min.js | 2 +- dist/runtime/protobuf.min.js.gz | Bin 5510 -> 5510 bytes tests/data/ambiguous-names.js | 2 -- tests/data/mapbox/vector_tile.js | 5 ----- tests/data/package.js | 2 -- tests/data/rpc.js | 3 --- types/protobuf.js.d.ts | 2 +- 12 files changed, 5 insertions(+), 18 deletions(-) diff --git a/cli/targets/static.js b/cli/targets/static.js index c44b0195f..d88399640 100644 --- a/cli/targets/static.js +++ b/cli/targets/static.js @@ -87,7 +87,6 @@ function buildNamespace(ref, ns) { return; if (ns.name !== "") { push(""); - push("/** @alias " + ns.fullName.substring(1) + " */"); push(name(ref) + "." + name(ns.name) + " = (function() {"); ++indent; } diff --git a/dist/protobuf.js b/dist/protobuf.js index 3ae4aa198..c38ae9a12 100644 --- a/dist/protobuf.js +++ b/dist/protobuf.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.3.0 (c) 2016 Daniel Wirtz - * Compiled Mon, 19 Dec 2016 22:48:33 UTC + * Compiled Mon, 19 Dec 2016 23:08:12 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js b/dist/protobuf.min.js index 11f6efce4..40c2e0ab8 100644 --- a/dist/protobuf.min.js +++ b/dist/protobuf.min.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.3.0 (c) 2016 Daniel Wirtz - * Compiled Mon, 19 Dec 2016 22:48:33 UTC + * Compiled Mon, 19 Dec 2016 23:08:12 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js.gz b/dist/protobuf.min.js.gz index 82901471a8238e7d4b187415eaaa7fd693940314..2db4c92cfe9cae1399c16725c0b037801059c9dc 100644 GIT binary patch delta 28 kcmZ3}!?>o0al%A4=Ka<0zW>@dz1Nk4t)+)!-xCG~0KZ!dm;e9( delta 28 kcmZ3}!?>o0al%Bl+WLxj{A?Si_quXS7n$t6?+F6~0IRnPUH||9 diff --git a/dist/runtime/protobuf.js b/dist/runtime/protobuf.js index f34f8f558..0c2fb1e90 100644 --- a/dist/runtime/protobuf.js +++ b/dist/runtime/protobuf.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.3.0 (c) 2016 Daniel Wirtz - * Compiled Mon, 19 Dec 2016 22:48:33 UTC + * Compiled Mon, 19 Dec 2016 23:08:12 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/runtime/protobuf.min.js b/dist/runtime/protobuf.min.js index 6cb97c65a..920f287dc 100644 --- a/dist/runtime/protobuf.min.js +++ b/dist/runtime/protobuf.min.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.3.0 (c) 2016 Daniel Wirtz - * Compiled Mon, 19 Dec 2016 22:48:33 UTC + * Compiled Mon, 19 Dec 2016 23:08:12 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/runtime/protobuf.min.js.gz b/dist/runtime/protobuf.min.js.gz index 9eb3c87a94b7a8f04dc334d28b32e16f04d619ba..422a59ac48b7d61e689b3c76855ac759901aa993 100644 GIT binary patch delta 26 icmZqEZquGHfz5Wm^(Wcw8>hVx;SkuK_gCAAfdK%OI0|q8 delta 26 icmZqEZquGHfo pbts --name protobufjs --out types/protobuf.js.d.ts src -// Generated Mon, 19 Dec 2016 22:48:40 UTC +// Generated Mon, 19 Dec 2016 23:08:18 UTC declare module "protobufjs" { /**