Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update docs/docs/babel-plugin-macros.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thayanne Luiza <[email protected]>
  • Loading branch information
pklepa and thayannevls authored Aug 16, 2020
1 parent 5d1fd98 commit 248057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/babel-plugin-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Você pode então utilizar a variável importada da forma em que sua documentaç

```javascript
import preval from "preval.macro"
const x = preval`module.exports = 1` // linha em destaque
const x = preval`module.exports = 1` // highlight-line
```

Quando compilado, esse código será transformado em:
Expand Down

0 comments on commit 248057d

Please sign in to comment.