fix: types tweaks #1236
Reference in New Issue
Block a user
No description provided.
Delete Branch "types-tweaks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
prettier
@@ -9,3 +9,3 @@
import type {Yoga} from './wrapAsm';
import type { Yoga } from "./wrapAsm";
I forgot that I had told ESLint to ignore
.d.ts
files.c09405d58c/javascript/.eslintrc.js (L12)
I did that at the time because I didn't want to spend the time then to set up
typescript-eslint
a TS dep, and tests against the types. But it would be great to fix that up eventually.@NickGerleman has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@NickGerleman merged this pull request in facebook/yoga@b17f08ed49.
Pull request closed