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
8684cea9b7
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>
8 years ago
..
configure.d
tools: remove unnecessary imports and assignments
9 years ago
doc
doc/json: make sure links are correctly passed to marked
8 years ago
eslint
tools: update ESLint to 3.5.0
8 years ago
eslint-rules
tools: replace custom ESLint rule with built-in
8 years ago
gyp
deps: float gyp patch for long filenames
9 years ago
icu
tools: fix broken format string
9 years ago
msvs
win,msi: add zh-CN translations for the installer
8 years ago
osx-pkg.pmdoc
build: fix .pkg creation tooling
9 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.py
tools: rewrite check-install.sh in python
9 years ago
compress_json.py
src: add /json/protocol endpoint to inspector
8 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
getmoduleversion.py
build: configure --shared
9 years ago
getnodeversion.py
build: configure --shared
9 years ago
gyp_node.py
build: don't compile with -B, redux
9 years ago
install.py
build: add correct shared library naming on OS X
9 years ago
js2c.py
tools: remove the minifying logic
9 years ago
jslint.js
tools: add -F flag for fixing lint issues
9 years ago
license-builder.sh
tools: update license-builder.sh for v8_inspector
9 years ago
license2rtf.js
tools: favor === over == in license2rtf.js
8 years ago
lsan_suppressions.txt
build: add --enable-asan with builtin leakcheck
9 years ago
make-v8.sh
test: run v8 tests from node tree
9 years ago
mk-ca-bundle.pl
tools: output include guards in mk-ca-bundle.pl
9 years ago
mkssldef.py
build: export zlib symbols on Windows
9 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
specialize_node_d.py
tools: remove unnecessary imports and assignments
9 years ago
test-npm.sh
tools: update npm test tooling for 3.3.10+
9 years ago
test.py
inspector: introduce a smoke test
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