Skip to content

Fix/nan#84

Merged
tolauwae merged 3 commits into
mainfrom
fix/nan
Jun 12, 2026
Merged

Fix/nan#84
tolauwae merged 3 commits into
mainfrom
fix/nan

Conversation

@tolauwae

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/messaging/Parsers.ts
return {text: text};
}
const stack: {value: any, type: any}[] = stateParser(text).stack!;
const stack: { value: any, type: any }[] = stateParser(text).stack!;
Comment thread src/messaging/Parsers.ts
return {text: text};
}
const stack: {value: any, type: any}[] = stateParser(text).stack!;
const stack: { value: any, type: any }[] = stateParser(text).stack!;
Comment thread src/messaging/Parsers.ts
if (Number.isNaN(object.value)) return WASM.Special.nan;
if (object.value === Infinity) return WASM.Special.infinity;
}
function extractType(object: { value: string, type: any }): Type {
Comment thread src/messaging/Parsers.ts
}

function stacking(objects: {value: bigint | number, type: any}[]): WASM.Value<Type>[] {
function stacking(objects: { value: string, type: any }[]): WASM.Value<Type>[] {
@tolauwae tolauwae merged commit 2853a0b into main Jun 12, 2026
5 of 6 checks passed
@tolauwae tolauwae deleted the fix/nan branch June 12, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants