feat: async parser workers (#3834) (#3887)

feat: async parser workers (#3834)
Co-authored-by: lohit <lohit.jiddimani@gmail.com>
This commit is contained in:
Anoop M D
2025-01-29 02:53:53 +05:30
committed by GitHub
parent b5bd259a1b
commit 9f5f975f70
53 changed files with 1377 additions and 258 deletions

View File

@@ -1,6 +1,8 @@
import styled from 'styled-components';
const StyledWrapper = styled.div`
max-width: 800px;
div.CodeMirror {
height: inherit;
}