Jonathan

Results 7 issues of Jonathan

This is an issue meant to track the next major version since the build tooling along with a few other changes represent a possible breaking changes to consumers of the...

# Summary Currently we ship DOMRenderer and TextRenderer with MobiledocKit by default. In a previous PR I mentioned we could deprecate a small section of code (see details [here](https://github.com/bustle/mobiledoc-kit/pull/665)) and...

Inspired by a talk at Emberconf I though it might be a good idea to enable eslint caching. I expected this to be a pretty simple config option in eslintrc.js...

enhancement

This package relies on alias behavior from pre 1.6 Ember.. https://github.com/emberjs/ember.js/issues/9265#issue-44757560 This replicates the old behavior by implementing `alias` as a `computed`. In the main application where ember-charts is used...

This class is responsible for packaging up a Glimmer addon and exposing a dummy app the the addon can test against.

In glimmer-app.ts there are a few addonProcessTree calls that expose things like: - `postprocessTree` - `preprocessTree` For the `src` and `css` trees. However, since the jsTree is from the result...