mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Many other parsers call it with this name. Also Type can be confusing in this context since the DeclarationType is not the type (number, string, etc.) of the variables that are being declared by the VariableDeclaration.
This commit is contained in:
parent
44f8161166
commit
38dfd04633
6 changed files with 37 additions and 37 deletions
|
@ -52,7 +52,7 @@ class ScopeNode;
|
|||
class Shape;
|
||||
class Statement;
|
||||
class Value;
|
||||
enum class DeclarationType;
|
||||
enum class DeclarationKind;
|
||||
|
||||
struct Argument;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue