enso/tools
Hubert Plociniczak d43ad7ce13
Disable linting passes for IDE and repl (#10705)
There is no need to generate unused variables warnings or other linting for IDE and repl users. By default linting is enabled during compilation and for those use-cases it is now disabled via runtime options.

Closes #9883
2024-07-31 08:49:45 +00:00
..
build-performance Faster dev builds; tooling for measuring build times and app performance. (#3491) 2022-06-02 19:24:18 +00:00
ci Disable linting passes for IDE and repl (#10705) 2024-07-31 08:49:45 +00:00
enso4igv Format TS code (#10648) 2024-07-26 17:47:59 +10:00
graphmod Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
http-test-helper Replace presigned S3 URL with lambda request (#10456) 2024-07-09 09:36:10 +00:00
language-server Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00
legal-review Add Initial SQL Server support (#10624) 2024-07-30 11:13:08 +01:00
legal-review-helper Format TS code (#10648) 2024-07-26 17:47:59 +10:00
native-image-config-cleanup Format TS code (#10648) 2024-07-26 17:47:59 +10:00
performance Stop publishing First/Last as constructors and use auto-scoping for take and drop. (#10467) 2024-07-08 10:26:30 +00:00
simple-library-server Format TS code (#10648) 2024-07-26 17:47:59 +10:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Enso Tools

This folder contains various tools and utilities that aid in the development of the Enso programming language. It should not be used as a dumping ground for things that have better places, but instead is used to hold things that should be part of this repository but do not have another sensible place for them.