Skip to content

"Require" statements in comments should not be resolved #57

@Chr1Z93

Description

@Chr1Z93

Commented out require() statements still get executed.
This is the case for multi-line comments:

--[[
...
...
require("randomfile")
--]]

and also for single-line comments:
-- require("randomfile")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions