forked from facebook/yoga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
babel-node
instead of ts-node
when running benchmark script
Summary: `ts-node` does transformation using tsc. Do transformation with Babel instead so that the generation is consistent with Jest and the packed output. We still need `ts-node` around since various systems rely on it being present to enable `.ts` config files. This also enables transformation of any JS files. Reviewed By: yungsters Differential Revision: D45722106 fbshipit-source-id: 51b7a4f6a1532bea1133d59e626297d3b40f1762
- Loading branch information
1 parent
82096a1
commit e409bfb
Showing
3 changed files
with
591 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.