mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Merge branch 'feature/datetime' of https://github.com/0x5eal/lune-datetime into feature/datetime
This commit is contained in:
commit
6b4000d253
1 changed files with 2 additions and 2 deletions
|
@ -74,11 +74,11 @@ local luau = {}
|
||||||
```
|
```
|
||||||
|
|
||||||
@param source The string that'll be compiled into bytecode
|
@param source The string that'll be compiled into bytecode
|
||||||
@param CompileOptions The luau compiler options used when compiling the source string
|
@param compileOptions The luau compiler options used when compiling the source string
|
||||||
|
|
||||||
@return luau bytecode
|
@return luau bytecode
|
||||||
]=]
|
]=]
|
||||||
function luau.compile(source: string, CompileOptions: CompileOptions?): string
|
function luau.compile(source: string, compileOptions: CompileOptions?): string
|
||||||
return nil :: any
|
return nil :: any
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue