Erster Docker-Stand
This commit is contained in:
9
_node_modules/zeptomatch/dist/normalize/index.js
generated
vendored
Normal file
9
_node_modules/zeptomatch/dist/normalize/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* IMPORT */
|
||||
import { parse } from 'grammex';
|
||||
import Grammar from './grammar.js';
|
||||
/* MAIN */
|
||||
const normalize = (glob) => {
|
||||
return parse(glob, Grammar, { memoization: false }).join('');
|
||||
};
|
||||
/* EXPORT */
|
||||
export default normalize;
|
||||
Reference in New Issue
Block a user