Sean Alunni

Results 5 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...