Deprecate editor.isEmpty (#793)

This commit is contained in:
Gerard Rovira
2021-11-03 18:33:27 +00:00
committed by acywatson
parent 85d2651102
commit cfeecc9fc3
12 changed files with 160 additions and 18 deletions

View File

@ -172,6 +172,12 @@ async function build(name, inputFile, outputFile) {
'packages/outline/src/helpers/OutlineOffsetHelpers',
),
},
{
find: isWWW ? 'Outline/validation' : 'outline/validation',
replacement: path.resolve(
'packages/outline/src/helpers/OutlineValidationHelpers',
),
},
],
}),
// Extract error codes from invariant() messages into a file.