mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-13 05:46:17 +00:00
wip
This commit is contained in:
parent
b6bc1664ac
commit
fb768a86d5
7 changed files with 551 additions and 9 deletions
|
@ -1,11 +1,13 @@
|
|||
mod bridge;
|
||||
mod db;
|
||||
mod vfs;
|
||||
mod watcher;
|
||||
|
||||
// Re-export public API
|
||||
pub use bridge::FileStore;
|
||||
pub use db::{parse_template, template_errors, Database, FileKindMini, SourceFile, TemplateAst, TemplateLoaderOrder};
|
||||
pub use vfs::{FileKind, FileMeta, FileRecord, Revision, TextSource, Vfs, VfsSnapshot};
|
||||
pub use watcher::{VfsWatcher, WatchConfig, WatchEvent};
|
||||
|
||||
/// Stable, compact identifier for files across the subsystem.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue