File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export {default as isReactCreateClassCall} from './isReactCreateClassCall';
36
36
export { default as isReactModuleName } from './isReactModuleName' ;
37
37
export { default as isStatelessComponent } from './isStatelessComponent' ;
38
38
export { default as match } from './match' ;
39
- export { default as normalizeClassDefiniton } from './normalizeClassDefinition' ;
39
+ export { default as normalizeClassDefinition } from './normalizeClassDefinition' ;
40
+ export { default as normalizeClassDefiniton } from './normalizeClassDefinition' ; // backward compatibility
40
41
export { default as printValue } from './printValue' ;
41
42
export { default as resolveExportDeclaration } from './resolveExportDeclaration' ;
42
43
export { default as resolveToModule } from './resolveToModule' ;
You can’t perform that action at this time.
0 commit comments