Missing FlowType definition opts.deprecatedAlias (#3628)
Added missing FlowType definition `opts.deprecatedAlias` for `defineType()` in `babel-types/src/definitions/index.js`
This commit is contained in:
parent
897f553dc7
commit
d0c82f0d8a
@ -124,6 +124,7 @@ export default function defineType(
|
||||
aliases?: Array<string>;
|
||||
builder?: Array<string>;
|
||||
inherits?: string;
|
||||
deprecatedAlias?: string;
|
||||
} = {},
|
||||
) {
|
||||
let inherits = (opts.inherits && store[opts.inherits]) || {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user