Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore __transpiled folder in watch mode #471

Merged

Conversation

magicmatatjahu
Copy link
Member

Description

This PR contains ignoring __transpiled folder inside template package in watch mode. It is ignored both in React and Nunjucks, because I don't see any objections why we should ignore it only in React - prefix __ indicates that this folder is special.

Related issue(s)
Resolves #465

@magicmatatjahu magicmatatjahu added the bug Something isn't working label Jan 4, 2021
@sonarcloud
Copy link

sonarcloud bot commented Jan 7, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@magicmatatjahu magicmatatjahu merged commit e216b8f into asyncapi:master Jan 7, 2021
@magicmatatjahu magicmatatjahu deleted the 465-fix-infinite-loop-react branch January 7, 2021 11:11
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generator watcher enters infinite loop with React template
3 participants