Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要编写 Java 脚本函数并使用 Jint 从 WPF 应用程序调用它们。
我们想转向 Typescript,因为它是 JavaScript 的超集,主要提供可选的静态类型、类和接口。
是否可以在 Jint 中使用 TypeScript 而不是 javascript?如果是这样,会不会有任何挑战?
提前致谢。
只要您可以将 TypeScript 程序转换为 ES5,它就可以工作。但是 Jint 或任何其他 Javascript 解释器本身并不理解 TS。