# ets **Repository Path**: nsizov/ets ## Basic Information - **Project Name**: ets - **Description**: epic Type Script plugin for OpenHarmony ark compiler - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-10-03 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eTS repository ## Description This repository is a complement project for [akrcompiler_ets_frontend](https://gitee.com/openharmony-sig/arkcompiler_ets_frontend), holding several things: * eTS plugin for OpenHarmony ARK compiler * Compliance test suite (`CTS` for short) for eTS language and compiler * eTS standard library implementation Current state is pre-alpha. ## Contribution The code is being developed in the repository without forks. If you believe you should have commit access to the repository, contact @nsizov or @dmitrys99 for granting. Or, you may cfreate fork and PR as usual. If you have commit rights the process is below: 1. Create feature branch. Branch name should be descriptive though short. 2. Commit you code to the branch. 3. Creaate PR from your branch to `master`. Please do not commit to master even if you occasionally have ability to do so.