@gsknnft/bigint-buffer 1.4.6 → 1.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -3
- package/build/Release/bigint_buffer.node +0 -0
- package/dist/build/Release/bigint_buffer.node +0 -0
- package/dist/index.cjs +1 -1
- package/dist/{types/dist/dist/index.d.ts → index.d.ts} +1 -2
- package/dist/index.js +352 -410
- package/dist/index.umd.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/conversion/src/ts/converter.d.ts +7 -3
- package/dist/types/conversion/src/ts/index.d.ts +19 -8
- package/dist/types/conversion/test/fixedPoint.test.d.ts +1 -0
- package/dist/types/index.d.ts +1 -2
- package/package.json +153 -141
- package/prebuilds/win32-x64/@gsknnft+bigint-buffer.node +0 -0
- package/scripts/postinstall.cjs +38 -0
- package/build/Release/bigint_buffer.exp +0 -0
- package/build/Release/bigint_buffer.iobj +0 -0
- package/build/Release/bigint_buffer.ipdb +0 -0
- package/build/Release/bigint_buffer.lib +0 -0
- package/build/Release/bigint_buffer.pdb +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.node.recipe +0 -11
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/CL.command.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/CL.read.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/CL.write.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/Cl.items.tlog +0 -2
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/bigint_buffer.lastbuildstate +0 -2
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/link.command.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/link.read.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/link.secondary.1.tlog +0 -5
- package/build/Release/obj/bigint_buffer/bigint_buffer.tlog/link.write.1.tlog +0 -0
- package/build/Release/obj/bigint_buffer/src/bigint-buffer.obj +0 -0
- package/build/Release/obj/bigint_buffer/win_delay_load_hook.obj +0 -0
- package/build/bigint_buffer.vcxproj +0 -148
- package/build/bigint_buffer.vcxproj.filters +0 -64
- package/build/binding.sln +0 -19
- package/build/config.gypi +0 -525
- package/dist/types/conversion/src/ts/fixedPoint/index.d.ts +0 -12
- package/src/bigint-buffer.test.ts +0 -11
- package/src/conversion/.github/workflows/build-and-test.yml +0 -116
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-PYrzNv/src/ts/index.js +0 -178
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-PYrzNv/src/ts/index.js.map +0 -1
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-h16OVM/src/ts/index.js +0 -178
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-h16OVM/src/ts/index.js.map +0 -1
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-uUCFYt/src/ts/index.js +0 -178
- package/src/conversion/.rollup.cache/C/Users/G/AppData/Local/Temp/rollup-plugin-typescript-allowjs-uUCFYt/src/ts/index.js.map +0 -1
- package/src/conversion/CODE_OF_CONDUCT.md +0 -134
- package/src/conversion/LICENSE +0 -21
- package/src/conversion/README.md +0 -48
- package/src/conversion/coverage/base.css +0 -224
- package/src/conversion/coverage/block-navigation.js +0 -87
- package/src/conversion/coverage/clover.xml +0 -131
- package/src/conversion/coverage/coverage-final.json +0 -2
- package/src/conversion/coverage/favicon.png +0 -0
- package/src/conversion/coverage/index.html +0 -116
- package/src/conversion/coverage/index.ts.html +0 -1225
- package/src/conversion/coverage/prettify.css +0 -1
- package/src/conversion/coverage/prettify.js +0 -2
- package/src/conversion/coverage/sort-arrow-sprite.png +0 -0
- package/src/conversion/coverage/sorter.js +0 -210
- package/src/conversion/docs/README.md +0 -42
- package/src/conversion/docs/functions/base64ToBigint.md +0 -27
- package/src/conversion/docs/functions/bigintToBase64.md +0 -43
- package/src/conversion/docs/functions/bigintToBuf.md +0 -35
- package/src/conversion/docs/functions/bigintToHex.md +0 -43
- package/src/conversion/docs/functions/bigintToText.md +0 -31
- package/src/conversion/docs/functions/bufToBigint.md +0 -25
- package/src/conversion/docs/functions/bufToHex.md +0 -37
- package/src/conversion/docs/functions/bufToText.md +0 -27
- package/src/conversion/docs/functions/hexToBigint.md +0 -29
- package/src/conversion/docs/functions/hexToBuf.md +0 -37
- package/src/conversion/docs/functions/parseHex.md +0 -45
- package/src/conversion/docs/functions/textToBigint.md +0 -27
- package/src/conversion/docs/functions/textToBuf.md +0 -33
- package/src/conversion/docs/functions/toBigIntBE.md +0 -27
- package/src/conversion/docs/functions/toBigIntLE.md +0 -27
- package/src/conversion/docs/functions/toBufferBE.md +0 -33
- package/src/conversion/docs/functions/toBufferLE.md +0 -33
- package/src/conversion/docs/functions/validateBigIntBuffer.md +0 -15
- package/src/conversion/docs/type-aliases/TypedArray.md +0 -11
- package/src/conversion/docs/variables/isNative.md +0 -11
- package/src/conversion/example.cjs +0 -9
- package/src/conversion/example.esm.js +0 -11
- package/src/conversion/index.ts +0 -2
- package/src/conversion/node_modules/.bin/_mocha +0 -21
- package/src/conversion/node_modules/.bin/_mocha.CMD +0 -12
- package/src/conversion/node_modules/.bin/_mocha.ps1 +0 -41
- package/src/conversion/node_modules/.bin/c8 +0 -21
- package/src/conversion/node_modules/.bin/c8.CMD +0 -12
- package/src/conversion/node_modules/.bin/c8.ps1 +0 -41
- package/src/conversion/node_modules/.bin/esbuild +0 -21
- package/src/conversion/node_modules/.bin/esbuild.CMD +0 -12
- package/src/conversion/node_modules/.bin/esbuild.ps1 +0 -41
- package/src/conversion/node_modules/.bin/eslint +0 -21
- package/src/conversion/node_modules/.bin/eslint.CMD +0 -12
- package/src/conversion/node_modules/.bin/eslint.ps1 +0 -41
- package/src/conversion/node_modules/.bin/jiti +0 -21
- package/src/conversion/node_modules/.bin/jiti.CMD +0 -12
- package/src/conversion/node_modules/.bin/jiti.ps1 +0 -41
- package/src/conversion/node_modules/.bin/json5 +0 -21
- package/src/conversion/node_modules/.bin/json5.CMD +0 -12
- package/src/conversion/node_modules/.bin/json5.ps1 +0 -41
- package/src/conversion/node_modules/.bin/mocha +0 -21
- package/src/conversion/node_modules/.bin/mocha.CMD +0 -12
- package/src/conversion/node_modules/.bin/mocha.ps1 +0 -41
- package/src/conversion/node_modules/.bin/npm-run-all +0 -21
- package/src/conversion/node_modules/.bin/npm-run-all.CMD +0 -12
- package/src/conversion/node_modules/.bin/npm-run-all.ps1 +0 -41
- package/src/conversion/node_modules/.bin/puppeteer +0 -21
- package/src/conversion/node_modules/.bin/puppeteer.CMD +0 -12
- package/src/conversion/node_modules/.bin/puppeteer.ps1 +0 -41
- package/src/conversion/node_modules/.bin/rimraf +0 -16
- package/src/conversion/node_modules/.bin/rimraf.cmd +0 -17
- package/src/conversion/node_modules/.bin/rimraf.ps1 +0 -28
- package/src/conversion/node_modules/.bin/rollup +0 -21
- package/src/conversion/node_modules/.bin/rollup.CMD +0 -12
- package/src/conversion/node_modules/.bin/rollup.ps1 +0 -41
- package/src/conversion/node_modules/.bin/run-p +0 -21
- package/src/conversion/node_modules/.bin/run-p.CMD +0 -12
- package/src/conversion/node_modules/.bin/run-p.ps1 +0 -41
- package/src/conversion/node_modules/.bin/run-s +0 -21
- package/src/conversion/node_modules/.bin/run-s.CMD +0 -12
- package/src/conversion/node_modules/.bin/run-s.ps1 +0 -41
- package/src/conversion/node_modules/.bin/terser +0 -21
- package/src/conversion/node_modules/.bin/terser.CMD +0 -12
- package/src/conversion/node_modules/.bin/terser.ps1 +0 -41
- package/src/conversion/node_modules/.bin/ts-standard +0 -21
- package/src/conversion/node_modules/.bin/ts-standard.CMD +0 -12
- package/src/conversion/node_modules/.bin/ts-standard.ps1 +0 -41
- package/src/conversion/node_modules/.bin/tsc +0 -21
- package/src/conversion/node_modules/.bin/tsc.CMD +0 -12
- package/src/conversion/node_modules/.bin/tsc.ps1 +0 -41
- package/src/conversion/node_modules/.bin/tsserver +0 -21
- package/src/conversion/node_modules/.bin/tsserver.CMD +0 -12
- package/src/conversion/node_modules/.bin/tsserver.ps1 +0 -41
- package/src/conversion/node_modules/.bin/typedoc +0 -21
- package/src/conversion/node_modules/.bin/typedoc.CMD +0 -12
- package/src/conversion/node_modules/.bin/typedoc.ps1 +0 -41
- package/src/conversion/node_modules/.bin/vite +0 -21
- package/src/conversion/node_modules/.bin/vite.CMD +0 -12
- package/src/conversion/node_modules/.bin/vite.ps1 +0 -41
- package/src/conversion/node_modules/.bin/vitest +0 -21
- package/src/conversion/node_modules/.bin/vitest.CMD +0 -12
- package/src/conversion/node_modules/.bin/vitest.ps1 +0 -41
- package/src/conversion/node_modules/.bin/yaml +0 -21
- package/src/conversion/node_modules/.bin/yaml.CMD +0 -12
- package/src/conversion/node_modules/.bin/yaml.ps1 +0 -41
- package/src/conversion/node_modules/glob/LICENSE.md +0 -63
- package/src/conversion/node_modules/glob/README.md +0 -1177
- package/src/conversion/node_modules/glob/dist/commonjs/glob.d.ts +0 -388
- package/src/conversion/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/glob.js +0 -247
- package/src/conversion/node_modules/glob/dist/commonjs/glob.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/has-magic.d.ts +0 -14
- package/src/conversion/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/has-magic.js +0 -27
- package/src/conversion/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/ignore.d.ts +0 -24
- package/src/conversion/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/ignore.js +0 -119
- package/src/conversion/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/index.d.ts +0 -97
- package/src/conversion/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/index.js +0 -68
- package/src/conversion/node_modules/glob/dist/commonjs/index.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/package.json +0 -3
- package/src/conversion/node_modules/glob/dist/commonjs/pattern.d.ts +0 -76
- package/src/conversion/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/pattern.js +0 -219
- package/src/conversion/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/processor.d.ts +0 -59
- package/src/conversion/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/processor.js +0 -301
- package/src/conversion/node_modules/glob/dist/commonjs/processor.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/walker.d.ts +0 -97
- package/src/conversion/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/commonjs/walker.js +0 -387
- package/src/conversion/node_modules/glob/dist/commonjs/walker.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/glob.d.ts +0 -388
- package/src/conversion/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/glob.js +0 -243
- package/src/conversion/node_modules/glob/dist/esm/glob.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/has-magic.d.ts +0 -14
- package/src/conversion/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/has-magic.js +0 -23
- package/src/conversion/node_modules/glob/dist/esm/has-magic.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/ignore.d.ts +0 -24
- package/src/conversion/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/ignore.js +0 -115
- package/src/conversion/node_modules/glob/dist/esm/ignore.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/index.d.ts +0 -97
- package/src/conversion/node_modules/glob/dist/esm/index.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/index.js +0 -55
- package/src/conversion/node_modules/glob/dist/esm/index.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/package.json +0 -3
- package/src/conversion/node_modules/glob/dist/esm/pattern.d.ts +0 -76
- package/src/conversion/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/pattern.js +0 -215
- package/src/conversion/node_modules/glob/dist/esm/pattern.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/processor.d.ts +0 -59
- package/src/conversion/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/processor.js +0 -294
- package/src/conversion/node_modules/glob/dist/esm/processor.js.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/walker.d.ts +0 -97
- package/src/conversion/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
- package/src/conversion/node_modules/glob/dist/esm/walker.js +0 -381
- package/src/conversion/node_modules/glob/dist/esm/walker.js.map +0 -1
- package/src/conversion/node_modules/glob/package.json +0 -93
- package/src/conversion/node_modules/minimatch/LICENSE.md +0 -55
- package/src/conversion/node_modules/minimatch/README.md +0 -453
- package/src/conversion/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
- package/src/conversion/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
- package/src/conversion/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -20
- package/src/conversion/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/ast.js +0 -591
- package/src/conversion/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
- package/src/conversion/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -152
- package/src/conversion/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -15
- package/src/conversion/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/escape.js +0 -30
- package/src/conversion/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/index.d.ts +0 -94
- package/src/conversion/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/index.js +0 -1029
- package/src/conversion/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/package.json +0 -3
- package/src/conversion/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -22
- package/src/conversion/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/commonjs/unescape.js +0 -38
- package/src/conversion/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
- package/src/conversion/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
- package/src/conversion/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/ast.d.ts +0 -20
- package/src/conversion/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/ast.js +0 -587
- package/src/conversion/node_modules/minimatch/dist/esm/ast.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
- package/src/conversion/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/brace-expressions.js +0 -148
- package/src/conversion/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/escape.d.ts +0 -15
- package/src/conversion/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/escape.js +0 -26
- package/src/conversion/node_modules/minimatch/dist/esm/escape.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/index.d.ts +0 -94
- package/src/conversion/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/index.js +0 -1016
- package/src/conversion/node_modules/minimatch/dist/esm/index.js.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/package.json +0 -3
- package/src/conversion/node_modules/minimatch/dist/esm/unescape.d.ts +0 -22
- package/src/conversion/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
- package/src/conversion/node_modules/minimatch/dist/esm/unescape.js +0 -34
- package/src/conversion/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
- package/src/conversion/node_modules/minimatch/package.json +0 -78
- package/src/conversion/node_modules/rimraf/LICENSE.md +0 -55
- package/src/conversion/node_modules/rimraf/README.md +0 -226
- package/src/conversion/node_modules/rimraf/dist/commonjs/default-tmp.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/default-tmp.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/default-tmp.js +0 -58
- package/src/conversion/node_modules/rimraf/dist/commonjs/default-tmp.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/error.d.ts +0 -6
- package/src/conversion/node_modules/rimraf/dist/commonjs/error.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/error.js +0 -10
- package/src/conversion/node_modules/rimraf/dist/commonjs/error.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/fix-eperm.js +0 -38
- package/src/conversion/node_modules/rimraf/dist/commonjs/fix-eperm.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/fs.d.ts +0 -15
- package/src/conversion/node_modules/rimraf/dist/commonjs/fs.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/fs.js +0 -33
- package/src/conversion/node_modules/rimraf/dist/commonjs/fs.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/ignore-enoent.js +0 -24
- package/src/conversion/node_modules/rimraf/dist/commonjs/ignore-enoent.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/index.d.ts +0 -50
- package/src/conversion/node_modules/rimraf/dist/commonjs/index.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/index.js +0 -78
- package/src/conversion/node_modules/rimraf/dist/commonjs/index.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/opt-arg.d.ts +0 -34
- package/src/conversion/node_modules/rimraf/dist/commonjs/opt-arg.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/opt-arg.js +0 -53
- package/src/conversion/node_modules/rimraf/dist/commonjs/opt-arg.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/package.json +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/path-arg.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/path-arg.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/path-arg.js +0 -48
- package/src/conversion/node_modules/rimraf/dist/commonjs/path-arg.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/readdir-or-error.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/readdir-or-error.js +0 -19
- package/src/conversion/node_modules/rimraf/dist/commonjs/readdir-or-error.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/retry-busy.d.ts +0 -8
- package/src/conversion/node_modules/rimraf/dist/commonjs/retry-busy.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/retry-busy.js +0 -65
- package/src/conversion/node_modules/rimraf/dist/commonjs/retry-busy.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-manual.js +0 -8
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-manual.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-move-remove.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js +0 -138
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-move-remove.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-native.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-native.js +0 -24
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-native.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-posix.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-posix.js +0 -103
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-posix.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-windows.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-windows.js +0 -159
- package/src/conversion/node_modules/rimraf/dist/commonjs/rimraf-windows.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/use-native.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/commonjs/use-native.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/commonjs/use-native.js +0 -18
- package/src/conversion/node_modules/rimraf/dist/commonjs/use-native.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/bin.d.mts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/bin.d.mts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/bin.mjs +0 -250
- package/src/conversion/node_modules/rimraf/dist/esm/bin.mjs.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/default-tmp.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/default-tmp.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/default-tmp.js +0 -55
- package/src/conversion/node_modules/rimraf/dist/esm/default-tmp.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/error.d.ts +0 -6
- package/src/conversion/node_modules/rimraf/dist/esm/error.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/error.js +0 -5
- package/src/conversion/node_modules/rimraf/dist/esm/error.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/fix-eperm.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/fix-eperm.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/fix-eperm.js +0 -33
- package/src/conversion/node_modules/rimraf/dist/esm/fix-eperm.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/fs.d.ts +0 -15
- package/src/conversion/node_modules/rimraf/dist/esm/fs.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/fs.js +0 -18
- package/src/conversion/node_modules/rimraf/dist/esm/fs.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/ignore-enoent.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/ignore-enoent.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/ignore-enoent.js +0 -19
- package/src/conversion/node_modules/rimraf/dist/esm/ignore-enoent.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/index.d.ts +0 -50
- package/src/conversion/node_modules/rimraf/dist/esm/index.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/index.js +0 -70
- package/src/conversion/node_modules/rimraf/dist/esm/index.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/opt-arg.d.ts +0 -34
- package/src/conversion/node_modules/rimraf/dist/esm/opt-arg.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/opt-arg.js +0 -46
- package/src/conversion/node_modules/rimraf/dist/esm/opt-arg.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/package.json +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/path-arg.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/path-arg.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/path-arg.js +0 -46
- package/src/conversion/node_modules/rimraf/dist/esm/path-arg.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/readdir-or-error.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/readdir-or-error.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/readdir-or-error.js +0 -14
- package/src/conversion/node_modules/rimraf/dist/esm/readdir-or-error.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/retry-busy.d.ts +0 -8
- package/src/conversion/node_modules/rimraf/dist/esm/retry-busy.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/retry-busy.js +0 -60
- package/src/conversion/node_modules/rimraf/dist/esm/retry-busy.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-manual.d.ts +0 -3
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-manual.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-manual.js +0 -5
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-manual.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-move-remove.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-move-remove.js +0 -133
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-move-remove.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-native.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-native.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-native.js +0 -19
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-native.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-posix.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-posix.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-posix.js +0 -98
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-posix.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-windows.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-windows.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-windows.js +0 -154
- package/src/conversion/node_modules/rimraf/dist/esm/rimraf-windows.js.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/use-native.d.ts +0 -4
- package/src/conversion/node_modules/rimraf/dist/esm/use-native.d.ts.map +0 -1
- package/src/conversion/node_modules/rimraf/dist/esm/use-native.js +0 -15
- package/src/conversion/node_modules/rimraf/dist/esm/use-native.js.map +0 -1
- package/src/conversion/node_modules/rimraf/package.json +0 -92
- package/src/conversion/package.json +0 -154
- package/src/conversion/src/docs/index.md +0 -52
- package/src/conversion/src/ts/converter.ts +0 -85
- package/src/conversion/src/ts/fixedPoint/index.ts +0 -87
- package/src/conversion/src/ts/index.ts +0 -500
- package/src/conversion/test/bigintToBase64.test.ts +0 -37
- package/src/conversion/test/bigintToBuf.test.ts +0 -43
- package/src/conversion/test/bigintToHex.test.ts +0 -52
- package/src/conversion/test/bigintToText.test.ts +0 -30
- package/src/conversion/test/bufToBigint.test.ts +0 -20
- package/src/conversion/test/hexToBigint.test.ts +0 -22
- package/src/conversion/test/hexToBuf.test.ts +0 -39
- package/src/conversion/test/parseHex.test.ts +0 -35
- package/src/conversion/test/setup.test.ts +0 -9
- package/src/conversion/test/textToBuf.test.ts +0 -26
- package/src/conversion/tsconfig.json +0 -57
- package/src/conversion/typedoc.json +0 -5
- package/src/conversion/vite.config.ts +0 -47
- package/src/conversion/vitest.config.ts +0 -15
- package/src/index.bench.ts +0 -206
- package/src/index.spec.ts +0 -318
- package/src/index.ts +0 -343
- /package/dist/{types/dist/dist/conversion/conversion → conversion}/index.d.ts +0 -0
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/run-s/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/run-s/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../npm-run-all/bin/run-s/index.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../npm-run-all/bin/run-s/index.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\run-s\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\run-s\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\npm-run-all\bin\run-s\index.js" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\npm-run-all\bin\run-s\index.js" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\run-s\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules\npm-run-all\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\npm-run-all@4.1.5\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/run-s/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules/npm-run-all/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/npm-run-all@4.1.5/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../npm-run-all/bin/run-s/index.js" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../npm-run-all/bin/run-s/index.js" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../npm-run-all/bin/run-s/index.js" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../npm-run-all/bin/run-s/index.js" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\..\..\..\node_modules\.pnpm\terser@5.44.1\node_modules\terser\bin\terser" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\..\..\..\node_modules\.pnpm\terser@5.44.1\node_modules\terser\bin\terser" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules\terser\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\terser@5.44.1\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules/terser/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/terser@5.44.1/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../../../../node_modules/.pnpm/terser@5.44.1/node_modules/terser/bin/terser" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules/ts-standard/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules/ts-standard/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../ts-standard/cli.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../ts-standard/cli.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules\ts-standard\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules\ts-standard\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\ts-standard\cli.js" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\ts-standard\cli.js" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules\ts-standard\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\ts-standard@12.0.2_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules/ts-standard/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/ts-standard@12.0.2_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../ts-standard/cli.js" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../ts-standard/cli.js" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../ts-standard/cli.js" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../ts-standard/cli.js" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../typescript/bin/tsc" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\typescript\bin\tsc" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../typescript/bin/tsc" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../typescript/bin/tsc" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../typescript/bin/tsserver" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsserver" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\typescript\bin\tsserver" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../typescript/bin/tsserver" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../typescript/bin/tsserver" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../typedoc/bin/typedoc" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../typedoc/bin/typedoc" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\typedoc\bin\typedoc" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\typedoc\bin\typedoc" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules\typedoc\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\typedoc@0.28.14_typescript@5.9.3\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules/typedoc/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/typedoc@0.28.14_typescript@5.9.3/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../typedoc/bin/typedoc" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../typedoc/bin/typedoc" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../typedoc/bin/typedoc" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../typedoc/bin/typedoc" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../vite/bin/vite.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../vite/bin/vite.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\vite\bin\vite.js" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\vite\bin\vite.js" %*
|
|
12
|
-
)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env pwsh
|
|
2
|
-
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
3
|
-
|
|
4
|
-
$exe=""
|
|
5
|
-
$pathsep=":"
|
|
6
|
-
$env_node_path=$env:NODE_PATH
|
|
7
|
-
$new_node_path="C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\bin\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules\vite\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
8
|
-
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
9
|
-
# Fix case when both the Windows and Linux builds of Node
|
|
10
|
-
# are installed in the same directory
|
|
11
|
-
$exe=".exe"
|
|
12
|
-
$pathsep=";"
|
|
13
|
-
} else {
|
|
14
|
-
$new_node_path="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/bin/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules/vite/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vite@7.2.4_@types+node@24.1_4ce47ef07de210e9e505f6fc765f2fb7/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
15
|
-
}
|
|
16
|
-
if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
17
|
-
$env:NODE_PATH=$new_node_path
|
|
18
|
-
} else {
|
|
19
|
-
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
$ret=0
|
|
23
|
-
if (Test-Path "$basedir/node$exe") {
|
|
24
|
-
# Support pipeline input
|
|
25
|
-
if ($MyInvocation.ExpectingInput) {
|
|
26
|
-
$input | & "$basedir/node$exe" "$basedir/../vite/bin/vite.js" $args
|
|
27
|
-
} else {
|
|
28
|
-
& "$basedir/node$exe" "$basedir/../vite/bin/vite.js" $args
|
|
29
|
-
}
|
|
30
|
-
$ret=$LASTEXITCODE
|
|
31
|
-
} else {
|
|
32
|
-
# Support pipeline input
|
|
33
|
-
if ($MyInvocation.ExpectingInput) {
|
|
34
|
-
$input | & "node$exe" "$basedir/../vite/bin/vite.js" $args
|
|
35
|
-
} else {
|
|
36
|
-
& "node$exe" "$basedir/../vite/bin/vite.js" $args
|
|
37
|
-
}
|
|
38
|
-
$ret=$LASTEXITCODE
|
|
39
|
-
}
|
|
40
|
-
$env:NODE_PATH=$env_node_path
|
|
41
|
-
exit $ret
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b/node_modules/vitest/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b/node_modules/vitest/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b/node_modules:/proc/cygdrive/c/Users/G/Desktop/Builds/bigint-buffer/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../vitest/vitest.mjs" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../vitest/vitest.mjs" "$@"
|
|
21
|
-
fi
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@SETLOCAL
|
|
2
|
-
@IF NOT DEFINED NODE_PATH (
|
|
3
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b\node_modules\vitest\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules"
|
|
4
|
-
) ELSE (
|
|
5
|
-
@SET "NODE_PATH=C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b\node_modules\vitest\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\vitest@4.0.14_@types+node@2_351e1150927f78b73019bfc8fb7bb23b\node_modules;C:\Users\G\Desktop\Builds\bigint-buffer\node_modules\.pnpm\node_modules;%NODE_PATH%"
|
|
6
|
-
)
|
|
7
|
-
@IF EXIST "%~dp0\node.exe" (
|
|
8
|
-
"%~dp0\node.exe" "%~dp0\..\vitest\vitest.mjs" %*
|
|
9
|
-
) ELSE (
|
|
10
|
-
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
11
|
-
node "%~dp0\..\vitest\vitest.mjs" %*
|
|
12
|
-
)
|