emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/typescript-mode created (now e824162051)


From: ELPA Syncer
Subject: [nongnu] branch elpa/typescript-mode created (now e824162051)
Date: Sun, 6 Feb 2022 16:58:47 -0500 (EST)

elpasync pushed a change to branch elpa/typescript-mode.

        at  e824162051 Merge pull request #159 from 
tancnle/fix-cl-deprecation-warnings

This branch includes the following new commits:

       new  a09bd6b0e7 initial commit
       new  09123ba690 prepare for melpa
       new  976ae69337 add url
       new  e3d2fee6de unnecessary for single package file
       new  c1a7d40dd8 highlight template string
       new  3abc9dc6da missed table
       new  5a3c84247d Typescript added the "protected" keyword in 1.3.
       new  36f685251f Merge pull request #2 from quanticle/master
       new  b62f52a35c Add let, const, namespace keywords from 1.5
       new  256d930586 Add type keyword from TypeScript 1.4
       new  49241bcc1f Merge pull request #3 from OrangeShark/typescript1.5
       new  514d6f0416 Add 'async' and 'await' as keywords
       new  d81cc72782 Merge pull request #7 from paulkoerbitz/patch-1
       new  d27114244a added "abstract" keyword
       new  b6e993513c Merge pull request #10 from nahuel/patch-1
       new  438fc968bf Highlight set and get keyword
       new  39827549ef Merge pull request #13 from 
wingyplus/highlight-set-and-get-keyword
       new  266be8f6c7 added "readonly" keyword
       new  77aa2b44af Merge pull request #14 from valerian/readonly
       new  54e0c562d4 removed keyword "bool" which is deprecated since 
TypeScript 0.9
       new  ad8f356cbe Merge pull request #15 from valerian/bool
       new  49b3cc1c4a added "as" and "from" keywords
       new  aae70b59e6 Merge pull request #16 from 
wingyplus/add-as-and-from-keywords
       new  a2c2ff03e7 Add support for compilation-mode.
       new  abc0751c0e Merge pull request #22 from josteink/master
       new  3766e37f24 Add README
       new  588d5f3d63 Update README.md
       new  8fe879a96d Support 'of' keyword.
       new  a6e0eac105 Fix wrong cursor position in `typescript-indent-line`
       new  447cfbc078 Improve compilation-mode support.
       new  f6907e8ae3 Fix error in compilation-mode alist registration.
       new  7526f138a0 Avoid capturing things we dont need for compilation-mode.
       new  666052f09f Update readme.
       new  d5c4fb27c8 Merge pull request #24 from hekt/wrong-cursor-position
       new  90d9758cfb Revert "Fix wrong cursor position in 
`typescript-indent-line`"
       new  f72826e564 Merge pull request #25 from 
ananthakumaran/revert-24-wrong-cursor-position
       new  3b0ace2a71 Add GPLv3 license file to repo.
       new  5e2165d4b6 We need a Gitignore-file.
       new  a3c91282bc Add test-case and indentation-reference document.
       new  316b018d27 Add CI-config and test-runner.
       new  b502d8453d On second thought, lets NOT support Emacs 24.1 and 24.2.
       new  9dde78e730 Add Travis CI build-status to readme.
       new  bf9a4155cc Revise Emacs versions tested a little more.
       new  c5e7788ce9 Merge pull request #28 from ananthakumaran/testing
       new  d29f31c791 Fix indentation of methods that are generators.
       new  a532ef57cf Merge pull request #29 from lddubeau/fix/method-generator
       new  2587e92851 Don't interpret class members as keywords.
       new  ca510ab853 Merge pull request #30 from lddubeau/fix/keyword-members
       new  5931f2776d Add keyof keyword.
       new  e780858a86 Don't interpret spread syntax as a continuation.
       new  89d22c4e18 Don't interpret forward slash in list as operator.
       new  f25f4751fe Merge pull request #31 from lddubeau/fix/spread-syntax
       new  2d382d8bfb Support rule names and severity in tslint reports.
       new  46e032e932 Fix list of values compilation mode should use.
       new  e0b4a6cb31 Merge pull request #36 from 
