tko
tko copied to clipboard
π₯ Technical Knockout β The Monorepo for Knockout.js (4.0+)
Close https://github.com/knockout/tko/issues/179 As bescribed there i wanted to detail out these moments at project readme: - [x] how to import TKO properly, considering different modules - [x] build process now...
Same case as in https://github.com/knockout/tko/issues/95, but for **beta1.3**. Also it may be considered a continuation of https://github.com/knockout/tko/issues/178 Hello! I'm using ES modules in a project, so, i installed TKO build...
Hello. I'm trying to build and import recent TKO-beta version at my TS project built from source (as of npm-hosted version is alpha7). So, I cloned that repo and run...
First off, I'm very impressed with the continued efforts here! I've built a lot of stuff with knockout and we still have some major projects using it production, but at...
See: - https://github.com/knockout/knockout/issues/2589 - https://github.com/microsoft/TypeScript/issues/48150 ```ts // Broken function observable(value: T): Observable { return undefined as any; // the implementation is not important } // Fixed function observable(value: T extends...
It may out of scope, but wondering if is possible to Knockout have some kind of SSR support like other libraries/frameworks. I saw a discussion on KO repository but it...
Follows #135.
Noting - #140 - #141 @danieldickison
When using the prebuild knockout or reference builds, because the tko binding provider encapsulates the global options that were set when it was built, setting `options.bindingGlobals` has no effect. We...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.0 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @βMakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...