⬅️ Back to Table of Contents
📄 exports.test.ts
📊 Analysis Summary
Metric |
Count |
🔧 Functions |
2 |
📦 Imports |
6 |
📊 Variables & Constants |
1 |
📚 Table of Contents
🛠️ File Location:
📂 test/exports.test.ts
📦 Imports
Name |
Source |
x |
tinyexec |
describe |
vitest |
expect |
vitest |
it |
vitest |
getPackageExportsManifest |
vitest-package-exports |
yaml |
yaml |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
manifest |
any |
let/var |
`await getPackageExportsManifest({ |
|
importMode: 'src', |
|
|
|
|
cwd: pkg.path, |
|
|
|
|
})` |
✗ |
|
|
|
Functions
sortMapEntries(a: any, b: any): number
Code
(a, b) => String(a.key).localeCompare(String(b.key))
- Parameters:
a: any
b: any
- Return Type:
number
- Calls:
String(a.key).localeCompare
sortMapEntries(a: any, b: any): number
Code
(a, b) => String(a.key).localeCompare(String(b.key))
- Parameters:
a: any
b: any
- Return Type:
number
- Calls:
String(a.key).localeCompare