Skip to content

Commit

Permalink
fix(docs): fix link fragment (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Gromin <evgeniy.gromin@gmail.com>
  • Loading branch information
JonikUl committed Jun 29, 2024
1 parent 9d75634 commit af3e599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/1.concepts/7.esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ import myModule from 'my-module'
console.log(interopDefault(myModule)) // { foo: 'bar', baz: 'qux' }
```
## Руководство для авторов библиотек
## Руководство для авторов библиотек {#library-author-guide}
Хорошей новостью является то, что исправить проблемы совместимости ESM относительно просто. Есть два основных варианта:
Expand Down

0 comments on commit af3e599

Please sign in to comment.