unplugin / unplugin-turbo-console

🚀 Improve the Developer Experience of console
https://utc.yuy1n.io
MIT License
526 stars 12 forks source link

[unplugin-turbo-console] Cannot read properties of undefined (reading 'split') #25

Closed morpheux closed 8 months ago

morpheux commented 8 months ago

Describe the bug

During build receiving this error on 1.5.0

error during build:
TypeError: [unplugin-turbo-console] Cannot read properties of undefined (reading 'split')

    at Object.enter (file:///workspace/cloned-git-repository/node_modules/unplugin-turbo-console/dist/chunk-IXBC5KY4.js:220:62)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:431:20)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:467:18)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:461:27)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:467:18)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:461:27)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:467:18)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:461:27)
    at SyncWalker.visit (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:461:27)
    at walk (file:///workspace/cloned-git-repository/node_modules/ast-kit/dist/index.js:605:19)
    at viteTransform (file:///workspace/cloned-git-repository/node_modules/unplugin-turbo-console/dist/chunk-IXBC5KY4.js:203:3)
    at transformer (file:///workspace/cloned-git-repository/node_modules/unplugin-turbo-console/dist/chunk-IXBC5KY4.js:328:12)
    at Object.transform (file:///workspace/cloned-git-repository/node_modules/unplugin-turbo-console/dist/chunk-IXBC5KY4.js:381:28)
    at plugin.transform (file:///workspace/cloned-git-repository/node_modules/unplugin/dist/index.mjs:1426:25)
    at file:///workspace/cloned-git-repository/node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:19563:40

Reproduction

Just build the code and error appears

System Info

System:
    OS: macOS 14.4
    CPU: (10) arm64 Apple M1 Max
    Memory: 11.79 GB / 32.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 21.4.0 - /opt/homebrew/bin/node
    npm: 10.2.4 - /opt/homebrew/bin/npm
  Browsers:
    Safari: 17.4

Used Package Manager

npm

Validations

yuyinws commented 8 months ago

Thanks for your report. Had been fixed on v1.5.1