We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62863f4 commit 454e62eCopy full SHA for 454e62e
lib/util/metadata.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const { getScriptTypeDef } = require('./scriptTypes');
+const { getScriptTypeDef } = require('./script-types');
4
5
const SCRIPT_TAG = '@NScriptType';
6
const SCRIPT_TAG_REGEX = /@NScriptType(?: (\S+))?/;
lib/util/scriptTypes.js lib/util/script-types.jslib/util/scriptTypes.js renamed to lib/util/script-types.js
0 commit comments