-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[code-infra] Unpin the version of docs-utils in scripts (#41232)
Signed-off-by: Michał Dudak <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
- Loading branch information
1 parent
bd143f4
commit 0aca7ac
Showing
4 changed files
with
16 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,12 @@ | ||
# @mui-internal/typescript-to-proptypes | ||
# @mui/internal-scripts | ||
|
||
An API for converting [TypeScript](https://www.npmjs.com/package/typescript) definitions to [PropTypes](https://www.npmjs.com/package/prop-types) using the TypeScript Compiler API. | ||
|
||
This package has been adapted for MUI needs. | ||
Code infra scripts for MUI repositories | ||
It is not meant for general use. | ||
|
||
## Support | ||
|
||
| Component type | | | ||
| :--------------- | :----------------- | | ||
| Class | :heavy_check_mark: | | ||
| Function | :heavy_check_mark: | | ||
| Const functions | :heavy_check_mark: | | ||
| React.memo | :heavy_check_mark: | | ||
| React.ForwardRef | :heavy_check_mark: | | ||
|
||
## License | ||
|
||
This project is licensed under the terms of the [MIT license](/LICENSE). | ||
|
||
## Release | ||
## Scripts | ||
|
||
1. Build the project: `pnpm build` | ||
2. Publish the build artifacts to npm: `pnpm release:publish` | ||
- `build` - transpiles TS files into the build directory. | ||
- `release:publish` - builds the project and publishes it in the npm registry. | ||
- `release:publish:dry-run` - builds the project and publishes it in a local registry accessible on port 4873 (this is the default port of Verdaccio private npm server). | ||
- `test` - runs all the tests. | ||
- `typescript` - checks validity of types. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.