lddubeau/feature/improved-tslint-regex
       new  a2167a133d Fix errors with indentation when line has wide unicode 
chars.
       new  361564c4a9 typescript-current-column: Dont cause side-effects.
       new  e02a734151 Improve test-coverage.
       new  99c2b74ac3 Make current-column function internal.
       new  4235b47a38 Fix indent for lines which starts with tabs.
       new  9ad892fb22 Add keyword 'object'
       new  e25c7ddb8a Fix indentation of funcs with return annotations.
       new  d155a4b623 Revert indent of complex parameters.
       new  1cea84486f Merge pull request #35 from 
lddubeau/feature/indent-return-annotations
       new  09bdb97c32 Fix an indentation bug.
       new  1d32c6b3a8 Improve readability of the code.
       new  f3140123d6 Remove a leftover comment.
       new  2c43dd034c Merge pull request #46 from 
ananthakumaran/fix/union-type-in-return-annotation
       new  813cf4fef3 Fix endless loop (hang) in indentation-code.
       new  83579fac6e Remove the explicit invocation of the mode hook.
       new  782e8dd32e Add fontification support for jsdoc/typedoc tags.
       new  7172a23d86 Add a custom predicate for flyspell-prog-mode.
       new  f6d28c7a0d Remove the fontification hack.
       new  0f41709e15 Fontify @type properly and allow jsdoc one-liners.
       new  7f4bf6cad9 Highlight function name for exported or declared 
functions.
       new  ab6d105807 Add regression tests for function name highlighting.
       new  20af0fec5f Extend function prefix font-lock test to check arguments 
are correct.
       new  70acbf9c3d Change font-lock-test to also accept a list of locations
       new  30391a518a Fix indentation issue with conditional operators.
       new  4b69ca57f5 Simplify regexp literal
       new  393ac6db0f add tests for regexp font locking
       new  56a1ea861f Merge pull request #55 from 
bkruczyk/fix-regex-font-locking
       new  face381789 Implement clean make-target to assist local development.
       new  1da0c0e8b3 Try fix CI-build.
       new  5b0487aae8 Fix the Emacs regex used for highlighting TS regexes.
       new  2573266955 Fix a bug in handling function return type annotations.
       new  536e4da380 Fix bug with hanling array shorthand in return value 
types.
       new  8b2815514d Simplify typescript--backward-to-parameter-list
       new  d1ddaad259 Fix indentation of continued expressions.
       new  861d5983b6 Make the comment-start and comment-end variables local.
       new  52c08d0628 Add more fontification tests for regular expressions.
       new  e700af4703 Use syntax-propertize-function to fontify regexps.
       new  3361adad67 Prevent messing up comment fontification when filling 
paragraphs.
       new  fd1c9daa4d Add failing cases.
       new  330c887241 Fix indentation of functions with numbers in return type.
       new  7e8b9641ae Mark typescript indent variables as safe for file local 
customizations
       new  7249d76e2d Merge pull request #64 from dakra/master
       new  2815dd1b4b Add option to support indented case-statements. Fixes 
#23 (#66)
       new  67d67f0c20 Typo in the readme
       new  b5e3f2a8a6 Merge pull request #68 from GeertVL/patch-1
       new  526f307ca8 Fontify yield and yield* as keyword
       new  2cd997a8d5 Fix typescript--backward-to-parameter-list
       new  d8501770f6 Fix indentation of multiple curly braces in sequence.
       new  5350c45aec Add function to convert plain strings to template 
strings.
       new  4e3850dd2a Remove logic handling preprocessor macros
       new  b7074c5dea Remove redundant code
       new  bce2e73cf2 Remove unused dependencies
       new  a09e9c78f9 Highlight class names.
       new  7a5c74d88e Merge pull request #72 from Wilfred/remove_cpp
       new  0d32c85bfb Drop typescript-parent-mode.
       new  a922c27e95 Merge pull request #76 from 
