prettier/tests/flow_import_type_specifier/test.js

10 lines
318 B
JavaScript

/**
* @flow
*/
import { Foo, type Baz } from "../module";
import type {} from 'foo';
import type {somethingSuperLongsomethingSuperLong} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'
import type {a, somethingSuperLongsomethingSuperLong} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'