Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
refs/heads/main
/
.
/
protoc_plugin
/
index.js
blob: 663fbb688ff9a2ec1e9130d5b04a0e78e2404477 [
file
] [
log
] [
blame
] [
edit
]
const
path
=
require
(
"path"
);
const
BIN_DIR
=
path
.
resolve
(
__dirname
,
"bin"
);
const
EXT
=
process
.
platform
===
"win32"
?
".exe"
:
""
;
module
.
exports
=
path
.
resolve
(
BIN_DIR
,
"protoc-gen-js"
+
EXT
);