mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-12 21:36:55 +00:00
wip
This commit is contained in:
parent
588b38c8c6
commit
b6bc1664ac
8 changed files with 354 additions and 9 deletions
|
@ -4,7 +4,7 @@ mod vfs;
|
|||
|
||||
// Re-export public API
|
||||
pub use bridge::FileStore;
|
||||
pub use db::{Database, FileKindMini, SourceFile, TemplateLoaderOrder};
|
||||
pub use db::{parse_template, template_errors, Database, FileKindMini, SourceFile, TemplateAst, TemplateLoaderOrder};
|
||||
pub use vfs::{FileKind, FileMeta, FileRecord, Revision, TextSource, Vfs, VfsSnapshot};
|
||||
|
||||
/// Stable, compact identifier for files across the subsystem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue