This website requires JavaScript.
Explore
Help
Sign In
DaddyFrosty
/
yoga
Watch
1
Star
0
Fork
0
You've already forked yoga
Code
Issues
96
Pull Requests
31
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
83a58bb9d6c14f8ea75c45b621a8700f895e24c1
yoga
/
javascript
/
.prettierignore
5 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add more ignore patterns (#1311) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1311 Adds some more output files to be ignored by prettier, eslint, tsconfig Reviewed By: rozele Differential Revision: D46884397 fbshipit-source-id: 69329f924cb3e949152a07d93514dc8cf8b3253a
2023-06-21 17:18:26 -07:00
binaries/
build/
In-place JS environment Summary: This change restructures the package to try to remove the JS build step from the inner loop. Instead, we have a single `src` directory that we babel transform when using, then apply the same transform inline during prepublish. At the end, we will be publishing a source directory with Babel transformed TS, JS, and TS declarations. We do a little spring cleaning when doing this. Fixing up some of the folder/file conventions, and removing the non-export-map fallbacks. We cannot remove the need for a native build. Reviewed By: yungsters Differential Revision: D45682153 fbshipit-source-id: ea2dd75c2dd6e3529b1ef6cf6ac6a64a270049a4
2023-05-09 15:35:42 -07:00
src/generated/
Add more ignore patterns (#1311) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1311 Adds some more output files to be ignored by prettier, eslint, tsconfig Reviewed By: rozele Differential Revision: D46884397 fbshipit-source-id: 69329f924cb3e949152a07d93514dc8cf8b3253a
2023-06-21 17:18:26 -07:00
tests/generated/
Reference in New Issue
Copy Permalink