Skip to content

Typehints not Supported #156

Description

@Multitude1337

So, this is gonna sound like an odd one, but... this is for Roblox LUA code by the way.

So, in normal circumstances, this code would execute just fine without obfuscation. The issue is putting ": string" after a function, like in my example. This issue isn't too big a deal, but since I encountered it, I felt I should report this bug.

To Reproduce my error, you will want to try and obfuscate the ModuleScript code and you'll get:
Parsing Error at Position 3:30, unexpected token <Symbol> ":", expected <Keyword> "end"<-[0m

LocalScript:

local MyModule = require(script:WaitForChild'ModuleScript')

MyModule.myFunction()

ModuleScript:

local MyModule = {}

function MyModule.myFunction(): string
	print("Hello from myFunction!")
end

return MyModule

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions