Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed Dec 19, 2024
1 parent 190973f commit 7b3cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-corelibs.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const __dirname = path.dirname(__filename);
const corelibsScriptletsPath = path.join(__dirname, '../', DIST_DIR_NAME, CORELIBS_SCRIPTLETS_FILE_NAME);

const buildCorelibsJson = async () => {
// eslint-disable-next-line import/no-unresolved
const { getScriptletFunction } = await import('../tmp/scriptlets-func');

const scriptlets = await Promise.all(Object
.values(scriptletNamesList)
.map(async (names) => {
Expand Down

0 comments on commit 7b3cc0b

Please sign in to comment.