Okku

Results 36 issues of Okku

It should conceivably be possible to type-check slots in HTML templates (`` html` ` ``). However, this would require an editor extension, or a plugin to TypeScript language services. I...

enhancement
help wanted

The current implementation of `[Symbol.asyncIterator]()` on `ReactiveArray` and `ReactivePrimitive` is very sketchy. However, this doesn't seem to be practically fixable until [browsers support `ReadableStream::getIterator()`](https://github.com/whatwg/streams/commit/bf2cac8a52664df3e6da7a48755890e87b00953a): ```js // for ReactiveArray async *[Symbol.asyncIterator]()...

discussion
upstream

A way of defining CSS that pierces shadow roots of components. I'm thinking of injecting a common stylesheet during component instantiation.

enhancement
needs more feedback

@b-fuze is [working on a DOM API for Deno](https://github.com/b-fuze/deno-dom), which this feature depends on. The intention is to do SSR primarily using Deno because of its closer-to-web JS API. While...

enhancement

Current implementation is naive.

enhancement

The old buggy version of `slice` was reimplemented in a naive way that has unacceptable performance.

enhancement