This website requires JavaScript.
Explore
Help
Register
Sign In
Nemcio
/
SCM-Manager
Watch
1
Star
0
Fork
0
You've already forked SCM-Manager
mirror of
https://github.com/scm-manager/scm-manager.git
synced
2025-11-18 03:01:05 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
d74db7be2c96eae923c7b6500583229e560b51e9
SCM-Manager
/
scm-ui
/
ui-syntaxhighlighting
/
tsconfig.json
10 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix freezing browser if syntax highlighting large files (#2010) We unified syntax highlighting and extracted it into a low level module. Syntax highlighting from now on takes place in a web worker, so that the user interface stays responsive. The web worker stops automatically if the number of nodes which should be highlighted exceeds the defined limit we believe the browser can handle. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com> Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
2022-04-25 16:34:40 +02:00
{
"extends"
:
"@scm-manager/tsconfig"
,
Replace lerna with turborepo (#2073) This change allows our ui libraries to be built separately. It is therefore to utilize different build tools for individual projects, as well as using build caches for the local build. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com> Co-authored-by: Matthias Thieroff <matthias.thieroff@cloudogu.com>
2022-06-22 11:49:26 +02:00
"include"
:
[
"./src"
]
,
"exclude"
:
[
"./scripts"
]
Fix freezing browser if syntax highlighting large files (#2010) We unified syntax highlighting and extracted it into a low level module. Syntax highlighting from now on takes place in a web worker, so that the user interface stays responsive. The web worker stops automatically if the number of nodes which should be highlighted exceeds the defined limit we believe the browser can handle. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com> Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
2022-04-25 16:34:40 +02:00
}
Reference in New Issue
Copy Permalink