all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>,
	32158@debbugs.gnu.org
Cc: valentignatev@gmail.com
Subject: bug#32158: 26.1; Broken JSX indentation in case of arrow function passing to props
Date: Wed, 5 Jun 2019 13:58:09 +0300	[thread overview]
Message-ID: <da1cbce4-1c65-6d6a-733a-9ad7e49cf6f9@yandex.ru> (raw)
In-Reply-To: <2e0ccd59-e688-645c-eada-c4c85ff88b8a@jacksonrayhamilton.com>

On 05.06.2019 6:19, Jackson Ray Hamilton wrote:
> A set of changes I pushed to the Emacs master branch 2 months ago should 
> resolve this issue.  (First fixed in 1a1ef28518, but there were several 
> commits after that when I broke/fixed it again.  The master branch is 
> your best bet.)

Jackson, here's a slight variation on this example that looks problematic:

const foo = (props) => (
     <div>
     <input
   cat={i => i} />

   </div>
);

(Note the empty line)

That seems incorrect to me.





  reply	other threads:[~2019-06-05 10:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-14 16:04 bug#32158: 26.1; Broken JSX indentation in case of arrow function passing to props Valentin Ignatev
2019-06-05  3:19 ` Jackson Ray Hamilton
2019-06-05 10:58   ` Dmitry Gutov [this message]
2019-06-05 11:00     ` Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da1cbce4-1c65-6d6a-733a-9ad7e49cf6f9@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=32158@debbugs.gnu.org \
    --cc=jackson@jacksonrayhamilton.com \
    --cc=valentignatev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.