7nohe / laravel-typegen

The library lets you generate TypeScript types from your Laravel code
79 stars 5 forks source link

fix(glob): change import method from default to named #24

Closed WataruNishimura closed 7 months ago

WataruNishimura commented 7 months ago

Thank you for creating very useful library for laravel development with typescript.

About

This pull request resolves #23 issue that another person submitted. I had the same situation above issue.

I found that cause and resolution, so I submitted this pull request.

Summary / Cause

fix glob sync error cause of glob update that changes export method from default to named.

Detail: https://github.com/isaacs/node-glob/blob/main/changelog.md#1000

issue

23