Sean Alunni

Results 9 issues of Sean Alunni

### Describe the bug If, on the playgrround example, the line containing the spread gets removed, the `value` property of the input field will be assigned as follows: ```js _$effect(()...

enhancement

When writing this code in the Lite version i get the following output: ```hlsl uniform float2 iResolution; struct Box { float2 location; }; float circle(float r, float2 pixel) { return...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 If I write a namespace...

bug
upstream

### Describe the bug If I create a `.tsx` file with this content ```tsx function A() { return 1 } namespace A { export const a = 1; } console.log(A);...

I have a file containing the following code: ```ts namespace B { export function c() { } } export namespace A { export const { c } = B; export...

### Describe the bug The type definition of the `spread()` function states that it also accepts a function that returns an object instead of the object itself, but [here](https://github.com/ryansolid/dom-expressions/blob/388985beae617521fe7daff06759e9d704b852fa/packages/dom-expressions/src/client.js#L189) it...

### 🔍 Search Terms "mixin", "InstanceType", "typeof", "class" ### ✅ Viability Checklist - [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code - [x] This wouldn't change the...

# Bug Report The JavaScript driver is about 4 times slower than the C# one, but the query takes the same amount on the database side. It's the fact alone...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 I have a TypeScript dependency...

bug