Skip to content

Commit

Permalink
chore: sorted jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Dec 28, 2023
1 parent 57aab95 commit fa58757
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions bin/collectUsages.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { createStatusAPI } from './utils/index.js'
/**
* @param {{
* config: {
* collectUsages: string
* exclude: Set<string>
* extensions: Array<string>
* babelPlugins: Set<string>
* batch: {
* default: number
* }
* collectUsages: string
* exclude: Set<string>
* extensions: Array<string>
* },
* }}
*
Expand Down
4 changes: 2 additions & 2 deletions bin/fileTraversal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { getFiles } from './getFiles.js'
* @param {{
* cmd: {function(_: string): void}
* config: {
* exclude: Set<string>
* extensions: Array<string>
* babelPlugins: Set<string>
* batch: {
* default: number
* }
* exclude: Set<string>
* extensions: Array<string>
* }
* pkg: {
* name: string
Expand Down
2 changes: 1 addition & 1 deletion bin/fileTraversal/processBatch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { traversal } from './traversal.js'

/**
* @param {{
* files: Array<string>
* cmd: {function(_: string): void}
* config: {
* babelPlugins: Set<string>
* }
* files: Array<string>
* pkg: {
* name: string
* }
Expand Down
8 changes: 4 additions & 4 deletions bin/fileTraversal/processBatch/traversal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { readFile } from '../../utils/index.js'

/**
* @param {{
* cmd: {function(_: string): void}
* file: string
* pkg: {
* name: string
* }
* cmd: {function(_: string): void}
* config: {
* babelPlugins: Set<string>
* }
* pkg: {
* name: string
* }
* }}
*/
const traversal = async ({ file, pkg, config, cmd }) => {
Expand Down
2 changes: 1 addition & 1 deletion bin/getExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { readFile, ObservableSet } from './utils/index.js'
/**
* @param {{
* config: {
* entry: string
* babelPlugins: Set<string>
* entry: string
* }
* pkg: {
* path: string
Expand Down
6 changes: 3 additions & 3 deletions bin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import { createStatusAPI, readJSON } from './utils/index.js'
/**
* @param {{
* config: {
* entry: string
* exclude: Set<string>
* extensions: Array<string>
* babelPlugins: Set<string>
* batch: {
* default: number
* }
* entry: string
* exclude: Set<string>
* extensions: Array<string>
* },
* }}
*
Expand Down

0 comments on commit fa58757

Please sign in to comment.