Sencha 在 2017 年的路演上宣布应该可以使用 es6/2015 类语法。会议的幻灯片位于此处 -> https://de.slideshare.net/senchainc/modernizing-the-ext-js-class-system-and-tooling。但我无法让它发挥作用。
最新版本的开放工具和 ext.js 7 应该可以吗?
如果是,我如何 npm-install 或引用 import 语句 (fe import { Ext, define } from "@extjs/core") 中所需的正确 ext.js (es6) 模块?
有没有使用 es6 语法运行 ext.js 应用程序的示例?
提前谢谢!