tests/languages/javascript/keyword_feature.test


Log

Author Commit Date CI Message
Michael Schmidt 3b2238fa 2021-10-10T19:36:58 JS: Added properties (#3099)
Michael Schmidt ab7c9953 2021-06-16T11:56:54 JS: Added support for import assertions (#2953)
Michael Schmidt 022f90a0 2021-01-29T14:49:40 JavaScript: Improved contextual keywords (#2713)
Michael Schmidt ed715158 2020-05-29T16:24:07 JS: Improved `get`/`set` and parameter detection (#2387)
Michael Schmidt 3560c643 2019-02-28T20:12:11 JS: Fixed variables named "async" (#1738) Fixes variables names "async" in JS.
Michael Schmidt d9fa29a8 2019-02-15T16:03:59 Make `undefined` a keyword in JS (#1740)
Michael Schmidt ebd1b9a6 2018-08-19T16:06:34 Fix regex for `catch` and `finally` (#1527) When called as methods on a promise chain, the current regex would mark `catch` and `finally` as keywords. This regex improvement ensures they're only caught as part of a `try / catch` block, and are marked as functions as part of the promise chain.
Golmote e135947c 2015-10-10T12:48:04 Run gulp and update tests after #801 merge
Golmote 26ad4f31 2015-08-18T23:59:12 Add tests for JavaScript + remove example