Skip to content

Commit 7b3cc0b

Browse files
committed
Fix eslint error
1 parent 190973f commit 7b3cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-corelibs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const __dirname = path.dirname(__filename);
1414
const corelibsScriptletsPath = path.join(__dirname, '../', DIST_DIR_NAME, CORELIBS_SCRIPTLETS_FILE_NAME);
1515

1616
const buildCorelibsJson = async () => {
17+
// eslint-disable-next-line import/no-unresolved
1718
const { getScriptletFunction } = await import('../tmp/scriptlets-func');
18-
1919
const scriptlets = await Promise.all(Object
2020
.values(scriptletNamesList)
2121
.map(async (names) => {

0 commit comments

Comments
 (0)