update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/javascript/modules.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/javascript/modules.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//------ underscore.js ------
|
||||
export default function (obj) {};
|
||||
export function each(obj, iterator, context) {};
|
||||
export { each as forEach };
|
||||
export function something() {};
|
||||
|
||||
//------ main.js ------
|
||||
import _, { each, something as otherthing } from 'underscore';
|
||||
Reference in New Issue
Block a user