Returns the comment containing the line number.
String getLineNumberComment([int? line]) => compiler.lineNumber ? ' //#${line??this.line}': '';