mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
fix missing line
This commit is contained in:
parent
7e4337b006
commit
b29cdd910b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RIght now the declaration syntax used by the luau parser is undocumented and an
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
Declaration syntax should only be usable in definition files. Definition files
|
Declaration syntax should only be usable in definition files. Definition files have the extension of `.d.luau` and are used to provide type information for modules. They should not be allowed to do anything beyond declaring type aliases and declarations.
|
||||||
|
|
||||||
The declaration syntax mirrors the current syntax used by the luau parser. All declarations are prefixed with `declare`, and global variables, global functions, and classes are able to be declared.
|
The declaration syntax mirrors the current syntax used by the luau parser. All declarations are prefixed with `declare`, and global variables, global functions, and classes are able to be declared.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue