⬅️ Back to Table of Contents
📄 es2015.collection.ts
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
3 |
| 📊 Variables & Constants |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/scope-manager/src/lib/es2015.collection.ts
📦 Imports
| Name |
Source |
LibDefinition |
../variable |
TYPE |
./base-config |
TYPE_VALUE |
./base-config |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
es2015_collection |
LibDefinition |
const |
`{ |
|
| libs: [], |
|
|
|
|
| variables: [ |
|
|
|
|
| ['Map', TYPE_VALUE], |
|
|
|
|
| ['MapConstructor', TYPE], |
|
|
|
|
| ['ReadonlyMap', TYPE], |
|
|
|
|
| ['WeakMap', TYPE_VALUE], |
|
|
|
|
| ['WeakMapConstructor', TYPE], |
|
|
|
|
| ['Set', TYPE_VALUE], |
|
|
|
|
| ['SetConstructor', TYPE], |
|
|
|
|
| ['ReadonlySet', TYPE], |
|
|
|
|
| ['WeakSet', TYPE_VALUE], |
|
|
|
|
| ['WeakSetConstructor', TYPE], |
|
|
|
|
| ], |
|
|
|
|
| }` |
✓ |
|
|
|