-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autogenerate TypeScript declaration files #2359
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4672391
to
4b42308
Compare
2add202
to
23d888f
Compare
23d888f
to
38ea5ca
Compare
38ea5ca
to
6f8ef6e
Compare
87b42f4
to
e87fa79
Compare
e87fa79
to
da655ce
Compare
da655ce
to
f1a30de
Compare
f1a30de
to
946f7bb
Compare
Sorry to ask but can I get a re-review? I had to fix some bugs in the playground that weren't covered in the original tsconfig |
946f7bb
to
95862ea
Compare
That is a great move. I see the flow folders are still present. If an API changes, the d.ts will be automatically generated, does the flow files still need to be manually updated (disclaimer: I have never used flow). Nothing is written about that in https://github.com/facebook/lexical/blob/main/CONTRIBUTING.md |
.d.ts
files and set absolute path aliases to.ts
files.dist
folders.Tested the integration by running
npm run prepare-release
and then copying files over to a test TypeScript integration of Lexical which uses bothlexical
and@lexical/react
,