17 Commits

Author SHA1 Message Date
chenqy930 a2620dc1e5 Switch component ark_ts2abc to arkcompiler_ets_frontend
Signed-off-by: chenqy930 <chenqiuyao@huawei.com>
Change-Id: I6e8c689d51a8a67edddea3be3c83a46bf7be5b57
2022-07-12 10:18:20 +08:00
chuxuezhe111 2289db98d4 add the relative_path argument to adapter the root_build_dir
Signed-off-by: chuxuezhe111 <hanjixiao@huawei.com>
2022-06-29 01:22:00 -07:00
chenqi 659731861c Fix Container Warning
Description
  Fix build_ts_js.py Warning.
Related issue
  #I57B0I:Fix Container Warning.

Signed-off-by: chenqi <chenqi151@huawei.com>
2022-05-13 15:30:26 +08:00
mamingshuai b3760ba346 !115 ace_engine、napi 部件名仓名和目录名整改
Merge pull request !115 from 0420
2022-04-27 14:07:50 +00:00
zhangxiao72 ae5537ae18 ace_engine、napi 部件名仓名和目录名整改
Change-Id: I977eb3eae853b7269c11c32cad1fe42979fd7858
Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
2022-04-20 17:17:33 +08:00
wangyong1995626wywz 71f194f508 Modify some non-standard problems on TS side
Description
    1. Modify incorrect export in cpp file
    2. Delete invalid parameters
    3. Add TS constraint type to the variable
    4. Add braces to some if judgments
    5. Package the same part of the code
    #I52Q2E:Modify some non-standard problems on TS side

Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
2022-04-15 18:47:17 +08:00
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
shikai-123 5e0a81e602 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Replace compileruntime with utils
2022-02-15 16:01:03 +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
xliu 3af09b15bf Replace ohos.build with bundle.json
Signed-off-by: xliu <liuxin259@huawei.com>
Change-Id: Ic9350e4cb1b2b051b068989187ab24c66f82bcc0
2022-01-24 22:52:16 +08:00
openharmony_ci b8c4dee1bd !79 modified TS linear container class
Merge pull request !79 from wangyong/line
2022-01-16 06:01:57 +00:00
wangyong 2e1e6a03b6 modified TS associative container
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-16 11:52:51 +08:00
wangyong dd2b7787cd modified TS linear container class
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-16 11:36:49 +08:00
wangyong 6c476dcd7b Add TS associative container
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-15 18:04:34 +08:00
wangyong ad5896e766 Add TS linear container class
Signed-off-by: wangyong <wangyong237@huawei.com>
2022-01-14 10:27:25 +08:00