mirror of
https://github.com/openharmony/js_api_module.git
synced 2026-07-24 05:07:42 -04:00
861b7ed755
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>