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")```
Commented out
require()statements still get executed.This is the case for multi-line comments:
and also for single-line comments:
-- require("randomfile")