Commit Graph

6 Commits

Author SHA1 Message Date
wangyong1995626wywz 4284c863f5 Correct relevant interfaces on TS side
Description
    1. Fix some interface errors
    2. Correct some wrong parameters
    3. complete some missing interfaces
    4. Align with the ark side and throw exception description
    #I4WQ2O:Correct relevant interfaces on TS side

Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
2022-03-09 10:32:28 +08:00
wangyong 861b7ed755 Modify the way the container class is exported
Description

    The export method of container classes has been changed to improve efficiency.
    Previous export method: export default { ArrayList: fastArrayList };
    Now export method: export default fastArrayList;
    Related issue
    #I4TDAQ:Modify the way the container class is exported

Signed-off-by: wangyong <wangyong237@huawei.com>
2022-02-14 11:54:05 +08:00
shisan_forwork 57eedbe87e Add the entire TS container class
Adjust the code for the inconsistency between the linear nonlinear container and the interface description

Signed-off-by: shisan_forwork <chengjunxiong@huawei.com>
2022-02-09 03:30:16 +00:00
wangyong e108f827f6 modify TS container compilation rule change
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-30 10:26:54 +08:00
wangyong 2e1e6a03b6 modified TS associative container
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-16 11:52:51 +08:00
wangyong 6c476dcd7b Add TS associative container
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-15 18:04:34 +08:00