Closed Jinxiansen closed 2 years ago
They get all bundled at build-time. Once you run the app only parsers for languages you actually have opened get instantiated (lazy-loaded).
Thanks for your response! When I import this repo, I got some errors.
Fix incoming! STTextView
implemented some non-backwards compatible features on Swift 5.7.
Should compile now.
Got it, I need upgrade to Swift 5.7 version and try to it. Thanks so much!
No need to update to Swift 5.7. We will wait a bit until we bump this since it is only available for the Xcode beta which not everyone has access to yet.
Okay, thanks!
When I tried to use CodeEditTetView on macOS, and only used to parse JSON, I found that it depends on many parsing libraries in other languages, is there a way to remove other libraries according to personal needs?
Because I only need methods related to json parsing.
Thanks!