Make RSParser a local module and rename it to Parser.

This commit is contained in:
Brent Simmons
2024-04-02 21:43:06 -07:00
parent 3859b8ff45
commit 40abf257a6
178 changed files with 37543 additions and 105 deletions

View File

@@ -6,7 +6,7 @@
// Copyright © 2020 Ranchero Software. All rights reserved.
//
import RSParser
import Parser
#if canImport(AppKit)
import AppKit