Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

typescript-eslint

The tooling that enables ESLint and Prettier to support TypeScript
Collective - Host: opensource - https://opencollective.com/typescript-eslint - Website: https://typescript-eslint.io - Code: https://github.com/typescript-eslint/typescript-eslint

Breaking: Use typescript-estree for parsing (#515)

github.com/typescript-eslint/typescript-eslint - 14f04943bbd61dd9c14bce0f38a9f49070e77312 authored almost 6 years ago by James Henry <[email protected]>
Build: package.json and changelog update for 0.2.0

github.com/typescript-eslint/typescript-eslint - 7d2ab74147f9823d658156fa5f49e2ea0c42ce99 authored almost 6 years ago by ESLint Jenkins <[email protected]>
21.0.2

github.com/typescript-eslint/typescript-eslint - 45f085692e1b2fc692a3317cf51f051b7252bf9b authored almost 6 years ago by ESLint Jenkins <eslint[bot]@users.noreply.github.com>
Breaking: Check for isTypeKeyword in type params (fixes #373) (#374)

github.com/typescript-eslint/typescript-eslint - 009c09aca667b71e666a605bb6fceb4cd8f5deb8 authored almost 6 years ago by James Henry <[email protected]>
Build: changelog update for 2.1.0

github.com/typescript-eslint/typescript-eslint - 7821a74ed4123b86f00e5e5c47261b79230e9cb7 authored almost 6 years ago by ESLint Jenkins <[email protected]>
Fix: Handle assignment within property destructuring (fixes #332) (#336)

github.com/typescript-eslint/typescript-eslint - ccaccf7f33d0d6c9ca782082064434e0885a384c authored almost 6 years ago by James Henry <[email protected]>
Fix: visiting superTypeParameters in classes (#561)

* Fix: visiting superTypeParameters in classes

* Add missing decorators in TSAbstractClassDecla...

github.com/typescript-eslint/typescript-eslint - 47d0e7798c1f14fe54e1ea0890d0272fdae80b41 authored almost 6 years ago by Armano <[email protected]>
Build: changelog update for 5.0.0

github.com/typescript-eslint/typescript-eslint - 3410bd5f8bea962607eebf83abb851003256d853 authored almost 6 years ago by ESLint Jenkins <[email protected]>
New: Add property decorators to AST (fixes #71) (#72)

github.com/typescript-eslint/typescript-eslint - 1e53aacb08674b2a2f14edfc55745c120b00980a authored almost 6 years ago by James Henry <[email protected]>
Fix: Class implements conversion (fixes #39) (#43)

github.com/typescript-eslint/typescript-eslint - 6a9461a5373fa98f1db3a86f6305bc7805efb9a6 authored almost 6 years ago by Nicholas C. Zakas <[email protected]>
Chore: Add node 8 to .travis.yml (#312)

github.com/typescript-eslint/typescript-eslint - e57e46e28061c89d35b46a69727725006f94afb6 authored almost 6 years ago by James Henry <[email protected]>
Build: changelog update for 5.0.1

github.com/typescript-eslint/typescript-eslint - e00be445a6e4eef46e97864e64ea1423f5d8a001 authored almost 6 years ago by ESLint Jenkins <[email protected]>
Fix: Only warn about an unsupported TypeScript version once (#347)

github.com/typescript-eslint/typescript-eslint - c58d082af6ee84b51b62c1c06c58027576d45386 authored almost 6 years ago by Jed Fox <[email protected]>
Fix: manually update package.json after build failure

github.com/typescript-eslint/typescript-eslint - cca81c6be42994404bf7fc097af96f4f9b3bc876 authored almost 6 years ago by Nicholas C. Zakas <[email protected]>
Build: changelog update for 16.0.1

github.com/typescript-eslint/typescript-eslint - 631ebc7044f785ed86237eb3999d684c43f678a3 authored almost 6 years ago by ESLint Jenkins <[email protected]>
Build: package.json and changelog update for 0.3.1

github.com/typescript-eslint/typescript-eslint - 29b95742b066454605f4639c56f1e9627dbea6dc authored almost 6 years ago by ESLint Jenkins <[email protected]>
Breaking: Only add .implements/.accessibility/.decorators if truthy (#354)

github.com/typescript-eslint/typescript-eslint - 613f04d25d7a7114d3a0a6f0acb0d398a1ab97a1 authored almost 6 years ago by James Henry <[email protected]>
New: Attaches comments to the ESTree AST (fixes #31) (#49)

github.com/typescript-eslint/typescript-eslint - 1361555e727fa9fab1ec862398e5a9dd54090595 authored almost 6 years ago by James Henry <[email protected]>
Fix: Rename decorator example to avoid issue in TS 2.x (refs #105) (#106)

github.com/typescript-eslint/typescript-eslint - 12d048befcaf572356ef304ef86d9cac9436f0cc authored almost 6 years ago by James Henry <[email protected]>
Fix: Prefix function declarations in TS namespaces (fixes #78) (#82)

* Fix: Prefix function declarations in TS namespaces (fixes #78)

* Improve the new type namespaces

github.com/typescript-eslint/typescript-eslint - 3ee406610a738d31bcec88bbc1753d4969c43e93 authored almost 6 years ago by James Henry <[email protected]>
Chore: No package-lock like other ESLint repos (#409)

github.com/typescript-eslint/typescript-eslint - 679b7d728c20366f65272b75345478879a62c1c9 authored almost 6 years ago by James Henry <[email protected]>
Fix: export type alias ExportNamedDeclaration node generation (fixes #134) (#135)

github.com/typescript-eslint/typescript-eslint - c5004666b1d7f97623fcb59a6dfa85934ee37014 authored almost 6 years ago by patricio trevino <[email protected]>
Fix: Nested type arguments are not preserved (fixes #204) (#205)

github.com/typescript-eslint/typescript-eslint - 99753d28b56d73e927dafe115ab77f16b78b47bc authored almost 6 years ago by Rasmus Eneman <[email protected]>
Fix: Set node type to ExperimentalRestProperty (fixes #276) (#279)

github.com/typescript-eslint/typescript-eslint - 2d3605bcdc0ad7c31f0e115fc77ce5ef4d7b6868 authored almost 6 years ago by Reyad Attiyat <[email protected]>
Fix: Removed unused reference to acorn-jsx/inject (fixes #2)

github.com/typescript-eslint/typescript-eslint - c2efea64c283dd10cbe55e68a462135063f5346b authored almost 6 years ago by James Henry <[email protected]>
Fix: UpdateExpression detection and operator format (fixes #58) (#59)

* Fix: UpdateExpression detection and operator format (fixes #58)

* Added basics in fixtures wi...

github.com/typescript-eslint/typescript-eslint - f6f833fda290f41430df3e2120f8a8aa0060dd09 authored almost 6 years ago by James Henry <[email protected]>
Chore: Cleanup Makefile (#221)

github.com/typescript-eslint/typescript-eslint - 6f75fc4d20db355458f9fd3fc42db525d5ab0dc8 authored almost 6 years ago by Reyad Attiyat <[email protected]>
New: Implements JSX syntax (fixes #18)

github.com/typescript-eslint/typescript-eslint - 5b561480b3da13e607b45c7ade48975a6c06f87e authored almost 6 years ago by James Henry <[email protected]>
Fix: Ensure JSX tag names are JSXIdentifiers (fixes #315) (#318)

github.com/typescript-eslint/typescript-eslint - b0a3ac74dca1b8342302e778e9fa049161a8364a authored almost 6 years ago by Reyad Attiyat <[email protected]>
Fix: Type parameter start location calculation (fixes #260) (#259)

github.com/typescript-eslint/typescript-eslint - f3ee6782224570976367f4478b5ef5e99a98c23f authored almost 6 years ago by Igor Oleinikov <[email protected]>
Fix: Optional methods are not marked as optional (fixes #206) (#207)

github.com/typescript-eslint/typescript-eslint - b432e3da9f0b1eb089e2a796854c2b967aaae6ea authored almost 6 years ago by Rasmus Eneman <[email protected]>
Fix: Add loc and range data to generated VariableDeclarator node (#100)

github.com/typescript-eslint/typescript-eslint - aa864173bbb4fc4dc6c7ad37e6f58732e8474308 authored almost 6 years ago by James Henry <[email protected]>
Chore: Minor cleanup, fix jQuery foundation copyright (#383)

github.com/typescript-eslint/typescript-eslint - 9b241dac6e44d06a2e9287ba98e1c8570653aefc authored almost 6 years ago by James Henry <[email protected]>
Fix: Label abstract class properties (fixes #234) (#238)

github.com/typescript-eslint/typescript-eslint - 63b377355b94dea653280b320174386bc3a09c33 authored almost 6 years ago by Reyad Attiyat <[email protected]>
chore: chores after typescript-eslint-parser migration

github.com/typescript-eslint/typescript-eslint - f8b4a3c1fb588b83b4636c00f0363ace0ca70a5e authored almost 6 years ago by James Henry <[email protected]>
Fix: Calculate end position of TypeInstantiation (fixes #406) (#405)

github.com/typescript-eslint/typescript-eslint - 9e6da1f3eaad084709f539145c4a0bd051884145 authored almost 6 years ago by Lucas Duailibe <[email protected]>
Fix: Use YAML file for ESLint config

github.com/typescript-eslint/typescript-eslint - c11f252789fa4f9251a2968e65d8c4bc7849d913 authored almost 6 years ago by Nicholas C. Zakas <[email protected]>
Fix: Add more tests for destructuring and spread (fixes #306) (#308)

github.com/typescript-eslint/typescript-eslint - fcf5b6b6e4efc0a5f735c9ae8bfaea7f3cc3acb5 authored almost 6 years ago by Reyad Attiyat <[email protected]>
fix: mark only leading string expressions as directives (#4)

github.com/typescript-eslint/typescript-eslint - 4a385d76eb421c42588c651175550e49f504dc27 authored almost 6 years ago by Armano <[email protected]>
feat: document API and standardize config options (#22)

BREAKING CHANGE: ecmaFeatures has been removed

github.com/typescript-eslint/typescript-eslint - 67fc3a199c34ef5134c3d8283ad4d7ce3b8e1cd0 authored almost 6 years ago by Kai Cataldo <[email protected]>
feat: fix issues in AST (#42)

changes: DeclareFunction to TSDeclareFunction
changes: VariableDeclarator[kind='type'] to TSType...

github.com/typescript-eslint/typescript-eslint - 17fb6b6b5ef546bc27f40b8d01b619b62a534f17 authored almost 6 years ago by Armano <[email protected]>
fix: parenthesized expressions are not eligible for directive (#103)

github.com/typescript-eslint/typescript-eslint - 463ae428fa186cf4a7810110c4cca75cc3d45aa3 authored almost 6 years ago by James Henry <[email protected]>
test: replace babylon(beta) with babel/parser (#40)

github.com/typescript-eslint/typescript-eslint - 582cd90ffaa72271834a7835fc44f88a8af41132 authored almost 6 years ago by Armano <[email protected]>
feat: typed parser return value (#33)

github.com/typescript-eslint/typescript-eslint - bc430e5f5c2d87f90db8473f8332edec878ad0a0 authored almost 6 years ago by Pig Fang <[email protected]>
refactor: unify converting of class and interface heritage (#107)

github.com/typescript-eslint/typescript-eslint - 055b0490239d28565d03a0c675352d314312c6f3 authored almost 6 years ago by Armano <[email protected]>
style: format code and markdown using prettier (#13)

github.com/typescript-eslint/typescript-eslint - 95510d4855da3d0bad34d44c7649dd0ed0b0d3ca authored almost 6 years ago by James Henry <[email protected]>
feat: ts 3.2 support (#35) (#37)

BREAKING CHANGE: Supported TypeScript version is now 3.2

github.com/typescript-eslint/typescript-eslint - edfbbc1f20f1e132d3253f95257ba61ebc34d305 authored almost 6 years ago by James Henry <[email protected]>
feat(*): Initial commit

github.com/typescript-eslint/typescript-eslint - c5cbeb6e4811a34ce360aaee977f176f91b2ef1c authored almost 6 years ago by James Henry <[email protected]>
chore: test Node v11 in CI (#29)

github.com/typescript-eslint/typescript-eslint - 6578ef596eba433ae64e0d185c283defafba59b0 authored almost 6 years ago by Kai Cataldo <[email protected]>
refactor: mark AsteriskAsteriskEquals as assignment operator (#46)

github.com/typescript-eslint/typescript-eslint - 1f3699583a23045f81f0837011632fa73e1c0db2 authored almost 6 years ago by Armano <[email protected]>
feat: rest element should contain information about type annotation (#108)

BREAKING CHANGE: This changes the AST for RestElement node

github.com/typescript-eslint/typescript-eslint - 9b83ecf1a52f4d6f0ac1d599bd2e63fa5c66a73c authored almost 6 years ago by Armano <[email protected]>
chore: add codecov (#114)

github.com/typescript-eslint/typescript-eslint - 8ecede43171a2e3a051c6dc33020436504861e09 authored almost 6 years ago by James Henry <[email protected]>
feat: align call and construct signature declarations (#74)

BREAKING CHANGE: This changes the AST

github.com/typescript-eslint/typescript-eslint - 5c10f469f5abe7781e00bdb5b842da550920d5bf authored almost 6 years ago by Armano <[email protected]>
refactor: add explicit implementation of TSLiteralType (#117)

github.com/typescript-eslint/typescript-eslint - da5a584d960b14d2cdae2580fde1b3b0a1e9fe98 authored almost 6 years ago by Armano <[email protected]>
feat: add optional global flag to TSModuleDeclaration for global augmentations (#38)

github.com/typescript-eslint/typescript-eslint - dc4105ba9185f054263c2c74e9adc209e4fe4c31 authored almost 6 years ago by Armano <[email protected]>
test: improve workflow for development (#116)

github.com/typescript-eslint/typescript-eslint - 47cc439295570bcb1267659358ee547e64c12e89 authored almost 6 years ago by Armano <[email protected]>
chore: fix .prettierignore

github.com/typescript-eslint/typescript-eslint - dea61658600c4aed553d8b50db77444221bc80bd authored almost 6 years ago by James Henry <[email protected]>
fix: parse ArrayExpressions correctly (#20)

BREAKING CHANGE: This changes the AST

github.com/typescript-eslint/typescript-eslint - 848801623ab23480adc3f9bfa8837b875e72cee0 authored almost 6 years ago by Bence Dányi <[email protected]>
feat: update TSMethodSignature node (#104)

BREAKING CHANGE: This changes the AST for TSMethodSignature node

github.com/typescript-eslint/typescript-eslint - e0894a0ec92ab42b879d6247b8f28ce226d24ff2 authored almost 6 years ago by Armano <[email protected]>
test: refactor omitDeep function to support name changes (#70)

github.com/typescript-eslint/typescript-eslint - 8ed4e5c9b080005fd69af1e3e51f448eec212817 authored almost 6 years ago by Armano <[email protected]>
feat: Support `unknown` keyword (#3)

github.com/typescript-eslint/typescript-eslint - 58ce53d0ab8887f0d752fde401c226e79f7b6e68 authored almost 6 years ago by Pig Fang <[email protected]>
test: add missing test cases for patterns (#119)

github.com/typescript-eslint/typescript-eslint - e43da72826b8c654241d5f13daa91945137c67e7 authored almost 6 years ago by Armano <[email protected]>
feat(diagnostics): report on TS 1096 (#110)

github.com/typescript-eslint/typescript-eslint - b700f9b5d89e78fdbbc12fed01d16075d73ed361 authored almost 6 years ago by Armano <[email protected]>
chore: move config to top level where possible

github.com/typescript-eslint/typescript-eslint - 19c4982a3f15e20153e31316b9be563387dbf01a authored almost 6 years ago by James Henry <[email protected]>
refactor: improve types and add comments (#92)

github.com/typescript-eslint/typescript-eslint - 5abe7d706f7696a40eb7693b757ccb093fe24ad4 authored almost 6 years ago by Armano <[email protected]>
feat: add missing TSNamespaceExportDeclaration node (#87)

BREAKING CHANGE: This changes the AST

github.com/typescript-eslint/typescript-eslint - 574f835dbbc0fd7ad886d7799890be62a0c9739b authored almost 6 years ago by Armano <[email protected]>
feat: add support and tests for TSAsExpression (#69)

github.com/typescript-eslint/typescript-eslint - e919926566dd0515596a79b88f695bc94e319ae0 authored almost 6 years ago by Armano <[email protected]>
test: add FixturesTester (#67)

github.com/typescript-eslint/typescript-eslint - be6258e29130dab80cc1b2635c0e55987c1c1de2 authored almost 6 years ago by Armano <[email protected]>
refactor: migrate nodeTypes to enum and correct ESTreeComment interface (#86)

github.com/typescript-eslint/typescript-eslint - aab0f214adb7fc4d0268bbb4113592f6b1a94c68 authored almost 6 years ago by Armano <[email protected]>
feat: update TSFunctionType and TSConstructorType nodes (#91)

BREAKING CHANGE: This changes the AST for TSFunctionType and TSConstructorType nodes

github.com/typescript-eslint/typescript-eslint - dbffd41241bd5633cd1a815312735658f9d84cd4 authored almost 6 years ago by Armano <[email protected]>
fix: set parent nodes correctly for virtual files (#78)

github.com/typescript-eslint/typescript-eslint - ca9a5dc5c10b86c068e85feee08433a857a2e533 authored almost 6 years ago by Armano <[email protected]>
feat: add support for export equal declaration (#71)

BREAKING CHANGE: This changes the AST

github.com/typescript-eslint/typescript-eslint - 1f48e774ff7deb49f684e99674a8dcf354cc420b authored almost 6 years ago by Armano <[email protected]>
chore: lint commit messages (#12)

github.com/typescript-eslint/typescript-eslint - 177f01efbf67fc400dc5cf9a93bf08fd9c93e493 authored almost 6 years ago by James Henry <[email protected]>
fix: don't mutate original TypeScript AST in converter (#100)

github.com/typescript-eslint/typescript-eslint - b786527bfdd8d4b2e6a0c67c6562fe7646e426aa authored almost 6 years ago by Armano <[email protected]>
fix: commit message for add missing TSTypeAssertion node (#79)

BREAKING CHANGE: This changes the AST - node `TSTypeAssertionExpression` got renamed to
`TSTypeA...

github.com/typescript-eslint/typescript-eslint - 0901385c781dd9f58af6e5ebc0edb12f21ba4c68 authored almost 6 years ago by James Henry <[email protected]>
feat(diagnostics): report on TS 1044, 1045, 1097, 1206, 1246 (#97)

github.com/typescript-eslint/typescript-eslint - a3ef16b61b9209da81f604b83fd14295a4bcc706 authored almost 6 years ago by James Henry <[email protected]>
fix: commit message for #108

BREAKING CHANGE: This changes the AST for RestElement node

github.com/typescript-eslint/typescript-eslint - eab73a40221a5da079da0d58017bb6571b26b9f1 authored almost 6 years ago by James Henry <[email protected]>
chore: add new notes about PRs in babel (#106)

github.com/typescript-eslint/typescript-eslint - 7b2672e1435e5fa00d7287c3c30640ed21f19523 authored almost 6 years ago by Armano <[email protected]>
refactor: improve type checking in parser (#43)

github.com/typescript-eslint/typescript-eslint - bbc5e99d43db7ca722b6d75cac7ad0374a676f94 authored almost 6 years ago by Armano <[email protected]>
fix: trigger publish

github.com/typescript-eslint/typescript-eslint - 35d44e58dc61bf383e23584d6362f9b5e0298a92 authored almost 6 years ago by James Henry <[email protected]>
fix: many missing nodes and better babel alignment (#65)

BREAKING CHANGE: We apologise for the lack of a granular changelog here. There are multiple chan...

github.com/typescript-eslint/typescript-eslint - c1ec4aa9b7f5e2749037ffc6417358d49176a275 authored almost 6 years ago by Armano <[email protected]>
refactor: remove internal typescript method call with hasModifier (#48)

github.com/typescript-eslint/typescript-eslint - 048431f8c99f8e5d7e065c0f455a9a472b6005f5 authored almost 6 years ago by Armano <[email protected]>
fix: non-existent files and custom file extensions (#53)

github.com/typescript-eslint/typescript-eslint - ff8c9509490cc823c385ad63813b4c2c8abe1964 authored almost 6 years ago by Benjamin Lichtman <[email protected]>
test: add unsupported test cases for errors (#113)

github.com/typescript-eslint/typescript-eslint - c9d341242444671064c9c74371df2b890be785cc authored almost 6 years ago by Armano <[email protected]>
chore: combine basics and ecmaFeatures into javascript tests (#26)

github.com/typescript-eslint/typescript-eslint - b5766c20e41d5ee3c48a722e4a3fba638367fd65 authored almost 6 years ago by Kai Cataldo <[email protected]>
feat(diagnostics): report on TS 1014, 1048, 1117, 2462, 17012, 17013 (#96)

github.com/typescript-eslint/typescript-eslint - 7a432ce5d20124f40dfffbb51108834d323ff1db authored almost 6 years ago by James Henry <[email protected]>
feat: updates to constructor method node (#124)

github.com/typescript-eslint/typescript-eslint - db44073e7b255efbb777b9467ae3fbdca9acd2c2 authored almost 6 years ago by Armano <[email protected]>
feat: support shorthand JSX fragments (#15)

github.com/typescript-eslint/typescript-eslint - b83971da73c056b2999b64a2f563b3f60cfc2568 authored almost 6 years ago by Will Sabransky <[email protected]>
chore: add comments about babel issues (#101)

github.com/typescript-eslint/typescript-eslint - 0df69bc949d2b56a8e5835b5b05e60dbd4372023 authored almost 6 years ago by Armano <[email protected]>
fix: change incorrect FirstNode to QualifiedName (#76)

github.com/typescript-eslint/typescript-eslint - 31473610d79bf4aa4049e9fc8ba7d248e02503d7 authored almost 6 years ago by Armano <[email protected]>
fix: functions without body should be TSDeclareFunctions (#98)

github.com/typescript-eslint/typescript-eslint - ad86b4912a66e7d6a38b5de0a954c5bf216167d5 authored almost 6 years ago by Armano <[email protected]>
test: fix issues with collecting coverage from tests (#84)

github.com/typescript-eslint/typescript-eslint - d748d4d785e82384f55007eec70343f073e9d8fc authored almost 6 years ago by Armano <[email protected]>
docs(README): Updated docs

github.com/typescript-eslint/typescript-eslint - 106f1356ab1e8d283066b2f931c2107e3f52eaa5 authored almost 6 years ago by James Henry <[email protected]>
test: add missing test cases for in and for loop (#85)

github.com/typescript-eslint/typescript-eslint - ab6d21b0738a4acfbcb119a6e8d4988536e2cc8d authored almost 6 years ago by Armano <[email protected]>
feat: update TSIndexSignature and report on TS1071 (#115)

BREAKING CHANGE: This changes the AST for TSIndexSignature node

github.com/typescript-eslint/typescript-eslint - b38ab17b26a2aa2cc63bb1bf78eaeb6465a6d4ee authored almost 6 years ago by Armano <[email protected]>
feat(diagnostics): report on TS 1049, TS 1211 and TS 2364 (#95)

github.com/typescript-eslint/typescript-eslint - 48ad6e872eb599f83d8227f5c2dca04705d5443f authored almost 6 years ago by James Henry <[email protected]>