Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically assign block ids to pattern blocks for use in partial synching of pattern instances #56495

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test resolver
  • Loading branch information
kevin940726 committed Nov 29, 2023
commit e70b253c0be5ddb179442bb7c3cde0f7ce97bcc5
3 changes: 2 additions & 1 deletion test/unit/scripts/resolver.js
Original file line number Diff line number Diff line change
@@ -24,7 +24,8 @@ module.exports = ( path, options ) => {
pkg.name === 'uuid' ||
pkg.name === 'react-colorful' ||
pkg.name === '@eslint/eslintrc' ||
pkg.name === 'expect'
pkg.name === 'expect' ||
pkg.name === 'nanoid'
) {
delete pkg.exports;
delete pkg.module;