-
Notifications
You must be signed in to change notification settings - Fork 45
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
feature: adds a 'class' attribute #135
Conversation
👉 View analysis in DeepCode’s Dashboard | Configure the bot |
8cfa27d
to
3fc1a8e
Compare
…n => smcat with class attributes)
- json schema - peg - also adds the class attribute to the typescript type definitions - and unifies the dev graph command to what I'm using on other projects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5110 lines exceeds the maximum allowed for the inline comments feature.
0974887
to
ef66d41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5204 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5220 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 5228 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 6d1200d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (100% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
Description
state
, and its type (e.g.regular
,initial
,choice
, ...) e.g.class="state regular"
or when a classklasse gast
is explicitly setclass="state regular klasse gast"
transition
and when it's explicitly set itstype
e.g.class="transition external"
TODO:
Published:
[email protected]
and[email protected]
)Motivation and Context
fixes #134
How Has This Been Tested?
Types of changes
Checklist
📖
⚖️