build: use siso instead of reclient (#47534)
This commit is contained in:
parent
ceb6d28fd3
commit
a67aad0f50
12 changed files with 139 additions and 128 deletions
|
@ -16,10 +16,6 @@ for fs_file in fs_files:
|
|||
'lib/original-fs.js').replace('lib/fs/',
|
||||
'lib/original-fs/')
|
||||
|
||||
with open(os.path.join(out_dir, fs_file), 'w', encoding='utf-8'
|
||||
) as original_f:
|
||||
original_f.write(contents)
|
||||
|
||||
with open(os.path.join(out_dir, original_fs_file), 'w',
|
||||
encoding='utf-8') as transformed_f:
|
||||
transformed_contents = contents.replace('internal/fs/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue