We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e706ec commit 225eddcCopy full SHA for 225eddc
packages/plugin-esm/README.md
@@ -69,6 +69,7 @@ Group order:
69
70
- ✅ builtins;
71
- ✅ external;
72
+- ✅ hashed;
73
- ✅ internal;
74
75
Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/3cc782acf95211f9d456d63a99032ee1/0674223d050bba572f5271ffdccf8616cb441af5).
@@ -82,6 +83,7 @@ import react from 'react';
82
83
import d from '../hello.js';
84
import ss from '../../bb/ss.js';
85
import b from './ss.js';
86
+import parse from '#parser';
87
88
const c = 5;
89
```
@@ -92,6 +94,7 @@ const c = 5;
92
94
import fs from 'node:fs';
93
95
import react from 'react';
96
import {lodash} from 'lodash';
97
98
99
100
0 commit comments