Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kolint/next

Repository files navigation

The modern toolchain for enhancing usage of Knockout.js and improving runtime performance. Read more ›

Linting

Code analyzer that can detect common issues in the code. The linter can also spit out type-checking errors provided by TypeScript.

<p data-bind="visible: isVisible"></p>
 ^^^^^^^^^
Argument of type 'number' is not assignable to parameter of type 'boolean'.

Server-side Render

Pre-render knockout views on the server to optimize runtime performance and SEO.

- <!-- ko foreach: users -->
- <p>{{ name }}</p>
- <!-- /ko -->
+ <p>John Doe</p>
+ <p>Albert Einstein</p>

Language Support

A language server (implementing the language server protocol) for Knockout.js to provide language features, such as intellisense, diagnostics, syntax highlighting, etc. mainly for editors.

About

Modern toolchain for enhancing usage of Knockout.js

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /