@nitra/cursor 5.3.1 → 5.3.2
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.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ import { isDocgenIgnored } from './docgen-ignore.mjs'
|
|
|
11
11
|
import { QUALITY_THRESHOLD, readDocQuality, staleness } from './docgen-crc.mjs'
|
|
12
12
|
|
|
13
13
|
/** Кодові розширення, для яких генеруємо документацію. */
|
|
14
|
-
const SOURCE_EXTENSIONS = new Set(['.js', '.mjs', '.ts', '.vue', '.py'])
|
|
14
|
+
const SOURCE_EXTENSIONS = new Set(['.js', '.mjs', '.ts', '.vue', '.py', '.rs'])
|
|
15
15
|
|
|
16
16
|
/** `*.test.*`, `*.spec.*` — тести, документувати не треба. */
|
|
17
17
|
const TEST_FILE_RE = /\.(?:test|spec)\.[^.]+$/u
|