Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
bpmn-io

bpmn-io/feel-lint

A linter for FEEL expressions.

JavaScript
2
0
MIT License
nikku's profile
nikku
58 contributions
renovate[bot]'s profile
renovate[bot]
23 contributions
marstamm's profile
marstamm
17 contributions
barmac's profile
barmac
7 contributions
Buckwich's profile
Buckwich
6 contributions

Support the dependencies of bpmn-io/feel-lint

Account's avatar
bpmn-io/lezer-feel
Lezer-based FEEL grammar
Account's avatar
codemirror/language
Language support infrastructure for the CodeMirror code editor
Account's avatar
bpmn-io/lang-feel
FEEL language support for the CodeMirror code editor
Account's avatar
codemirror/lang-json
JSON language support for the CodeMirror code editor
Account's avatar
codemirror/lint
Linting support for the CodeMirror code editor
Account's avatar
codemirror/state
Editor state data structures for the CodeMirror code editor
Account's avatar
codemirror/view
DOM view component for the CodeMirror code editor
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
karma-runner/karma
Spectacular Test Runner for JavaScript.
Account's avatar
bpmn-io/karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
Account's avatar
karma-runner/karma-coverage
A Karma plugin. Generate code coverage.
Account's avatar
nikku/karma-debug-launcher
Opens your test suites debug view in your favorite browser
Account's avatar
jsok/karma-env-preprocessor
A Karma plugin to read environment variables and make them available inside your tests.
Account's avatar
karma-runner/karma-mocha
A Karma plugin. Adapter for Mocha testing framework.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
bcomnes/npm-run-all2
A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
chaijs/sinon-chai
Extends Chai with assertions for the Sinon.JS mocking framework.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.

@bpmn‑io/feel‑lint is a JavaScript library that statically checks FEEL (Friendly Enough Expression Language) expressions for syntax and semantic issues. It provides a simple `lintExpression` API for server‑side validation and a CodeMirror‑compatible linter (`cmFeelLinter`) for embedding real‑time linting in web editors, targeting developers building BPMN/DMN tools or any applications that need to validate FEEL scripts.