mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Rebuild distributables
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -14594,7 +14594,7 @@ class ConfigParser {
|
|||||||
|
|
||||||
// Indirect default export
|
// Indirect default export
|
||||||
else if (defaultExport && defaultExport.declaration.type === 'Identifier') {
|
else if (defaultExport && defaultExport.declaration.type === 'Identifier') {
|
||||||
const identifierName = defaultExport && defaultExport.declaration.name
|
const identifierName = defaultExport.declaration.name
|
||||||
const identifierDefinition = ast.body.find(
|
const identifierDefinition = ast.body.find(
|
||||||
node =>
|
node =>
|
||||||
node.type === 'VariableDeclaration' &&
|
node.type === 'VariableDeclaration' &&
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user