forked from facebook/lexical
-
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.
Convert Lexical Playground from CRA to Vite (facebook#1463)
Convert Lexical Playground from CRA to Vite (facebook#1463)
- Loading branch information
Showing
130 changed files
with
22,862 additions
and
34,593 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
--- | ||
name: "🚀 Feature Request" | ||
name: '🚀 Feature Request' | ||
about: Submit a proposal/request for a new Lexical feature. | ||
title: 'Feature: ' | ||
labels: 'enhancement' | ||
|
||
--- | ||
|
||
<!-- | ||
Please provide a clear and concise description of the feature proposal and outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too. | ||
--> | ||
|
||
|
||
<!-- | ||
A description of the alternative solutions or features you've considered, if any. | ||
--> | ||
|
||
|
||
<!-- | ||
Add any other context or screenshots about the feature request. | ||
--> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# NOTE: In general this should be kept in sync with .eslintignore | ||
|
||
packages/**/dist/*.js | ||
packages/**/build/*.js | ||
packages/**/config/*.js | ||
packages/playwright | ||
packages/playwright-core | ||
packages/babel-plugin-transform-stylex | ||
packages/eslint-plugin-stylex | ||
packages/stylex | ||
packages/**/vite.config.js | ||
**/node_modules | ||
flow-typed |
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.