mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
e0395247c8
Currently, node.js depends on inspector_protocol indirectly through the dependency on v8. This is a dependency violation that will make it hard to roll V8 into Node if V8 gets a newer inspector protocol version with incompatible API. In fact, this surfaced on one of our bots when we tried to roll new inspector_protocol into V8. This patch adds inspector protocol and its required dependencies to node deps: - jinja2 - markupsafe PR-URL: https://github.com/nodejs/node/pull/21975 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Aleksei Koziatinskii <ak239spb@gmail.com>
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# DO NOT EDIT
|
|
# This is generated from get_jinja2.sh.
|
|
jinja2_sources = [
|
|
"//third_party/jinja2/__init__.py",
|
|
"//third_party/jinja2/_compat.py",
|
|
"//third_party/jinja2/_identifier.py",
|
|
"//third_party/jinja2/asyncfilters.py",
|
|
"//third_party/jinja2/asyncsupport.py",
|
|
"//third_party/jinja2/bccache.py",
|
|
"//third_party/jinja2/compiler.py",
|
|
"//third_party/jinja2/constants.py",
|
|
"//third_party/jinja2/debug.py",
|
|
"//third_party/jinja2/defaults.py",
|
|
"//third_party/jinja2/environment.py",
|
|
"//third_party/jinja2/exceptions.py",
|
|
"//third_party/jinja2/ext.py",
|
|
"//third_party/jinja2/filters.py",
|
|
"//third_party/jinja2/idtracking.py",
|
|
"//third_party/jinja2/lexer.py",
|
|
"//third_party/jinja2/loaders.py",
|
|
"//third_party/jinja2/meta.py",
|
|
"//third_party/jinja2/nativetypes.py",
|
|
"//third_party/jinja2/nodes.py",
|
|
"//third_party/jinja2/optimizer.py",
|
|
"//third_party/jinja2/parser.py",
|
|
"//third_party/jinja2/runtime.py",
|
|
"//third_party/jinja2/sandbox.py",
|
|
"//third_party/jinja2/tests.py",
|
|
"//third_party/jinja2/utils.py",
|
|
"//third_party/jinja2/visitor.py",
|
|
]
|