prettier/tests/flow_import_type_specifier/test.js

12 lines
429 B
JavaScript
Raw Normal View History

2017-02-15 23:56:34 +03:00
/**
* @flow
*/
import { Foo, type Baz } from "../module";
import type {} from 'foo';
import type {somethingSuperLongsomethingSuperLong} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'
import type {a, somethingSuperLongsomethingSuperLong} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'
import transformRouterContext, { type TransformedContextRouter } from '../../helpers/transformRouterContext';