update inbox list
This commit is contained in:
4
vendor/scrivo/highlight.php/test/markup/javascript/arrow-function.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/javascript/arrow-function.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var f = x => x;
|
||||
f(x => x + (y=2, z=undefined, ...rest) => y);
|
||||
() => null;
|
||||
const FC = props => <p>functional component</p>;
|
||||
Reference in New Issue
Block a user