mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Add Task as a built-in module/type
This commit is contained in:
parent
d47a073634
commit
700c7ae9aa
86 changed files with 925 additions and 2670 deletions
|
@ -365,7 +365,7 @@ fn fast_forward_to(
|
|||
tokens.push(Loc::at(Region::between(start, state.pos()), Token::Error));
|
||||
}
|
||||
|
||||
pub const HEADER_KEYWORDS: [&str; 14] = [
|
||||
pub const HEADER_KEYWORDS: [&str; 12] = [
|
||||
"interface",
|
||||
"app",
|
||||
"package",
|
||||
|
@ -373,8 +373,6 @@ pub const HEADER_KEYWORDS: [&str; 14] = [
|
|||
"hosted",
|
||||
"exposes",
|
||||
"imports",
|
||||
"with",
|
||||
"generates",
|
||||
"package",
|
||||
"packages",
|
||||
"requires",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue