@cparra/apexdocs 3.15.0-beta.2 → 3.15.0-beta.3
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/dist/cli/generate.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -3112,7 +3112,7 @@ function generateDocs(unparsedBundles, config) {
|
|
|
3112
3112
|
TE__namespace.chain((parsedFiles) => {
|
|
3113
3113
|
return _function.pipe(
|
|
3114
3114
|
reflectLwcSource(filterLwcFiles(unparsedBundles)),
|
|
3115
|
-
TE__namespace.map((parsedFiles2) => parsedFiles2),
|
|
3115
|
+
TE__namespace.map((parsedFiles2) => parsedFiles2.filter((file) => file.type.isExposed)),
|
|
3116
3116
|
TE__namespace.map((parsedLwcFiles) => [...parsedFiles, ...parsedLwcFiles])
|
|
3117
3117
|
);
|
|
3118
3118
|
}),
|