Skip to content

Commit

Permalink
fix: support decorators when transforming source (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor authored and eventualbuddha committed Dec 27, 2017
1 parent 2bc6770 commit 4705a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TransformRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default class TransformRunner {
"functionBind",
"functionSent",
"objectRestSpread",
"dynamicImport"
"dynamicImport",
"decorators"
]
});
}
Expand Down

0 comments on commit 4705a0a

Please sign in to comment.