Skip to content

Commit 225eddc

Browse files
committed
docs: readme: group-imports-by-source: hashed
1 parent 5e706ec commit 225eddc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/plugin-esm/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Group order:
6969

7070
- ✅ builtins;
7171
- ✅ external;
72+
- ✅ hashed;
7273
- ✅ internal;
7374

7475
Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/3cc782acf95211f9d456d63a99032ee1/0674223d050bba572f5271ffdccf8616cb441af5).
@@ -82,6 +83,7 @@ import react from 'react';
8283
import d from '../hello.js';
8384
import ss from '../../bb/ss.js';
8485
import b from './ss.js';
86+
import parse from '#parser';
8587

8688
const c = 5;
8789
```
@@ -92,6 +94,7 @@ const c = 5;
9294
import fs from 'node:fs';
9395
import react from 'react';
9496
import {lodash} from 'lodash';
97+
import parse from '#parser';
9598
import b from './ss.js';
9699
import d from '../hello.js';
97100
import ss from '../../bb/ss.js';

0 commit comments

Comments
 (0)