imjuni / ctix

CLI to generate barrel file for webpack, rollup entrypoint
MIT License
81 stars 21 forks source link

cant decipher errors #163

Open Samuel-Morgan-Tyghe opened 6 days ago

Samuel-Morgan-Tyghe commented 6 days ago

Example


vegas-MacBook-Pro:front-client sam$ npx ctix build --mode create -p .ctirc --start-from ./packages/vega-api/src
✔ /Users/sam/Documents/GitHub/front-client/tsconfig.json loading complete!
✔ analysis export statements completed!
    file [                                        ] 0% | 0/1326
vegas-MacBook-Pro:front-client sam$ 

  at getExportedKind (node_modules/ctix/src/compilers/getExportedKind.ts:10:21)
  at node_modules/ctix/src/compilers/getExportStatement.ts:47:20
  at Array.map (<anonymous>)
  at getExportStatement (node_modules/ctix/src/compilers/getExportStatement.ts:44:6)
  at node_modules/ctix/src/modules/commands/creating.ts:117:29
  at async Promise.all (index 896)
  at creating (node_modules/ctix/src/modules/commands/creating.ts:112:5)
  at building (node_modules/ctix/src/modules/commands/building.ts:8:3)
  at buildCommandCode (node_modules/ctix/src/cli/commands/buildCommand.ts:12:3)
  at buildCommand (node_modules/ctix/src/cli/commands/buildCommand.ts:21:5)

    file [■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■] 100% | 1326/1326