Results 14 issues of pushkine

## Feature request: Option to define ids of LabelStatements to be stripped from the output e.g. `--droplabel:__DEV__` I find labels to be a better solution over build-time variable injection Rollup...

Some suggestions from looking at my minified bundle: ```diff - return w(46) ? new lt() : new gn() + return new (w(46) ? lt : gn) - var X1 =...

### 🕗 Version latest 0.14.48 ### 💻 Code ```ts // bar.ts export const enum A { a = 1 } // foo.ts import { A } from "./bar"; const enum...

Selecting the javascript parser `esformatter` freezes the window

The `Attributes on block expressions` section specifies when _inner_ attributes are allowed in blocks, it's unclear whether that applies to _outer_ attributes too? Even more confusing is that the example...

A-attributes

Hey I absolutely adore sucrase, thank you so much for building it!~ It's been mentioned before on #465 and #641, sucrase doesn't handle namespaces I love namespaces and use them...

[Click here to read the RFC](https://github.com/pushkine/rfcs/blob/patch-1/text/0000-local-components.md) _please do not comment hot takes unless you've read the RFC 😄, below is just a TL;DR_ Components often require their own private building...

```ts /\n/g ``` Expected the greyed return characters to be highlighted

It is often the case that component props happen to be either by intent or _de facto_ constant and unreactive Unfortunately Svelte does not provide a way to define unreactive...

### Description of the issue My Bluetooth headphones have an issue where they sometimes disconnect/reconnect, when that happens Ryujinx does not output audio anymore and must be restarted to work...

bug