Results 13 issues of Yin Zhong

Let's say I'm trying to interpret a `u32` as the following bit-packed struct (bit index: 0=lsb, 31=msb) | bit | 31, 30, ..., 15, 16 | 15, 14, 13, 12...

link `coffeeInterpDelim` to `Operator` instead of `PreProc`. In this way it's more likely to be colored differently from `String` in a variety of color schemes. Edit: Rationale: `"abc #{ expr...

syntax

按了之后 ![image](https://user-images.githubusercontent.com/1770521/92059167-628aa080-ed45-11ea-8e1b-314cd79c6791.png) 点了之后 ![image](https://user-images.githubusercontent.com/1770521/92059179-6ae2db80-ed45-11ea-8991-486bc0ab52ec.png) console error: ``` Uncaught TypeError: e is null checkTilePassable route-map.chunk.ccf5b.esm.js:4494 findPath route-map.chunk.ccf5b.esm.js:4468 findPath route-map.chunk.ccf5b.esm.js:4468 route_tiles route-map.chunk.ccf5b.esm.js:3290 _ route-map.chunk.ccf5b.esm.js:3257 s route-map.chunk.ccf5b.esm.js:3671 u bundle.3f41d.esm.js:1 b route-map.chunk.ccf5b.esm.js:3671 default route-map.chunk.ccf5b.esm.js:6990...

### Operating System Windows ### What's the issue you encountered? `std::mem::read_unsigned` takes an endianness parameter, but anything but the default (native endianness) returns this error: ``` error[E0012]: Built-in function error....

bug

``` livescript switch 0 case 1 then if 2 then 3 ``` compiles to ``` javascript switch (0) { case 1: if (2) { 3; } } ``` while ```...

bug

Because I want to use https://github.com/inxilpro/node-app-root-path like a boss ``` livescript root = require 'app-root-path' require! "#root/index": index ``` or simply ``` livescript require! { 'app-root-path': root "#root/index": index }...

feature

Closest issue I can find is #667 --- ``` livescript ->* yield [x for x in arr] ``` compiles to: ``` javascript (function*(){ var x; return (yield (yield* (function*(){ var...

bug

``` livescript f = (a) -> x = [.. for a] y = [.. for a] ``` currently compiles to: ``` javascript f = function(a){ var x, res$, i$, x$,...