You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Gu
0e2aba96bc
doc/json: make sure links are correctly passed to marked
Previously, an attempt was made to make sure the links state is
inherited. Unfortunately, this support was not complete, which
results in various unresolved links in the JSON output (as an
example, [1] contains `initialized by calling
[<code>buf.fill(fill, encoding)</code>][<code>buf.fill()</code>]`).
This commit completes that attempt. After this commit, individual
instances of the parser (for descriptions) inherit the links state
from the root lexer, so that individual Markdown links in descriptions
could be resolved. That same example is now substituted with
`initialized by calling <a href=\"#buffer_buf_fill_value_offset_end_encoding\"><code>buf.fill(fill, encoding)</code></a>`.
[1]: https://nodejs.org/api/buffer.json
PR-URL: https://github.com/nodejs/node/pull/8494
Reviewed-By: Roman Reiss <me@silverwind.io>
9 years ago
..
configure.d
build: i18n: add icu config options
10 years ago
doc
doc/json: make sure links are correctly passed to marked
8 years ago
eslint
tools: update ESLint, fix unused vars bug
9 years ago
eslint-rules
tools: lint for function argument alignment
9 years ago
gyp
deps: float gyp patch for long filenames
8 years ago
icu
tools: fix -Wunused-variable warning
9 years ago
msvs
win,msi: fix inclusion of translations
8 years ago
osx-pkg.pmdoc
build: fix .pkg creation tooling
10 years ago
pkgsrc
build: add pkgsrc rule
12 years ago
rpm
tools: add --prof-process flag to node binary
9 years ago
Makefile
timers: backport f8193ab
11 years ago
certdata.txt
tools: update certdata.txt
9 years ago
check-imports.sh
tools: add license boilerplate to check-imports.sh
10 years ago
cpplint.py
tools: allow cpplint to run outside git repo
9 years ago
create_android_makefiles
build: add script to create Android .mk files
9 years ago
create_expfile.sh
build: fix dependencies on AIX
8 years ago
genv8constants.py
Revert "sunos: unbreak build after v8 downgrade"
12 years ago
getnodeversion.py
Remove str.format to support python2.5.
13 years ago
gyp_node.py
build: don't compile with -B, redux
9 years ago
install.py
installer: don't install node_internals.h
9 years ago
js2c.py
tools: remove the minifying logic
9 years ago
license-builder.sh
tools: fix license builder to work with icu-small
9 years ago
license2rtf.js
tools: favor === over == in license2rtf.js
8 years ago
lsan_suppressions.txt
build: add --enable-asan with builtin leakcheck
10 years ago
make-v8.sh
test: run v8 tests from node tree
9 years ago
mk-ca-bundle.pl
tools: customize mk-ca-bundle.pl
10 years ago
osx-codesign.sh
build: update build targets for io.js
10 years ago
osx-pkg-postinstall.sh
Include NPM, update .pkg to install it.
13 years ago
osx-productsign.sh
build: update build targets for io.js
10 years ago
release.sh
tools: add support for subkeys in release tools
9 years ago
run-valgrind.py
Use v8's test runner
16 years ago
sign.bat
win,build: try multiple timeservers when signing
8 years ago
specialize_node_d.py
gyp: specialize node.d for freebsd
11 years ago
test-npm.sh
tools: remove obsolete npm test-legacy command
9 years ago
test.py
tools,test: show signal code when test crashes
8 years ago
update-authors.sh
doc: make tools/update-authors.sh cross-platform
10 years ago
utils.py
build: enable compilation for linuxOne
9 years ago