You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just curious if there are any updates on this ESM migration and compatibility with ember-template-lint 4.0. Is there anything we can do to help out?
Migration steps:
tsconfig.json
compilerOptions.module
should be set tonode12
ornodenext
(to enable top-levelasync
/await
)package.json
type
set tomodule
exports
propertyts
filesrequire
statements should be removed in favor ofimport()
orrequire
viacreateRequire
Reference documentation:
Reference issues:
The text was updated successfully, but these errors were encountered: