Kanguk Lee

Results 17 issues of Kanguk Lee

Obfuscator fails when obfuscating the following code. ```js try { ! class { } ( ) ; } catch { } ``` ## Expected Behavior The input code is a...

## Expected Behavior This input JavaScript code ```js // input.js try { var x = class { } ?. ( ) ; } catch { console.log("caught"); } ``` should terminate...

## Expected Behavior This input JavaScript code ```js // input.js class x { static { function x ( ) { } function x ( ) { } } } ```...

## Expected Behavior This input JavaScript code ```js // input.js try { await; } catch { console.log("caught"); } ``` should print `caught` due to `ReferenceError` in `try` block. (free identifier...

**Bug report** **Version (complete output of `terser -V` or specific git commit)** ```console $ terser -V terser 5.15.1 ``` **Complete CLI command or `minify()` options used** I turned off the...

bug

```js // input.js var obj = { [ Symbol . iterator ]: async ( ) => { await 0 ; while ( true ) ; } } for ( {...

```js // input.js null [ { [ Symbol . toPrimitive ] : () => { REF_ERR; } } ] ; ``` Hello, Running `input.js` should throw `ReferenceError`. However, running it...

### Overview An issue analogous to the one reported in #1305 occurs when applying the `GlobalisePhasedX` pass to circuits containing classically conditioned gates. ### Example and reproduction steps Consider the...

bug

Hi, I'm trying to make a gpmf mp4 file using pre-existing sensor data (e.g. GPS, Accelerometer, Gyroscope). By using for loops for each sensors, I succeeded in putting the streams...

**Description of the issue** The `to_qasm` method exports numeric expressions in a format not fully compliant with the [OpenQASM 2.0 specification](https://arxiv.org/abs/1707.03429). Expressions like `1e-10` are outputted without a leading digit...

kind/bug-report
triage/accepted
area/interop
area/qasm