agent-claw: automated task changes
This commit is contained in:
9
cdk/node_modules/aws-cdk-lib/pipelines/lib/private/fs.d.ts
generated
vendored
Normal file
9
cdk/node_modules/aws-cdk-lib/pipelines/lib/private/fs.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Convert a file path on the current system to a file path that can be used on Linux
|
||||
*
|
||||
* Takes the current OS' file separator and replaces all of them with a '/'.
|
||||
*
|
||||
* Relevant if the current system is a Windows machine but is generating
|
||||
* commands for a Linux CodeBuild image.
|
||||
*/
|
||||
export declare function toPosixPath(osPath: string, currentSep?: string): string;
|
||||
Reference in New Issue
Block a user