UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

13 lines (10 loc) 213 B
// Comment above /* foo bar */ "use strict" ; // Comment below "another directive"; import './SetupEnvironment'; import type { Period } from './Period' "this is not a directive prologue"; function foo() { }