Home
last modified time | relevance | path

Searched +full:remark +full:- +full:lint +full:- +full:problem +full:- +full:matcher (Results 1 – 3 of 3) sorted by relevance

/third_party/node/.github/workflows/
Dlinters.yml10 lint-addon-docs:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
14 - name: Use Node.js ${{ env.NODE_VERSION }}
15 uses: actions/setup-node@v1
17 node-version: ${{ env.NODE_VERSION }}
18 - name: Environment Information
20 - name: Lint addon docs
21 run: NODE=$(which node) make lint-addon-docs
22 lint-cpp:
[all …]
/third_party/node/tools/
Dlint-md.js4 // it is generated from tools/node-lint-md-cli-rollup
48 var index = -1;
57 var index = -1;
148 var index = -1;
149 var input = slice$1.call(arguments, 0, -1);
150 var done = arguments[arguments.length - 1];
164 var pos = -1;
171 // Copy non-nully input into values.
204 throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
347 while (start > 0 && '\x00\r\n\x85\u2028\u2029'.indexOf(this.buffer.charAt(start - 1)) === -1) {
[all …]
/third_party/wayland_standard/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 alias -g '${1+"$@"}'='"$@"'
29 case `(set -o) 2>/dev/null` in #(
31 set -o posix ;; #(
45 # Quoting is to prevent editors from complaining about space-tab.
55 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]