Skip to content

Commit

Permalink
chore: Update readme & run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored and actions-user committed Apr 8, 2022
1 parent a1e9151 commit dc9f085
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ A sample of an entry containing multiple hooks would look like:
- '@babel/register'
.babel.tsx:
- '@babel/register'
.cjs:
- interpret/cjs-stub
.coffee:
- coffeescript/register
.coffee.md:
Expand All @@ -93,6 +95,8 @@ A sample of an entry containing multiple hooks would look like:
- sucrase/register/jsx
.litcoffee:
- coffeescript/register
.mdx:
- '@mdx-js/register'
.mjs:
- interpret/mjs-stub
.node:
Expand Down Expand Up @@ -148,6 +152,8 @@ The `jsVariants` is the same mapping as above, but only include the extensions w
- '@babel/register'
.babel.tsx:
- '@babel/register'
.cjs:
- interpret/cjs-stub
.coffee:
- coffeescript/register
.coffee.md:
Expand All @@ -169,6 +175,8 @@ The `jsVariants` is the same mapping as above, but only include the extensions w
- sucrase/register/jsx
.litcoffee:
- coffeescript/register
.mdx:
- '@mdx-js/register'
.mjs:
- interpret/mjs-stub
.sucrase.js:
Expand Down

0 comments on commit dc9f085

Please sign in to comment.