Ed Hinchliffe

Results 3 issues of Ed Hinchliffe

Let's say I want to lazy load `module1` - `module1` depends on `module2` - `module2` depends on `module3` (`module3` defines a property on `window` that `module2` uses). Should this work:...

```markdown This is **Bold** This is _italic_ ``` Produces: ![image](https://user-images.githubusercontent.com/2893500/55962866-a15c1a00-5c69-11e9-9103-17bbcea2cf7d.png) (Using storybook 5 and readme panel)

cant reproduce

The coffeescript language definition matcher for `meta.function.coffee` allows functions that start with `@`, but the litcoffee one does not. I was just wondering if there's any reason for this or...