Lines Matching refs:key
32 keys.forEach(key => {
33 if ('./' + process.env.abilityType + '.js' !== key) {
34 sourceChange(key, assets, compilation);
44 function sourceChange(key, assets, compilation) { argument
46 const extName = path.extname(key);
49 const source = assets[key].source();
57 …jsonOutKey, JSON.parse(jsonOut[jsonOutKey]), compilation, path.join(process.env.projectPath, key));
59 assets[key.replace(extName, '') + '.json'] = {
67 delete assets[key];
70 compilation.errors.push({ message: 'errorStartERROR File:' + key +
78 const key = element.match(/var ((\s||\S)*) =/)[1];
91 jsonOut[key] = out;
95 function toAddJson(assetReplace, key, value, compilation, sourceKey) { argument
102 switch(key) {
126 addElement(assetReplace, key, value, compilation, sourceKey);
131 function addElement(assetReplace, key, value, compilation, sourceKey) { argument
132 const keyName = key.substr(key.lastIndexOf('_') + 1, key.length - key.lastIndexOf('_') + 1);
140 switch(key.replace(keyName, '')) {
168 function replacePropsArray(propsValue, _this, key) { argument
176 _this.warnings.push({message: 'warnStartWARNING File:' + key +
185 _this.warnings.push({message: 'warnStartWARNING File:' + key +
193 _this.warnings.push({message: 'warnStartWARNING File:' + key +
199 function processActions(actionsValue, _this, key) { argument
205 _this.warnings.push({message: 'warnStartWARNING File:' + key +
210 _this.warnings.push({message: 'warnStartWARNING File:' + key +
217 _this.warnings.push({message: 'warnStartWARNING File:' + key +
224 function validateData(dataValue, _this, key) { argument
226 _this.warnings.push({message: 'warnStartWARNING File:' + key +