issues Search Results · repo:regexhq/function-regex language:JavaScript
Filter by
3 results
(51 ms)3 results
inregexhq/function-regex (press backspace or delete to remove)Various ES6 features are unsupported e.g.:
test
var re = require( function-regex )();
var str1 = function foo ({ bar, baz }) { } ;
var str2 = function foo ([ bar, baz ]) { } ;
var str3 = function ...
chocolateboy
- 7
- Opened on Mar 21, 2015
- #2
There are several issues with the regex:
- It doesn t handle embedded comments
- It considers functionfoo () { } to be a valid function declaration
- s Nit: \{([\w\W\s\S]*)\} is a roundabout way ...
chocolateboy
- 21
- Opened on Mar 21, 2015
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.