Josh Gillies
Josh Gillies
Has there been any further thought paid toward this issue. I've just spent the best part of today trying to work out a way to specify global transforms from `package.json`.
@cheft maybe try something like https://github.com/ember-fastboot/simple-dom in conjunction with dot-dom templates.
Has there been any progress on this issue?
You could checkout the tests folder, eg. https://github.com/krisselden/simple-dom/blob/master/test/element-test.js Most functional aspects of this module are in there.
I have to admit, while Gists are a fine place for hosting a Hooks source, I'd be all for alternatives. Although, I do wonder where else would be appropriate. Is...
I've spent a little time thinking about the source code hosting and hook entry point resolution and I still can't think of anything better than a `package.json` to describe that....
@Marak Sure, I'll dive in and see what the deal is here. An estimate of hrs at this stage is tricky given I'm still not entirely across the code base,...
@lpil thanks for the feedback! Have just pushed some more changes, including a Deno test project. Will also update the changelog 👍🏻
@lpil: > The Deno test project doesn't test anything at the moment- is it unfinished? Admittedly it's currently just a `cp -R` from the other `project_javascript` folder, and really only...
@lpil - have now updated the README. Please let me know if there's anything else you'd like done here.