ananthakumaran/fix/drop-typescript-parent-mode
       new  f9cd0dd539 Try parse new error-format introduced in tsc 2.7+
       new  9796425fdb Add support for new type "unknown".
       new  cebfe5952b Rename the regexp matching pretty error messages.
       new  7c6fd0f4a8 Document how to handle ANSI codes in error messages.
       new  c2d72b7d81 Fix unwanted indentation after non-keyword "each"
       new  39b7ba9e54 Distinguish type arguments from lesser/greater than. 
(Fixes #81)
       new  5b6d60a2b2 Fix indentation after keyword-lookalike methods.
       new  5d5c611e2d Add tags in js2-mode
       new  bd046e0fae Add tags in usejsdoc.org
       new  a1cdb7a1ec Remove redundant regexp groups for jsdoc tags
       new  30f8b8feb4 Merge pull request #87 from Ailrun/add-jsdoc-tags
       new  b1d1948c15 Merge pull request #88 from 
Ptival/fix-indentation-method-calls-keywords
       new  29282a32b7 add never type
       new  72ec0f93aa Merge pull request #90 from jack-williams/add-never
       new  6a6c63ad5e Extract test utilities
       new  32f5034e9d Extract tests as general tests
       new  5c9e46b2a1 Add file for jsdoc tests
       new  8910e12525 Add autoload cookie with safe-local-var for 
typescript-indent-level
       new  255f670a40 Merge pull request #92 from dakra/autoload-indent-level
       new  e15e2bfa1a Add jsdoc tests
       new  fbaad515c9 Merge pull request #89 from Ailrun/update-jsdoc-tests
       new  0353bd72f8 Add bigint
       new  32b8e1b6d0 Merge pull request #94 from jack-williams/add-bigint
       new  6ae2c7ab9e Highlight multiple implements types (#96)
       new  3c79132066 fix warnings from package-lint
       new  e608305ade checkdoc fixes
       new  85504ce34b Update build-badge URL.
       new  69607202bc Make GPL license discoverable by Github.
       new  18dc5a36a6 Fixes typo in the README file.
       new  36105abbb1 Add 26.1 to the versions we test on.
       new  08ceb01ff3 We no longer support 24.3, fixes #100.
       new  c0f11efdfd Fixing typescript--forward-expression for multiline 
indented string
       new  f6330f420e Add a test for #107.
       new  f33751e98f Fix a case of bad indentation.
       new  1ec94013e7 Run emacs --version prior to running cask.
       new  32146510b8 Pin our dist to Trusty.
       new  1bafd279cf Enable more colors (#110)
       new  c1aa1b2e7d add better generics highlighting
       new  000131df29 Update CI-settings
       new  607897d583 Update Emacs Git to Xenial-build
       new  2405090403 Handle CI-failures correctly.
       new  42b366e669 Merge pull request #111 from tam5/master
       new  f20103a448 Add `delete-selection` hints
       new  706f938aef force generic regex to include symbol before it (#119)
       new  039d122384 add a test for simple tsx
       new  871c23111a rename to typescript-mode and move to root
       new  fe63c579b5 Merge pull request #120 from emacs-typescript/tsx-tests
       new  c766ec8009 Include symbol constituents in 
typescript--function-call-re
       new  a5f342e539 Add snake_cased function call to regression test suite
       new  761f3aec6e Fix issues reported by package-lint
       new  6eaddf6c17 Drop the custom insert-and-indent code in favor of 
electric-indent.
       new  4832652496 Support electric-layout-mode.
       new  a0f2c3ebd4 Reimplement template auto conversion as a 
post-self-insert-hook
       new  bd15f212a7 Implement support type-highlighting in some basic 
declarations
       new  7040961735 Highlight type-names in type-casts too.
       new  a7cd7a92a5 fix(font-lock): prefer fontifying constants over keywords
       new  5e0b9ee095 Add a test that fails without the following indentation 
fix.
       new  444aa36ec2 Fix the indentation of member expressions and continued 
expressions.
       new  e82a4d2527 Add a new indentation test case that triggers an 
infinite loop.
       new  a8b7e76e85 Fix infinite loop in indentation.
       new  b44b75dbe1 Add test case for infinite loop
       new  895cd7f425 Fix indentation infinite looping
       new  de1a696c3c Ignore errors from backward-list
       new  5bf30fe8d6 Add member expressions tests involving type parameters.
       new  bc37bc4b15 Fix another member expression infinite loop.
       new  b6cd68ae77 Add test-cases for type-highlights supported so far.
       new  f2761fb313 Extract type-name regexp into reusable constant.
       new  e38492f1cd Extend Type-name to support namespace-prefixes.
       new  1767de1095 Merge pull request #129 from 
emacs-typescript/feature/types-in-declarations
       new  62e0366b46 Remove debugging code
       new  a504b6f571 Merge pull request #1 from 
jkdufair/jkdufair-remove-debugging-code
       new  102587e458 Merge pull request #132 from jkdufair/master
       new  0fc7297870 Add compilation-mode support for ng lint too.
       new  9db704ec1f Fix duplicate test name
       new  f36fddeb54 Merge pull request #136 from phst/dup
       new  4249a20d6d Added file for indent test case
       new  178ceca2d4 Add option for list items indenting
       new  710f5425a4 Add tests for typescript-indent-list-items option
       new  42a60e5c88 Merge pull request #137 from 
sirikid/feature/comma-first-lists
       new  2b1f04a166 Use ‘(should-not …)’ instead of ‘(should (not …))’.
       new  b4109ac220 Merge pull request #139 from phst/should-not
       new  ae32e1c28f Use ‘insert-file-contents’ instead of ‘find-file’ for 
tests.
       new  bbbe50aade Merge pull request #140 from phst/find-file
       new  0d5c941c4c * typescript-mode.el: Use EOS instead of EOL for auto 
mode regexp.
       new  12b6aae381 Merge pull request #141 from cireu/fix-auto-mode-list-re
       new  fb44319479 Merge pull request #125 from 
Fuco1/fix/prefer-constant-over-keyword
       new  e6f68ab2dd Fontify basic types over keywords.
       new  daded219e6 Create initial GitHub actions build-definition
       new  67fd5fe4f2 Delete .travis.yml
       new  996fb729ca Update README.md
       new  54f14c4827 Update README.md
       new  3562c0c1f3 Add badges to README.
       new  1043025d42 Merge pull request #143 from jcs-PR/badge
       new  1fd835e7f8 Fix typos in README
       new  b369d7d251 Merge pull request #147 from ltrel/typo-fixes
       new  2a58631230 Bump version for ELPA
       new  96800ed070 Migrate build to use proper tasks and new source for 
Emacs
       new  ab9c2e4fd0 Merge pull request #153 from 
emacs-typescript/feature/build-fix
       new  1e9fc35cb9 Make cask and emacs locations overridable.
       new  1c2a8b2391 Move build to use proper tasks, support OSX and Windows.
       new  6918f3f6d7 Merge pull request #154 from 
emacs-typescript/feature/build-tasks
       new  072f8ad43f fix eval invocation in typescript--re-search-backward to 
work with lexical scoping
       new  47b7fd239e add a test for error thrown if typescript-mode is loaded 
with lexical scoping enabled
       new  c9b22f5f33 Merge pull request #152 from 
Rogach/pr/fix-indentation-when-lexical-scoping
       new  7d80174b23 Skip past ? and ! in 
typescript--compute-member-expression-indent
       new  dd832751ab Merge pull request #156 from 
zkry/fix-dot-after-exclamation-indentation
       new  49ff1149e2 Add `override` to the list of highlighted keywords
       new  13e6da6c57 Merge pull request #157 from rsimoes/patch-1
       new  1c27fb09ed Fix cl deprecation warning
       new  7f1cde0a90 Make c-comment-line-break-function work as expected.
       new  e824162051 Merge pull request #159 from 
tancnle/fix-cl-deprecation-warnings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]