whyour / qinglong

支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台(Timed task management platform supporting Python3, JavaScript, Shell, Typescript)
http://demo.ninesix.cc:4433
Apache License 2.0
15.19k stars 2.86k forks source link

js运行时支持ESM #2424

Closed QQQQQQQQiu closed 1 week ago

QQQQQQQQiu commented 2 weeks ago

Clear and concise description of the problem

image

大佬你好,请问如何让系统支持js文件ESM导出呢?

Suggested solution

// test.js

export const Env = 'xxx'

Alternative

No response

Additional context

No response

Validations

whyour commented 1 week ago

文件后缀改成 mjs