Nathan Shively-Sanders eba074f006 Port no import default of export equals (#657)
* Port no-import-default-of-export-equals

First draft and 2/3 of the original tests. The test of modules, the one
that matters, doesn't work with typescript-eslint's test infrastructure
though.

* Port no-import-default-of-export-equals

Also update TS to 5.0 and Jest to 29.

Associated minor changes to jest config (no more top-level ts-node) and
some tslint rules (switch to a combined decorator/modifier list, but
only on select nodes).

* yarn format

* Fix lint and update new jest baseline format

More like real JSON!

* also update dts-critic (??)
2023-03-27 10:00:11 -07:00
2022-11-10 06:39:15 -08:00
2020-04-30 10:39:53 -07:00
2020-03-05 11:26:50 -08:00
2023-03-24 17:48:32 +00:00
2020-04-13 12:19:06 -07:00

DefinitelyTyped-tools

A monorepo for formerly disparate DefinitelyTyped-related tools:

Disclaimer

These tools are not intended for public consumption, so we may break the API whenever convenient for us.

Development

This is a monorepo managed with yarn workspaces and lerna. After cloning, run yarn to install dependencies for each package and link them to each other.

Testing

All packages use jest, with a single configuration set up to be run from the monorepo root. yarn test is an alias for jest, so you can run tests with any of jests CLI options. For example, to run tests for a single package:

yarn test packages/utils

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Description
Infrastructure for DefinitelyTyped
Readme MIT 9.2 MiB
Languages
TypeScript 96.3%
JavaScript 3.7%