Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Latest commit

 

History

History
97 lines (75 loc) · 6.68 KB

STATUS.md

File metadata and controls

97 lines (75 loc) · 6.68 KB

Status

Agenda

Description
🔴 Not Supported
🔵 Partially Supported
Supported

MSON Features

A list of supported/unsupported features according to the MSON Specification.

2 Types

Feature
2.1 Base Types → 2.1.1 Primitive Types
2.1 Base Types → 2.1.2 Structure Types → Array
2.1 Base Types → 2.1.2 Structure Types → Object
2.1 Base Types → 2.1.2 Structure Types → Enum
🔴 2.2 Named Types
2.3 Member Types → 2.3.1 Property Member Types
2.3 Member Types → 2.3.2 Value Member Types

3 Type Declaration

Feature
🔴 3.1 Named Declaration
🔴 3.1 Named Declaration → 3.1.1 Generic Named Declaration
🔴 3.2 Property Member Declaration → 3.2.1 Property Name
🔴 3.2 Property Member Declaration → 3.2.2 Variable Property Name
3.3 Value Member Declaration
3.4 Value Definition
🔴 3.4 Value Definition → 3.4.3 Variable Value

3.5 Type Definition

Feature
3.5.1 Type Specification
3.5.1 Type Specification → 3.5.1.1 Variable Type Specification
🔴 3.5.2 Type Name
🔴 3.5.2 Type Name → 3.5.2.1 Variable Type Name
🔴 3.5.2 Type Name → 3.5.2.2 Wildcard Type Name
3.5.3 Type Attribute → Required
3.5.3 Type Attribute → Optional
🔴 3.5.3 Type Attribute → Fixed
🔴 3.5.3 Type Attribute → Fixed-Type
🔴 3.5.3 Type Attribute → Nullable
3.5.3 Type Attribute → Sample
3.5.3 Type Attribute → Default

3.6 Description

Feature
3.6 Description

4 Type Sections

Feature
🔵 4.1 Block Description
4.2 Member Type Group
4.3 Nested Member Types
4.4 Sample
4.5 Default

5 Type Inheritance

Feature
5.1 Mixin Type
5.2 One Of Type
🔴 5.3 Generic Named Type
🔴 5.4 Member Type Precedence

Other

Feature
Data Structures

Kit Features

A list of supported/unsupported features in relation purely to the Kit.

Feature Status
Server Build Supported
Browser Build Supported
🔴 Custom Themes In Progress
🔴 Events In Progress