当前我们采用的是字符串识别法来自动化解析示例代码,并转换为 ES6 import/export 形式,存在一些问题,我们打算本月开始使用 AST 来解析示例代码,可以提升准确度、降低人工干预工作量。
Currently we are using string recognition method to automatically parse the example codes and convert them to ES6 import/export form which can cause problems.
We plan to use AST method to parse the example codes to improve accuracy and reduce manual intervention this month.
当前我们采用的是字符串识别法来自动化解析示例代码,并转换为 ES6 import/export 形式,存在一些问题,我们打算本月开始使用 AST 来解析示例代码,可以提升准确度、降低人工干预工作量。
Currently we are using string recognition method to automatically parse the example codes and convert them to ES6 import/export form which can cause problems.
We plan to use AST method to parse the example codes to improve accuracy and reduce manual intervention this month.