зеркало из https://github.com/mozilla/pluotsorbet.git
parse and ignore deprecated attribute
This commit is contained in:
Родитель
df5a0d2dc1
Коммит
20529980c6
|
@ -84,6 +84,10 @@ var getClassImage = function(classBytes) {
|
|||
attribute.type = ATTRIBUTE_TYPES.Synthetic;
|
||||
return attribute;
|
||||
|
||||
case ATTRIBUTE_TYPES.Deprecated:
|
||||
attribute.type = ATTRIBUTE_TYPES.Deprecated;
|
||||
return attribute;
|
||||
|
||||
default:
|
||||
throw new Error("This attribute type is not supported yet. [" + JSON.stringify(item) + "]");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче