Home
last modified time | relevance | path

Searched +full:node +full:- +full:core +full:- +full:utils (Results 1 – 25 of 75) sorted by relevance

123

/third_party/node/doc/guides/
Dcollaborator-guide.md1 # Node.js Collaborator Guide
5 * [Issues and pull requests](#issues-and-pull-requests)
6 * [Welcoming first-time contributors](#welcoming-first-time-contributors)
7 * [Closing issues and pull requests](#closing-issues-and-pull-requests)
8 * [Author ready pull requests](#author-ready-pull-requests)
9 * [Handling own pull requests](#handling-own-pull-requests)
10 * [Accepting modifications](#accepting-modifications)
11 * [Code reviews](#code-reviews)
12 * [Consensus seeking](#consensus-seeking)
13 * [Waiting for approvals](#waiting-for-approvals)
[all …]
Dcommit-queue.md3 > Stability: 1 - Experimental
5 *tl;dr: You can land Pull Requests by adding the `commit-queue` label to it.*
9 land Pull Requests by adding the `commit-queue` label to a PR. All
10 checks will run via node-core-utils, and if the Pull Request is ready to land,
18 From a high-level, the Commit Queue works as follow:
20 1. Collaborators will add `commit-queue` label to Pull Requests ready to land
23 1. Check if the PR also has a `request-ci` label (if it has, skip this PR
27 3. Remove the `commit-queue` label
28 4. Run `git node land <pr>`
30 1. Abort `git node land` session
[all …]
Dnode-postmortem-support.md5 when analyzing its memory (either on a running process or a core dump). Node.js
6 provides this metadata in its builds for V8 and Node.js internal structures.
12 those symbols with a script (`deps/v8/tools/gen-postmortem-metadata.py`), and
13 Node.js always includes these constants in the final build.
15 ## Node.js Debug Symbols
17 Node.js prefixes all postmortem constants with `nodedbg_`, and they complement
18 V8 constants by providing ways to inspect Node.js-specific structures, like
19 `node::Environment`, `node::BaseObject` and its descendants, classes from
20 `src/utils.h` and others. Those constants are declared in
26 Node.js constants referring to the offset of class members in memory
[all …]
/third_party/node/.github/workflows/
Dauto-start-ci.yml1 ---
9 # ./doc/guides/commit-queue.md
10 - cron: "*/5 * * * *"
14 if: github.repository == 'nodejs/node'
15 runs-on: ubuntu-latest
17 - uses: actions/checkout@master
20 - name: Install jq
21 run: sudo apt-get install jq -y
22 - name: Install Node.js
23 uses: actions/setup-node@v2-beta
[all …]
Dcommit-queue.yml1 ---
12 # be read-only, and the Action won't have access to any other repository
15 - cron: "*/5 * * * *"
19 if: github.repository == 'nodejs/node'
20 runs-on: ubuntu-latest
22 - uses: actions/checkout@v2
31 - name: Install Node.js
32 uses: actions/setup-node@v2-beta
34 node-version: '12'
35 - name: Install dependencies
[all …]
/third_party/node/
Donboarding.md9 confirm that they are using [two-factor authentication][]. It will not be
10 possible to add them to the organization if they are not using two-factor
15 * Suggest the new Collaborator install [`node-core-utils`][] and
23 [Who to CC in the issue tracker][who-to-cc].
28 * [local setup](#local-setup)
29 * [project goals & values](#project-goals--values)
30 * [managing the issue tracker](#managing-the-issue-tracker)
31 * [reviewing PRs](#reviewing-prs)
32 * [landing PRs](#landing-prs)
37 * Make sure you have whitespace=fix: `git config --global --add
[all …]
/third_party/css-what/
Dpackage-lock.json2 "name": "css-what",
8 "name": "css-what",
10 "license": "BSD-2-Clause",
13 "@types/node": "^17.0.23",
14 "@typescript-eslint/eslint-plugin": "^5.17.0",
15 "@typescript-eslint/parser": "^5.17.0",
17 "eslint-config-prettier": "^8.5.0",
18 "eslint-plugin-node": "^11.1.0",
21 "ts-jest": "^27.1.4",
25 "node": ">= 6" string
[all …]
/third_party/node/tools/node_modules/eslint/lib/rules/
Dno-mixed-requires.js2 * @fileoverview Rule to enforce grouped require statements for Node.JS
8 //------------------------------------------------------------------------------
10 //------------------------------------------------------------------------------
22 category: "Node.js and CommonJS",
24 url: "https://eslint.org/docs/rules/no-mixed-requires"
51 noMixCoreModuleFileComputed: "Do not mix core, module, file and computed requires."
69 * Returns the list of built-in modules.
70 * @returns {string[]} An array of built-in Node.js modules.
94 const REQ_CORE = "core",
101 * @param {ASTNode} initExpression The init node of the VariableDeclarator.
[all …]
/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h4 * Use of this source code is governed by a BSD-style license that can be
11 #include "include/core/SkColor.h"
12 #include "include/core/SkPoint.h"
13 #include "include/core/SkRefCnt.h"
14 #include "include/core/SkTypeface.h"
15 #include "include/utils/SkTextUtils.h"
68 * Property handles are adapters between user-facing AE model/values
69 * and the internal scene-graph representation.
74 explicit PropertyHandle(sk_sp<NodeT> node) : fNode(std::move(node)) {} in PropertyHandle() argument
98 * name ("nm") node property.
/third_party/node/test/fixtures/wpt/
DREADME.md4 are generated by [`git node wpt`][].
7 implementation of Web APIs in Node.js.
13 - console: https://github.com/web-platform-tests/wpt/tree/9786a4b131/console
14 - encoding: https://github.com/web-platform-tests/wpt/tree/5059d2c777/encoding
15 - url: https://github.com/web-platform-tests/wpt/tree/418f7fabeb/url
16 - resources: https://github.com/web-platform-tests/wpt/tree/e1fddfbf80/resources
17 - interfaces: https://github.com/web-platform-tests/wpt/tree/8ada332aea/interfaces
18 - html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/0c3bed38df/html…
19 - html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/ddfe9c089b/html/webappapis…
20 - hr-time: https://github.com/web-platform-tests/wpt/tree/a5d1774ecf/hr-time
[all …]
/third_party/node/tools/node_modules/eslint/node_modules/path-is-absolute/
Dpackage.json8 "url": "https://github.com/sindresorhus/path-is-absolute/issues"
12 "description": "Node.js 0.12 path.isAbsolute() ponyfill",
17 "node": ">=0.10.0" string
22 "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
30 "is-absolute",
31 "built-in",
33 "utils",
34 "core",
43 "name": "path-is-absolute",
46 "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
[all …]
/third_party/node/deps/npm/bin/
Dnpm-cli.js1 #!/usr/bin/env node
3 // windows: running "npm blah" in this folder will invoke WSH, not node.
11 "or type 'node npm <args>'."
19 var unsupported = require('../lib/utils/unsupported.js')
29 var npmconf = require('../lib/config/core.js')
30 var errorHandler = require('../lib/utils/error-handler.js')
31 var replaceInfo = require('../lib/utils/replace-info.js')
40 if (process.argv[1][process.argv[1].length - 1] === 'g') {
41 process.argv.splice(1, 1, 'npm', '-g')
64 log.info('using', 'node@%s', process.version)
[all …]
/third_party/node/tools/node_modules/babel-eslint/node_modules/path-parse/
Dpackage.json7 "url": "https://github.com/jbgutierrez/path-parse/issues"
11 "description": "Node.js path.parse() ponyfill",
12 "homepage": "https://github.com/jbgutierrez/path-parse#readme",
19 "built-in",
21 "utils",
22 "core",
29 "name": "path-parse",
32 "url": "git+https://github.com/jbgutierrez/path-parse.git"
35 "test": "node test.js"
/third_party/flutter/skia/tools/
DToolUtils.h4 * Use of this source code is governed by a BSD-style license that can be
11 #include "include/core/SkColor.h"
12 #include "include/core/SkData.h"
13 #include "include/core/SkEncodedImageFormat.h"
14 #include "include/core/SkFont.h"
15 #include "include/core/SkFontStyle.h"
16 #include "include/core/SkFontTypes.h"
17 #include "include/core/SkImageEncoder.h"
18 #include "include/core/SkImageInfo.h"
19 #include "include/core/SkPixmap.h"
[all …]
/third_party/flutter/skia/gm/
Danimatedimageblurs.cpp4 * Use of this source code is governed by a BSD-style license that can be
9 #include "include/core/SkCanvas.h"
10 #include "include/core/SkImageFilter.h"
11 #include "include/core/SkPaint.h"
12 #include "include/core/SkPoint.h"
13 #include "include/core/SkRRect.h"
14 #include "include/core/SkRect.h"
15 #include "include/core/SkScalar.h"
16 #include "include/core/SkSize.h"
17 #include "include/core/SkString.h"
[all …]
/third_party/flutter/skia/modules/sksg/include/
DSkSGText.h4 * Use of this source code is governed by a BSD-style license that can be
13 #include "include/core/SkFont.h"
14 #include "include/core/SkPoint.h"
15 #include "include/core/SkString.h"
16 #include "include/core/SkTextBlob.h"
17 #include "include/utils/SkTextUtils.h"
26 * Concrete Geometry node, wrapping a (shaped) SkTextBlob.
74 * Concrete Geometry node, wrapping an external SkTextBlob.
/third_party/node/tools/node_modules/eslint/
Dpackage.json14 "@babel/code-frame": "^7.0.0",
18 "cross-spawn": "^7.0.2",
22 "eslint-plugin-markdown": "^1.0.2",
23 "eslint-scope": "^5.1.1",
24 "eslint-utils": "^2.1.0",
25 "eslint-visitor-keys": "^1.3.0",
29 "file-entry-cache": "^5.0.1",
30 "functional-red-black-tree": "^1.0.1",
31 "glob-parent": "^5.0.0",
34 "import-fresh": "^3.0.0",
[all …]
/third_party/node/deps/npm/node_modules/path-is-absolute/
Dpackage.json2 "_from": "path-is-absolute@^1.0.0",
3 "_id": "path-is-absolute@1.0.1",
5 "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
6 "_location": "/path-is-absolute",
11 "raw": "path-is-absolute@^1.0.0",
12 "name": "path-is-absolute",
13 "escapedName": "path-is-absolute",
21 "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
23 "_spec": "path-is-absolute@^1.0.0",
31 "url": "https://github.com/sindresorhus/path-is-absolute/issues"
[all …]
/third_party/node/deps/npm/node_modules/path-parse/
Dpackage.json4 "path-parse@1.0.6",
5 "/Users/aeschright/code/npm-release"
9 "_from": "path-parse@1.0.6",
10 "_id": "path-parse@1.0.6",
12 …"_integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjz…
13 "_location": "/path-parse",
18 "raw": "path-parse@1.0.6",
19 "name": "path-parse",
20 "escapedName": "path-parse",
28 "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
[all …]
/third_party/node/deps/npm/docs/
Dpackage-lock.json2 "name": "npm-cli-docs",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
10 …"integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6…
15 "@babel/core": {
17 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.7.tgz",
18 …"integrity": "sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HW…
20 "@babel/code-frame": "^7.5.5",
27 "convert-source-map": "^1.7.0",
33 "source-map": "^0.5.0"
[all …]
/third_party/node/deps/npm/lib/
Dnpm.js2 // windows: running 'npm blah' in this folder will invoke WSH, not node.
10 'or type "node npm <args>".'
16 var unsupported = require('../lib/utils/unsupported.js')
19 var gfs = require('graceful-fs')
25 var npmconf = require('./config/core.js')
43 var parseJSON = require('./utils/parse-json.js')
44 var aliases = require('./config/cmd-list').aliases
45 var cmdList = require('./config/cmd-list').cmdList
46 var plumbing = require('./config/cmd-list').plumbing
47 var output = require('./utils/output.js')
[all …]
/third_party/flutter/skia/tests/
DSVGDeviceTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
16 #include "include/core/SkBitmap.h"
17 #include "include/core/SkCanvas.h"
18 #include "include/core/SkColorFilter.h"
19 #include "include/core/SkData.h"
20 #include "include/core/SkImage.h"
21 #include "include/core/SkShader.h"
22 #include "include/core/SkStream.h"
23 #include "include/core/SkTextBlob.h"
26 #include "include/utils/SkParse.h"
[all …]
/third_party/node/test/wpt/
DREADME.md11 Currently there are still some Web Platform Tests titled `test-whatwg-*`
14 `test-whatwg-*-custom-*` tests that may need to be upstreamed.
17 <a id="add-tests"></a>
29 See [Format of a status JSON file](#status-format) for details.
33 Use the [git node wpt][] command to download the WPT files into
37 $ cd /path/to/node/project
38 $ git node wpt url
43 For example, for the URL tests, add a file `test/wpt/test-url.js`:
53 // Set Node.js flags required for the tests.
54 runner.setFlags(['--expose-internals']);
[all …]
/third_party/weex-loader/
Dpackage.json2 "name": "weex-loader",
9 "url": "https://github.com/weexteam/weex-loader.git"
11 "licenses": "Apache-2.0",
20 "lint": "eslint --fix src",
21 "dev": "gazeer -p \"src/*.js\" -c \"npm run build\"",
22 "build": "node node_modules/babel-cli/bin/babel.js src --out-dir lib",
23 "test:build": "cd test && webpack --config ./webpack.config.js",
25 "rich:build": "cd sample && webpack --config ../webpack.rich.config.js",
27 "lite:build": "cd sample && webpack --config ../webpack.lite.config.js",
29 "ace:build": "webpack --config ./webpack.config.js",
[all …]
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.cpp4 * Use of this source code is governed by a BSD-style license that can be
10 #include "include/core/SkColor.h"
11 #include "include/core/SkPoint.h"
15 #include "src/utils/SkJSON.h"
40 * "t": { // text node
42 * { // animator node
43 * "s": {...}, // selector node
44 * "a": { // animator properties node
76 selectors.reserve(jselectors->size()); in Make()
93 // No selectors -> full coverage. in modulateProps()
[all …]

123