You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to execute tiny-glob synchronously?
My specific use case is in a rollup.config.js file, I need to execute tiny-glob to retrieve a list of file paths, and then use those paths to export a config object. E.g.:
Is it possible to execute tiny-glob synchronously?
My specific use case is in a rollup.config.js file, I need to execute tiny-glob to retrieve a list of file paths, and then use those paths to export a config object. E.g.:
But rollup does not play nice with the
await
keyword being usedIs there a way to run tiny-glob synchronously? and if not, would this feature be considered for inclusion?
The text was updated successfully, but these errors were encountered: