f6082e837d
- allow source files from tests as a package - use `tests/tests.zig` as the entry point - add `Context.requestAlloc`
11 lines
168 B
Zig
11 lines
168 B
Zig
test {
|
|
_ = @import("sessions.zig");
|
|
|
|
// TODO Lifecycle Messages
|
|
|
|
// TODO Document Synchronization
|
|
|
|
// TODO LSP features
|
|
|
|
// TODO Language features
|
|
} |