Jörn Zaefferer
Jörn Zaefferer
Resolve the `./` before outputting that line.
Considering recent discussion about dropping the concept of presets in favor of plugins, and since there is just the one non-default preset, I'm proposing to extract the jQuery preset into...
This is related to #76 From their site: "[EditorConfig](http://editorconfig.org/) helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format...
To give a [brief Twitter discussion](https://twitter.com/rodneyrehm/status/647723405396078592) a more formal home: jQuery UI implements tabbable and focusable as jQuery selectors. We've recently improved the implementation to deal with visibility:visible inside visibility:hidden...
See https://github.com/jquery/globalize/ Passing a value to the appropriate should return a good value to be considered value, while null or NaN would be considered invalid.
- Add clean-webpack-plugin to automatically remove `dist` folder as part of `npm run build`. Makes it easier to demo changes - Try to use ChunkPathPlugin to simplify config, getting rid...
I have a slightly different usecase for this package than the 'styleguide'. I'd like to define some Markdown content, and mix in other React components, but without rendering those components...
Based on the discussion in jquery/qunit#666, there are some anti-patterns around `assert.expect`. We should document how to use it properly, along with the anti-patterns to avoid. Assigning this to @JamesMGreene...
From https://github.com/jquery/qunitjs.com/pull/84#issuecomment-56838952: > We need to add a clear note about the auto-failing behavior of assertions that occur after the final done resolution within a test phase... at least to...
When comparing big object structures, the current diff output has too much overhead. Comparing each leaf and showing the path, actual, expected (and diff) for just the leaf would be...