Add type annotations to utility file.
This commit is contained in:
parent
4f53496546
commit
b2f1d01965
@ -208,8 +208,8 @@ to enable [parsing|transformation].
|
||||
*/
|
||||
export default function generateMissingPluginMessage(
|
||||
missingPluginName: string,
|
||||
loc,
|
||||
codeFrame,
|
||||
loc: { line: number, column: number },
|
||||
codeFrame: string,
|
||||
): string {
|
||||
let helpMessage =
|
||||
`Support for the experimental syntax '${missingPluginName}' isn't currently enabled ` +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user