spect icon indicating copy to clipboard operation
spect copied to clipboard

Observable selectors in DOM

Results 16 spect issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Spect provides one of the fastest and the smallest in the world diff engine, but its potential is undiscovered. There should be an elegant way to render lists. Maybe map...

Immediate-children observer

First reaction ideally must be sync for nodes already in DOM to avoid fouc

$(a, 'h2') can cause infinite loop if reaction creates internal 'h2'.

Keying elements can morph prev node instead of creating new one

* [x] Merge channel-related logic in `i`, `v`, `a` into a single class * [x] Optimize `h` `createBuilder` into a single loop * [ ] ~~If `v` becomes compact, replace...

* Intro * User guide - polished walk through * Hands on / tutorials * Form sending & validation * Connecting React components * Moving from React * examples *...