Skip to content

Commit 97af59e

Browse files
authored
docs(core): docs for fingerprint are incorrect (#26353)
This PR fixes a document for `fingerprint` in `core` module, because the caller's comments did not modify it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 170edda commit 97af59e

File tree

1 file changed

+3
-2
lines changed
  • packages/aws-cdk-lib/core/lib/fs

1 file changed

+3
-2
lines changed

packages/aws-cdk-lib/core/lib/fs/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ export class FileSystem {
2626
/**
2727
* Produces fingerprint based on the contents of a single file or an entire directory tree.
2828
*
29+
* Line endings are converted from CRLF to LF.
30+
*
2931
* The fingerprint will also include:
3032
* 1. An extra string if defined in `options.extra`.
31-
* 2. The set of exclude patterns, if defined in `options.exclude`
32-
* 3. The symlink follow mode value.
33+
* 2. The symlink follow mode value.
3334
*
3435
* @param fileOrDirectory The directory or file to fingerprint
3536
* @param options Fingerprinting options

0 commit comments

Comments
 (0)