@cloud-cli/on 1.16.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Writable } from 'node:stream';
|
|
2
|
+
/** Writes complete output lines with an ISO-8601 timestamp prefix. */
|
|
3
|
+
export declare class TimestampedLogWriter extends Writable {
|
|
4
|
+
private readonly fd;
|
|
5
|
+
private pending;
|
|
6
|
+
constructor(fd: number);
|
|
7
|
+
_write(chunk: Buffer | string, _encoding: BufferEncoding, callback: (error?: Error | null) => void): void;
|
|
8
|
+
_final(callback: (error?: Error | null) => void): void;
|
|
9
|
+
private writeOutput;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=timestamped-log.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timestamped-log.d.ts","sourceRoot":"","sources":["../src/timestamped-log.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,sEAAsE;AACtE,qBAAa,oBAAqB,SAAQ,QAAQ;IAGpC,OAAO,CAAC,QAAQ,CAAC,EAAE;IAF/B,OAAO,CAAC,OAAO,CAAM;gBAEQ,EAAE,EAAE,MAAM;IAI9B,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,SAAS,EAAE,cAAc,EAAE,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,KAAK,IAAI;IAclG,MAAM,CAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,KAAK,IAAI;IAMxD,OAAO,CAAC,WAAW;CAQpB"}
|