@noir-lang/noir_codegen
Advanced tools
Comparing version
@@ -7,5 +7,5 @@ import { findAllStructsInType, mapAbiTypeToAbiTypeWithGenerics, } from './abi_type_with_generics.js'; | ||
import { Noir, InputMap, CompiledCircuit, ForeignCallHandler } from "@noir-lang/noir_js" | ||
import { Noir, InputMap, type CompiledCircuit, type ForeignCallHandler } from "@noir-lang/noir_js" | ||
export { ForeignCallHandler } from "@noir-lang/noir_js" | ||
export { type ForeignCallHandler } from "@noir-lang/noir_js" | ||
`; | ||
@@ -12,0 +12,0 @@ /** |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "1.0.0-beta.2-df0d729.nightly", | ||
"version": "1.0.0-beta.3-1fa0dd9.nightly", | ||
"packageManager": "yarn@3.5.1", | ||
@@ -21,3 +21,3 @@ "license": "(MIT OR Apache-2.0)", | ||
"dependencies": { | ||
"@noir-lang/types": "1.0.0-beta.2-df0d729.nightly", | ||
"@noir-lang/types": "1.0.0-beta.3-1fa0dd9.nightly", | ||
"glob": "^10.3.10", | ||
@@ -40,3 +40,3 @@ "ts-command-line-args": "^2.5.1" | ||
"test": "yarn test:codegen && yarn test:node && yarn test:clean", | ||
"test:codegen": "nargo export --program-dir=./test/test_lib && tsx src/main.ts ./test/test_lib/export/** --out-dir ./test/codegen", | ||
"test:codegen": "${NARGO:-nargo} export --program-dir=./test/test_lib && tsx src/main.ts ./test/test_lib/export/** --out-dir ./test/codegen", | ||
"test:node": "mocha --timeout 25000 --exit --config ./.mocharc.json", | ||
@@ -52,3 +52,3 @@ "test:clean": "rm -rf ./test/codegen ./test/test_lib/export", | ||
"devDependencies": { | ||
"@noir-lang/noir_js": "1.0.0-beta.2-df0d729.nightly", | ||
"@noir-lang/noir_js": "1.0.0-beta.3-1fa0dd9.nightly", | ||
"@types/chai": "^4", | ||
@@ -55,0 +55,0 @@ "@types/mocha": "^10.0.1", |
35799
0.07%+ Added
- Removed