We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18be4dc commit bc82936Copy full SHA for bc82936
1 file changed
lib/elixir/lib/code.ex
@@ -312,7 +312,12 @@ defmodule Code do
312
313
@available_compiler_options @boolean_compiler_options ++
314
@list_compiler_options ++
315
- [:on_undefined_variable, :infer_signatures, :no_warn_undefined]
+ [
316
+ :on_undefined_variable,
317
+ :infer_signatures,
318
+ :no_warn_undefined,
319
+ :module_definition
320
+ ]
321
322
@doc """
323
Lists all required files.
0 commit comments