Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd es7 async functions to ctags #157
Conversation
|
Actually, this regex might not be quite right since it needs to support default parameters as well. will update... |
|
|
|
Sounds like a good idea to me |
|
|
|
I changed the second character class in the function parameter capture group to
I'd love to hear why I shouldn't be using the bludgeon that is |
I don't think it would be a big problem. Is there a reason you chose something other than the |
|
Side note – it's a bit of a bummer that we can't reuse tokenization from the |
|
@lee-dohm we shouldn't omit cf: class Foo {
async functionWithFunctionCallAsDefaultParam (foo, bar = baz()) {
}
} |
|
@thedaniel Whoa, can you stick any expression in a default param? |
|
Ah interesting. Thanks for clarifying @thedaniel |
|
merging, i really think |
Add es7 async functions to ctags

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

thedaniel commentedFeb 26, 2016
@atom/feedback ...any reason not to add these to the symbols-view? I've been writing a lot of babelized classes with async/await lately and this definitely makes my life better.