components/prism-typescript.js


Log

Author Commit Date CI Message
Michael Schmidt 3b2238fa 2021-10-10T19:36:58 JS: Added properties (#3099)
Michael Schmidt 91060fd6 2021-10-05T23:06:46 TypeScript: Removed duplicate keywords (#3132)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 212e0ef2 2021-07-19T21:15:24 TypeScript: Fixed keyword false positives (#3001)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt 63d4c206 2021-05-01T14:32:29 TypeScript: Added missing semicolon to fix lint
Michael Schmidt fe98d536 2021-05-01T14:26:31 TypeScript: Updated keywords (#2861)
Michael Schmidt 31cc2142 2021-04-03T11:10:00 TypeScript: Added support for decorators (#2820)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt a197cfcd 2020-04-16T22:30:37 Typescript: Added `asserts` keyword and other improvements (#2280)
Christian Ivicevic c8b48b9f 2019-10-13T22:28:29 TypeScript: Added missing keyword `undefined` (#2088) This adds `undefined` to the list of keywords in TypeScript.
Michał Lytek 11695629 2018-10-18T20:34:53 Enhance definitions in TypeScript component (#1522) Add missing keywords & built-ins to the TypeScript definition.
Golmote cc80ccda 2018-03-13T08:15:56 Remove most of the cloning occurrences in language definitions.
Mattias 5de1b1f6 2018-02-03T12:17:53 Improve typescript with builtins (#1277)
Golmote e296caf0 2017-10-22T15:31:35 TypeScript: Don't use captures if not needed
Golmote bd7149db 2017-09-09T10:29:00 Merge remote-tracking branch 'official/master' into gh-pages # Conflicts: # components/prism-apl.js
Nicolas Gaborit afe0542b 2017-07-20T21:33:18 Chmod -x prism-typescript component (#1145)
Andre Wiggins 52020a00 2016-12-05T07:17:38 Update typescript keywords (#1064) * Update TypeScript keyword list * Add comment with URL to TS spec
Sebastian Sebald cba78f3e 2016-10-29T02:57:09 Add missing `from` keyword to typescript & set `ts` as alias. (#1042)
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Vivek Kumar Bansal 43e93e6c 2015-01-20T14:52:20 Added TypeScript definition