mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Add necessary modules import
This commit is contained in:
parent
be87ffad6b
commit
7c7fa6c8bb
2 changed files with 2015 additions and 1 deletions
2014
Server.zig
Normal file
2014
Server.zig
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -324,7 +324,7 @@ pub const ModuleType = enum {
|
|||
.bundle => &.{ .base, .collections, .base58, .unbundle },
|
||||
.unbundle => &.{ .base, .collections, .base58 },
|
||||
.base58 => &.{},
|
||||
.lsp => &.{},
|
||||
.lsp => &.{ .compile, .reporting, .build_options, .fs },
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue