mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
Merge pull request #6899 from kaloudis/protos-remove-js-build-tag
lnrpc/gen_protos.sh: remove js build tag
This commit is contained in:
commit
89ebd03ff8
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: autopilot.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package autopilotrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: chainnotifier.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package chainrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: dev.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package devrpc
|
||||
|
||||
import (
|
||||
|
@ -41,7 +41,7 @@ function generate() {
|
||||
# Generate the JSON/WASM client stubs.
|
||||
falafel=$(which falafel)
|
||||
pkg="lnrpc"
|
||||
opts="package_name=$pkg,js_stubs=1,build_tags=// +build js"
|
||||
opts="package_name=$pkg,js_stubs=1"
|
||||
protoc -I/usr/local/include -I. -I.. \
|
||||
--plugin=protoc-gen-custom=$falafel\
|
||||
--custom_out=. \
|
||||
@ -61,7 +61,7 @@ function generate() {
|
||||
manual_import="github.com/lightningnetwork/lnd/lnrpc"
|
||||
fi
|
||||
|
||||
opts="package_name=$package,manual_import=$manual_import,js_stubs=1,build_tags=// +build js"
|
||||
opts="package_name=$package,manual_import=$manual_import,js_stubs=1"
|
||||
pushd $package
|
||||
protoc -I/usr/local/include -I. -I.. \
|
||||
--plugin=protoc-gen-custom=$falafel\
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: invoices.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package invoicesrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: lightning.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package lnrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: neutrino.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package neutrinorpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: peers.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package peersrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: router.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package routerrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: signer.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package signrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: stateservice.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package lnrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: verrpc.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package verrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: walletkit.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package walletrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: walletunlocker.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package lnrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: watchtower.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package watchtowerrpc
|
||||
|
||||
import (
|
||||
|
@ -1,8 +1,6 @@
|
||||
// Code generated by falafel 0.9.1. DO NOT EDIT.
|
||||
// source: wtclient.proto
|
||||
|
||||
// +build js
|
||||
|
||||
package wtclientrpc
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user