The current impl may fail on max string lim ```js lines(): string[] { return this.valueOf().split(/\r?\n/) } ```