Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
252 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | 'use strict';
|
---|
| 2 |
|
---|
| 3 | var process = require('./process');
|
---|
| 4 |
|
---|
| 5 | function moduleFilenameTemplate(options) {
|
---|
| 6 | return function templateFn(parameters) {
|
---|
| 7 | return process(parameters, options, parameters.resourcePath);
|
---|
| 8 | };
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | module.exports = moduleFilenameTemplate; |
---|
Note:
See
TracBrowser
for help on using the repository browser.