Home
last modified time | relevance | path

Searched refs:babel (Results 1 – 25 of 29) sorted by relevance

12

/third_party/jerryscript/tools/babel/
D.babelrc3 "@babel/plugin-transform-function-name",
4 "@babel/plugin-proposal-object-rest-spread",
5 "@babel/plugin-transform-block-scoping",
6 "@babel/plugin-transform-destructuring",
7 "@babel/plugin-transform-block-scoped-functions",
8 "@babel/plugin-transform-unicode-regex",
9 "@babel/plugin-transform-sticky-regex",
10 "@babel/plugin-transform-spread",
11 "@babel/plugin-transform-parameters",
12 "@babel/plugin-transform-object-super",
[all …]
DREADME.md20 * **[Using babel](#using-babel)**
53 ### 2. Using babel [](#using-babel)
55 Assuming you're in the tools/babel folder,
61 Place the files/directories you want transpiled to the babel folder and run
/third_party/node/tools/dep_updaters/
Dupdate-eslint.sh49 @babel/core \
50 @babel/eslint-parser \
51 @babel/plugin-syntax-import-attributes
64 @babel/core \
65 @babel/eslint-parser \
66 @babel/plugin-syntax-import-attributes
/third_party/weex-loader/
DBUILD.gn51 _babel_js = "//third_party/weex-loader/node_modules/@babel/cli/bin/babel.js"
52 _babel_config_js = "//third_party/weex-loader/babel.config.js"
70 "--babel-js",
74 "--babel-config-js",
DCHANGELOG.md5 - Fix the path of babel-plugins
/third_party/jerryscript/tools/babel/scripts/
Dtranspile.sh35 ./node_modules/.bin/babel $1 $FLAG $1 --verbose
37 ./node_modules/.bin/babel $1 $FLAG $2 --verbose
/third_party/jsframework/
Dbuild_strip_native_min.js28 const babel = require('rollup-plugin-babel'); constant
69 babel({
DBUILD.gn51 babel = "//third_party/jsframework/.babelrc"
64 rebase_path(babel, root_build_dir),
DREADME.md61 You can config more babel and ESLint plugins in `.eslintrc`. **You'd better make sure there are no…
/third_party/typescript/tests/baselines/reference/docker/
Dprettier.log13 parser-babel.js................ DONE
14 esm/parser-babel.mjs......... DONE
/third_party/node/deps/npm/node_modules/columnify/
DMakefile7 babel index.js > columnify.js
/third_party/node/deps/npm/node_modules/clean-stack/
Dindex.js5 const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.…
/third_party/mbedtls/docs/
Drequirements.txt9 babel==2.12.1
/third_party/weex-loader/src/
Dloader.js49 babel: loadBabelModule('babel-loader'), property
138 name: defaultLoaders.babel,
/third_party/jinja2/
Dsetup.cfg43 babel.extractors =
DCHANGES.rst671 - Added a non-silent option for babel extraction.
861 - Added support for translator comments if extracted via babel.
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock5 "@babel/code-frame@^7.0.0":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49…
10 "@babel/highlight" "^7.0.0"
12 "@babel/highlight@^7.0.0":
14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195…
461 "@babel/code-frame" "^7.0.0"
/third_party/spirv-tools/tools/sva/
Dyarn.lock5 "@babel/code-frame@^7.0.0":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49…
10 "@babel/highlight" "^7.0.0"
12 "@babel/highlight@^7.0.0":
14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195…
461 "@babel/code-frame" "^7.0.0"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock5 "@babel/code-frame@^7.0.0":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49…
10 "@babel/highlight" "^7.0.0"
12 "@babel/highlight@^7.0.0":
14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195…
461 "@babel/code-frame" "^7.0.0"
/third_party/node/deps/npm/node_modules/diff/
Drelease-notes.md199 - Include source maps in babel output - 7f7ab21
/third_party/python/Doc/library/
Dgettext.rst531 translatable. `Babel <http://babel.pocoo.org/>`__ is a Python
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.mjs448 "@babel/helpers - typeof";
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md695 * \[[`4ffbff25f3`](https://github.com/nodejs/node/commit/4ffbff25f3)] - **tools**: update @babel/es…
699 * \[[`ea75ef5fbd`](https://github.com/nodejs/node/commit/ea75ef5fbd)] - **tools**: update babel-esl…
983 * \[[`50f91ab059`](https://github.com/nodejs/node/commit/50f91ab059)] - **tools**: udpate @babel/es…
984 * \[[`3611073145`](https://github.com/nodejs/node/commit/3611073145)] - **tools**: remove @babel/pl…
986 * \[[`d6a99b77da`](https://github.com/nodejs/node/commit/d6a99b77da)] - **tools**: remove @babel/pl…
1908 * \[[`6200f3b35f`](https://github.com/nodejs/node/commit/6200f3b35f)] - **tools**: update @babel/es…
2033 …s/node/commit/c2b4fbba0f)] - **lib**: remove semicolon in preparation for babel/eslint-parser upda…
2069 * \[[`78d2e0ed8e`](https://github.com/nodejs/node/commit/78d2e0ed8e)] - **tools**: update babel-esl…
DCHANGELOG_V17.md1247 * \[[`de4d0180dc`](https://github.com/nodejs/node/commit/de4d0180dc)] - **tools**: update @babel/es…
1249 * \[[`5b08e908ea`](https://github.com/nodejs/node/commit/5b08e908ea)] - **tools**: update babel-esl…
1618 * \[[`012152d7d6`](https://github.com/nodejs/node/commit/012152d7d6)] - **tools**: udpate @babel/es…
1619 * \[[`43c780e741`](https://github.com/nodejs/node/commit/43c780e741)] - **tools**: remove @babel/pl…
1621 * \[[`a6fd39f44f`](https://github.com/nodejs/node/commit/a6fd39f44f)] - **tools**: remove @babel/pl…
DCHANGELOG_V14.md746 * \[[`6540c271e4`](https://github.com/nodejs/node/commit/6540c271e4)] - **tools**: update @babel/es…
902 …s/node/commit/097a7874d3)] - **lib**: remove semicolon in preparation for babel/eslint-parser upda…
942 * \[[`ab45ace9bd`](https://github.com/nodejs/node/commit/ab45ace9bd)] - **tools**: update babel-esl…
1930 …tps://github.com/nodejs/node/commit/e8b2c776f7)] - **tools**: upgrade to @babel/eslint-parser 7.12…

12