Skip to content

Commit ba35475

Browse files
authored
feat: support jstype custom options (#117)
Allow overriding 64 bit number types with strings or regular js numbers. Closes #112
1 parent d5bf315 commit ba35475

File tree

23 files changed

+853
-44
lines changed

23 files changed

+853
-44
lines changed

packages/protons-benchmark/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
"sourceType": "module"
3333
},
3434
"ignorePatterns": [
35-
"src/pbjs/*",
36-
"src/protobuf-ts/*",
37-
"src/protobufjs/*"
35+
"src/implementations/pbjs/*",
36+
"src/implementations/protobuf-ts/*",
37+
"src/implementations/protobufjs/*"
3838
]
3939
},
4040
"scripts": {
4141
"clean": "aegir clean",
4242
"lint": "aegir lint",
4343
"dep-check": "aegir dep-check --ignore @protobuf-ts/plugin pbjs protons",
44-
"build": "aegir build --no-bundle && cp -R src/protobufjs dist/src/protobufjs",
44+
"build": "aegir build --no-bundle && cp -R src/implementations/protobufjs dist/src/implementations/protobufjs",
4545
"prestart": "npm run build",
46-
"start": "node dist/src/index.js",
47-
"start:browser": "npx playwright-test dist/src/index.js --runner benchmark"
46+
"start": "node dist/src/implementations/index.js",
47+
"start:browser": "npx playwright-test dist/src/implementations/index.js --runner benchmark"
4848
},
4949
"dependencies": {
5050
"@protobuf-ts/plugin": "^2.8.1",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)