Home
last modified time | relevance | path

Searched refs:writeFileSync (Results 1 – 25 of 28) sorted by relevance

12

/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js65 writeFileSync(newContent, path.resolve(output, keyPath), key)
72 function writeFileSync(inputString, output, jsBundleFile) { function
77 fs.writeFileSync(output, inputString)
116 fs.writeFileSync(lastFilePath, toBuffer(data))
DgenAbc-plugin.js112 writeFileSync(newContent, output, keyPath, key, true);
115 writeFileSync(assets[key].source(), output, key, key, false);
170 function writeFileSync(inputString, buildPath, keyPath, jsBundleFile, isToBin) { function
178 fs.writeFileSync(output, inputString);
194 fs.writeFileSync(cacheOutputPath, inputString);
357 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));
636 fs.writeFileSync(filesInfoPath, filesInfo, 'utf-8');
Dcompile-plugin.js185 fs.writeFileSync(entryFile, JSON.stringify(entryArray));
326 fs.writeFileSync(process.env.aceSoPath, oldInfo + Array.from(useOSFiles).join('\n'));
/developtools/ace_ets2bundle/compiler/src/fast_build/common/
Drollup-plugin-watch-change.ts20 writeFileSync,
72 writeFileSync(projectConfig.changedFileList, JSON.stringify(
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-image2bin.js69 fs.writeFileSync(binPath1, Buffer.from(binBuffer));
72 fs.writeFileSync(binPath2, Buffer.from(binBuffer));
/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js25 const { writeFileSync } = require('../lib/utils');
77 writeFileSync(previewCacheFilePath, '');
97 writeFileSync(previewCacheFilePath, '');
237writeFileSync(previewCacheFilePath, variableScript + 'struct preview{build(){' + receivedMsg.data.…
275 writeFileSync(previewJsFilePath, receivedMsg.data.script);
/developtools/ace_ets2bundle/compiler/src/
Dgen_merged_abc.ts67 fs.writeFileSync(filesInfoPath, filesInfo, 'utf-8');
82 fs.writeFileSync(npmEntriesInfoPath, entriesInfo, 'utf-8');
100 fs.writeFileSync(cacheFilePath, abcCacheFilesInfo, 'utf-8');
Dark_utils.ts214 fs.writeFileSync(filePath, sourceCode);
220 fs.writeFileSync(filePath, sourceCode);
342 fs.writeFileSync(filePath, content);
374 fs.writeFileSync(filePath, mixedInfo.content ?? '');
401 fs.writeFileSync(filePath, result.code ?? '');
428 fs.writeFileSync(filePath, result.code);
500 fs.writeFileSync(jsFilePath, sourceContent);
Dgen_module_abc.ts47 fs.writeFileSync(filePath, content, "utf-8");
Dprocess_module_files.ts67 fs.writeFileSync(temporaryFile, mixedInfo.content);
Dutils.ts305 export function writeFileSync(filePath: string, content: string): void { function
312 fs.writeFileSync(filePath, content);
388 fs.writeFileSync(jsFilePath, sourceContent);
590 fs.writeFileSync(projectConfig.aceSoPath, info + Array.from(useOSFiles).join('\n'));
607 writeFileSync(path.resolve(cachePath, fileName), content);
Dgen_abc_plugin.ts261 writeFileSync(newContent, output, keyPath, key);
624 function writeFileSync(inputString: string, buildPath: string, keyPath: string, jsBundleFile: strin… function
644 fs.writeFileSync(cacheOutputPath, inputString);
924 fs.writeFileSync(hashFilePath, JSON.stringify(moduleHashJsonObject));
988 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));
1146 fs.writeFileSync(sourceMapFilePath,
1181 fs.writeFileSync(protoFilePath, entriesInfo, 'utf-8');
1265 fs.writeFileSync(filesInfoPath, filesInfo, 'utf-8');
Dcompile_info.ts38 writeFileSync,
Ddo_arkTS_linter.ts134 fs.writeFileSync(filePath, JSON.stringify(outputInfo, undefined, spaceNumBeforeJsonLine));
/developtools/ace_ets2bundle/compiler/
Duglify-source.js43 fs.writeFileSync(outPath, uglifyCode)
Dbuild_declarations_file.js224 … fs.writeFileSync(path.resolve(dir, '../component_config.json'), JSON.stringify(COMPONENT_MAP));
225 fs.writeFileSync(path.resolve(dir, '../form_config.json'), JSON.stringify(FORM_MAP));
/developtools/ace_js2bundle/ace-loader/
Duglify-source.js43 fs.writeFileSync(outPath, uglifyCode)
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts353 fs.writeFileSync(this.filesInfoPath, filesInfo, 'utf-8');
361 fs.writeFileSync(this.npmEntriesInfoPath, entriesInfo, 'utf-8');
377 fs.writeFileSync(this.cacheFilePath, abcCacheFilesInfo, 'utf-8');
589 fs.writeFileSync(this.protoFilePath, protoFilesInfo, 'utf-8');
626 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject));
Dmodule_hotreload_mode.ts127 fs.writeFileSync(sourceMapFilePath,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts99 fs.writeFileSync(cacheOutputPath, rollupBundleSourceCode, 'utf-8');
186 fs.writeFileSync(filesInfoPath, filesInfo, 'utf-8');
352 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject), 'utf-8');
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts425 fs.writeFileSync(systemApiCachePath, JSON.stringify(systemApiContent, null, 2));
493 fs.writeFileSync(outpath, configContent);
554 fs.writeFileSync(defaultNameCachePath, writeContent);
557 fs.writeFileSync(printNameCache, writeContent);
Dgen_abc.ts64 fs.writeFileSync(filePath, content, 'utf-8');
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts129 fs.writeFileSync(filePath, content, 'utf-8');
150 fs.writeFileSync(filePath, content, 'utf-8');
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts28 writeFileSync,
158 writeFileSync(jsBuildFilePath, sourceCode);
/developtools/smartperf_host/ide/
Dbuild.js61 fs.writeFileSync(to, fs.readFileSync(from));

12