fantomas-tools
fantomas-tools copied to clipboard
Collection of tools used when developing for Fantomas
Bumps [vis-data](https://github.com/visjs/vis-data) from 7.1.8 to 7.1.9. Release notes Sourced from vis-data's releases. v7.1.9 7.1.9 (2023-11-24) Bug Fixes deps: update dependency component-emitter to v2 (#1126) (254eb5e) Commits 254eb5e fix(deps): update dependency...
Bumps [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) from 4.5.1 to 4.6.0. Release notes Sourced from @monaco-editor/react's releases. v4.6.0 Editor/DiffEditor: use 'use client' on top of Editor.tsx and DiffEditor.tsx loader: update @monaco-editor/loader version (1.4.0) playground: use...
This adds an input to try and load settings directly from an editorconfig file to simplify the repro process. Something is still off (I think it's related to the `order`...
It would be amazing for verification/usability if hovering over an element in the AST view also highlighted the matching text range in the text editor on the left pane. For...
Bumps [lz-string](https://github.com/pieroxy/lz-string) from 1.4.4 to 1.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
We should make work of: - [x] Update bootstrap to `5.x` (and remove Reactstrap) - [ ] Update to Fable 4 (and remove the global json in the `client` folder)....
When testing or reporting issues, I often needs to manually set the setting on fantomas-tools which is error prone and not easy to do. It would be nice, if I...
The good idea of the week award goes to @theangrybyrd: What is we had a tab where there is some colour coding between the AST nodes and the original syntax....
Got a mail from AWS, dotnet 6 will no longer be available in November. We need to deal with this before that.
Would be of great benefit i think to be able to directly copy F# code instead of copying a string and trying to mimic manually? the Oak view is not...