keke

Results 84 issues of keke

Hey, @ije nice try for esm.sh 's refactoring to transform `node eval` to `ast parser`. Better for some package like: `/@lume/element`, `/@lume/variable`. But bad for some packages too, here is...

Input File: ```js Object.defineProperty(exports, 'a', { enumerable: true, value: 'a' }); Object.defineProperty(exports, 'b', { enumerable: !0, value: 'b' }); ``` Expected Result: `["a", "b"]` Actual Result: `["a"]` We can get...

wontfix
edge case

See demo: https://codesandbox.io/s/blissful-fog-ixhix Note: Maybe antd's limitations.

### Description See the example. ### Example ```html shadowHost.attachShadow({mode:'open'}).innerHTML = ''; (new MutationObserver(function (mutationsList) { console.info('mutated'); })).observe(shadowHost.shadowRoot, { childList: true }); shadowHost.shadowRoot.appendChild(document.createElement('div')); ``` ### Steps to reproduce see the example...

fix pagination can't show correctly

* http://www.199it.com/archives/1531901.html * http://www.199it.com/archives/1180173.html