move to type only exports
This commit is contained in:
parent
ef4a219a98
commit
f7e04f303c
|
|
@ -362,7 +362,7 @@ function writeFile(filePath, content) {
|
|||
fs.writeFileSync(filePath, content, 'utf8');
|
||||
}
|
||||
|
||||
writeFile(path.join(__dirname, '..', 'packages', 'protocol', 'src', 'channels.ts'), channels_ts.join('\n'));
|
||||
writeFile(path.join(__dirname, '..', 'packages', 'protocol', 'src', 'channels.d.ts'), channels_ts.join('\n'));
|
||||
writeFile(path.join(__dirname, '..', 'packages', 'playwright-core', 'src', 'protocol', 'debug.ts'), debug_ts.join('\n'));
|
||||
writeFile(path.join(__dirname, '..', 'packages', 'playwright-core', 'src', 'protocol', 'validator.ts'), validator_ts.join('\n'));
|
||||
process.exit(hasChanges ? 1 : 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue