Skip to content

Commit cf1565f

Browse files
authored
Merge pull request #804 from hyperweb-io/remove-buffer-handling
remove buffer handling
2 parents 264734b + 1d86248 commit cf1565f

File tree

28 files changed

+9
-64
lines changed

28 files changed

+9
-64
lines changed

__fixtures__/misc/enforce-null-check-true/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-base64/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-decimals/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-impl-interfaces-gen/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-interface-proto-optionality/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-interface/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-legacy/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-msg-no-func/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-msg-with-func/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

__fixtures__/misc/output-proto-amino/amino-no-msg-with-func/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/
66

7-
87
declare var self: any | undefined;
98
declare var window: any | undefined;
109
declare var global: any | undefined;

0 commit comments

Comments
 (0)