enso/app/ide-desktop
Kaz Wesley e171fba301
New documentation parser (#5917)
Implement new Enso documentation parser; remove old Scala Enso parser.

Performance: Total time parsing documentation is now ~2ms.

# Important Notes
- Doc parsing is now done only in the frontend.
- Some engine tests had never been switched to the new parser. We should investigate tests that don't pass after the switch: #5894.
- The option to run the old searcher has been removed, as it is obsolete and was already broken before this (see #5909).
- Some interfaces used only by the old searcher have been removed.
2023-03-15 15:43:51 +00:00
..
lib New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
esbuild-watch.ts Reworked ide watch and ide start commands (#5634) 2023-03-02 23:00:47 +01:00
eslint.config.js Cognito auth 2/7 - add authorization app (#5798) 2023-03-15 11:54:16 +00:00
package-lock.json Cognito auth 2/7 - add authorization app (#5798) 2023-03-15 11:54:16 +00:00
package.json Cognito auth 2/7 - add authorization app (#5798) 2023-03-15 11:54:16 +00:00
tsconfig.json Cognito auth 2/7 - add authorization app (#5798) 2023-03-15 11:54:16 +00:00
utils.ts Enable typescript-eslint (#5717) 2023-03-15 03:42:14 +00:00