fbp icon indicating copy to clipboard operation
fbp copied to clipboard

FBP flow definition language parser

Results 23 fbp issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies
javascript

Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.2.18 to 2.10.17. Release notes Sourced from ridedott/merge-me-action's releases. v2.10.17 2.10.17 (2022-08-09) Chores deps: bump ridedott/release-me-action from 3.6.50 to 3.6.52 (c0d3490) v2.10.16 2.10.16 (2022-08-09) Chores deps-dev: bump...

dependencies
github_actions

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.2.0 to 10.1.0. Release notes Sourced from eslint-plugin-mocha's releases. 10.1.0 Enhancements Support this for additionalCustomNames (#329) 10.0.5 Bug Fixes Support Node 18 + switch from ramda to...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 3.4.1. Release notes Sourced from actions/setup-node's releases. Fix pnpm output and node-version output issues In scope of this release we fixed bugs related to the...

dependencies
github_actions

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@​juergba) #4848: Drop Internet-Explorer-11 support (@​juergba)...

dependencies
javascript

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 14.2.1 to 15.0.0. Commits 366bfa6 [eslint config] [base] v15.0.0 f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8 eac8cc6 [eslint config] [base] [breaking] add...

dependencies
javascript

May not be the best palce to ask, but do you guys have syntax highlighting of fbp files in your favorite editors ? I'm using Sublime Text (2/3) and couldn't...

enhancement
question

Example: ``` name(ComponentA) shouldbename (ComponentB) ``` Expected: Either the instance of ComponentB is given identifier 'shouldbename', OR an error is raised that this is invalid. Actual: The instance of ComponentB...

bug

I'm currently developing a Python FBP runtime focused on brevity meant to be a building block for more complex architectures. I wrote a [PEG](https://en.wikipedia.org/wiki/Parsing_expression_grammar) based parser for FBP DSL and...

enhancement