mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-14 06:15:07 +00:00
wip
This commit is contained in:
parent
fb768a86d5
commit
20163b50f8
5 changed files with 94 additions and 94 deletions
|
@ -3,9 +3,11 @@ 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 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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue