Daniel X Moore

Results 77 issues of Daniel X Moore

Fixes #5428 This fix is simple enough but it causes a substantial change in behavior for Heregexes. `#` inside of a character class shouldn't be considered a comment. By treating...

`in` is a relational operator and should work with chained comparisons. ### Input Code ```coffee a in b in d ``` ### Expected Behavior ``` var ref, indexOf = [].indexOf;...

### Input Code ```coffee for {x} from y x ``` ### Expected Behavior ```coffee var x; for ({x} of y) { x; } ``` ### Current Behavior ```javascript var x,...

### Input Code ```coffee then ``` ### Expected Behavior ``` [stdin]:1:1: error: unexpected then then ^^^^ ``` ### Current Behavior ``` TypeError: Cannot read properties of undefined (reading '2') ```...

bug

### Input Code ```coffee /// a\ # this is a bug /// ``` ### Expected Behavior ```javascript // this is a bug /a /; ``` ### Current Behavior ```javascript //...

bug
help wanted

### Search Terms input-type=module ### Expected Behavior ```bash ts-node -e "import 'package.json'" ``` import statements should work from CLI. ### Actual Behavior ``` node:internal/errors:490 ErrorCaptureStackTrace(err); ^ Error [ERR_INPUT_TYPE_NOT_ALLOWED]: --input-type can...

We should be rigorous about escaping this, though it might only be a problem in the preview window because the real apps load from external sources.

When running apps from within the editor postmaster messaging to parent window doesn't work. Cause: Sandboxed runner is nested inside an iframe and the parent window does not proxy the...

bug