fix(#123): update export map building #93
Annotations
11 errors
|
src/rules/no-named-as-default.ts#L24
Replace `⏎······nameKey:·'local'·|·'exported',⏎····` with `nameKey:·'local'·|·'exported'`
|
src/rules/no-named-as-default.ts#L41
Replace `declaration.source.value,·context` with `⏎··········declaration.source.value,⏎··········context,⏎········`
|
src/rules/no-named-as-default.ts#L51
Replace `exportMapOfImported.exports.has('default')·&&·exportMapOfImported.exports.has(nameValue)` with `⏎··········exportMapOfImported.exports.has('default')·&&⏎··········exportMapOfImported.exports.has(nameValue)⏎········`
|
test/rules/no-named-as-default.spec.ts#L15
Replace `"import-x/extensions"` with `'import-x/extensions'`
|
test/rules/no-named-as-default.spec.ts#L16
Replace `".ts",·".cts",·".mts",·".tsx"` with `'.ts',⏎··········'.cts',⏎··········'.mts',⏎··········'.tsx'`
|
test/rules/no-named-as-default.spec.ts#L17
Replace `".js",·".cjs",·".mjs",·".jsx"` with `'.js',⏎··········'.cjs',⏎··········'.mjs',⏎··········'.jsx'`
|
test/rules/no-named-as-default.spec.ts#L19
Replace `"import-x/external-module-folders"` with `'import-x/external-module-folders'`
|
test/rules/no-named-as-default.spec.ts#L20
Replace `"node_modules"` with `'node_modules'`
|
|
test/rules/no-named-as-default.spec.ts#L23
Replace `"import-x/parsers"` with `'import-x/parsers'`
|
The logs for this run have expired and are no longer available.
Loading