mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix argument
This commit is contained in:
@@ -9,7 +9,7 @@ import mkdirp from 'mkdirp';
|
||||
|
||||
const metadata = JSON.parse(fs.readFileSync('./dist/custom-elements.json', 'utf8'));
|
||||
|
||||
function getAllComponents(metadata) {
|
||||
function getAllComponents() {
|
||||
const allComponents = [];
|
||||
|
||||
metadata.modules.map(module => {
|
||||
@@ -29,7 +29,7 @@ function getAllComponents(metadata) {
|
||||
return allComponents;
|
||||
}
|
||||
|
||||
console.log('Generating IntelliSense data for VS Code');
|
||||
console.log('Generating custom data for VS Code');
|
||||
|
||||
const components = getAllComponents();
|
||||
const vscode = { tags: [] };
|
||||
|
||||
Reference in New Issue
Block a user