aboutsummaryrefslogtreecommitdiffstats
path: root/src/_node
Commit message (Collapse)AuthorAgeFilesLines
* Add tsx completionShohei YOSHIDA2025-12-091-176/+184
|
* Update node.js completion to 25.0.0Shohei YOSHIDA2025-10-161-10/+14
|
* Update node completion v24.4.0Shohei YOSHIDA2025-07-101-1/+2
|
* Update node completion for version 24.0.0Shohei YOSHIDA2025-05-071-3/+7
|
* Update node completion to version 23.8.0Shohei YOSHIDA2025-02-141-1/+2
|
* Update node completion to 23.6.0Shohei YOSHIDA2025-01-101-9/+5
|
* Merge pull request #1116 from Mic92/typosShohei YOSHIDA2024-12-231-2/+2
|\ | | | | fix typos
| * fix typosJörg Thalheim2024-12-221-2/+2
| |
* | Update node.js completion to version 23.4Shohei YOSHIDA2024-12-111-1/+4
|/
* Update node completion 23.0.0Shohei YOSHIDA2024-10-171-8/+8
|
* Update node completion for version 22.8Shohei YOSHIDA2024-09-041-1/+4
|
* Update node completion to version 22.7Shohei YOSHIDA2024-08-301-12/+22
|
* Update node.js completion to version 22.3Shohei YOSHIDA2024-06-241-5/+12
|
* Update node completion for version 22.2.0Shohei YOSHIDA2024-05-161-4/+6
|
* Update node completion to version v22.0.0Shohei YOSHIDA2024-04-251-1/+13
|
* Update node.js completion to version 21.3.0Shohei YOSHIDA2023-12-011-1/+2
|
* Update node completion v21.2.0Shohei YOSHIDA2023-11-151-1/+3
|
* Update node.js for version 21.1.0Shohei YOSHIDA2023-10-251-1/+2
|
* Update node completion for version 21.0.0Shohei YOSHIDA2023-10-181-1/+3
|
* Update node.js completionShohei YOSHIDA2023-09-191-2/+2
| | | | Multiple `--env-file` options are accpeted since node v20.7
* Update node completion to v20.6.0Shohei YOSHIDA2023-09-051-1/+4
|
* Update node.js completion for version 20.0.0Shohei YOSHIDA2023-04-191-2/+6
|
* Update node.js completion for version 19.7.0Shohei YOSHIDA2023-02-221-2/+9
|
* Fix typo in node.js completionShohei YOSHIDA2022-12-271-1/+1
|
* Update linksShohei YOSHIDA2022-11-231-1/+1
|
* Update node.js completion to 19.0.0Shohei YOSHIDA2022-10-191-2/+7
|
* Fix node completion typoShohei YOSHIDA2022-08-291-1/+1
|
* Update node.js optionsShohei YOSHIDA2022-08-291-0/+7
|
* Update node-v18Shohei YOSHIDA2022-04-201-1/+4
|
* Update node.js optionsShohei YOSHIDA2022-04-101-10/+13
|
* Update node flagsShohei YOSHIDA2020-07-171-0/+2
|
* Improve node inspect completionShohei YOSHIDA2020-04-231-4/+10
| | | | It should be completed only after 'node'
* Update node completion to v14Shohei YOSHIDA2020-04-221-1/+12
|
* Update node completion v12.16Shohei YOSHIDA2020-03-221-0/+41
|
* Complete only .log file if --prof-process is specifiedShohei YOSHIDA2020-03-211-0/+8
| | | | Fixes: https://github.com/zsh-users/zsh-completions/issues/633
* Update Node.js completion to fit latest versionMasafumi Koba2018-06-181-12/+52
| | | | | | | | | Remove old Node.js CLI options: - `--max-stack-size` - `--vars` See also [Node.js doucmentation](https://nodejs.org/api/cli.html).
* Move modelines to end of fileAaron Schrab2012-08-231-4/+9
| | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there.
* [BREAKING CHANGE] Move compdefs to own directory (to ease packaging andJulien Nicoulaud2012-08-011-0/+61
avoid bloating users fpath with unneeded files such as README.md)