We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090ad5d commit 3bc340cCopy full SHA for 3bc340c
src/stable/build/commands/build/javascript.ts
@@ -223,7 +223,7 @@ function experimentalMessage(importName: string): string {
223
function handleBenchmarking(): string {
224
return /*TS*/ `
225
if (globalThis.process !== undefined && globalThis.process.env.AZLE_RECORD_BENCHMARKS === 'true') {
226
- const methodMeta = canisterClassMeta.methodMeta;
+ const methodMeta = globalThis._azleCanisterClassMeta.methodMeta;
227
228
const canisterMethodNames = Object.entries(methodMeta).reduce((acc, [key, value]) => {
229
if (value === undefined) {
0 commit comments