Skip to content

Commit

Permalink
feat(regexoptions): use regexOptions inside resolveObject too
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Aug 23, 2023
1 parent efde016 commit 8ef19fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exportPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function exportPlatform(platform) {

// referenced values, that have not (yet) been transformed should be excluded from resolving
const ignorePathsToResolve = deferredPropValueTransforms.map(p => getName([p, 'value']))
exportableResult = resolveObject(transformed, { ignorePaths: ignorePathsToResolve })
exportableResult = resolveObject(transformed, { ignorePaths: ignorePathsToResolve, regexOptions: platformConfig.references })

const newDeferredPropCount = deferredPropValueTransforms.length

Expand Down

0 comments on commit 8ef19fc

Please sign in to comment.