[ 源代码: node-babel7 ]
软件包:node-babel7-standalone(7.12.12+~cs150.141.84-6+deb11u1)
node-babel7-standalone 的相关链接
Debian 的资源:
下载源码包 node-babel7:
- [node-babel7_7.12.12+~cs150.141.84-6+deb11u1.dsc]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-dynamic-import-node.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-async-generators.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-bigint.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-dynamic-import.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-export-namespace-from.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-import-meta.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-json-strings.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-logical-assignment-operators.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-nullish-coalescing-operator.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-numeric-separator.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-object-rest-spread.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-optional-catch-binding.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-plugin-syntax-optional-chaining.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-preset-current-node-syntax.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-babel-preset-modules.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-charcodes.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-gensync.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-js-levenshtein.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-node-modules-regexp.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-pirates.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-code-frame.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-core.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-generator.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-preset-env.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-standalone.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-template.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-traverse.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig-types-babel-types.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84.orig.tar.gz]
- [node-babel7_7.12.12+~cs150.141.84-6+deb11u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [babeljs.io]
相似软件包:
Standalone build of Babel for use in browsers and other non-Node.js environments
@babel/standalone provides a standalone build of Babel for use in browsers and other non-Node.js environments.If you're using Babel in production, you should normally not use @babel/standalone. Instead, you should use a build system running on Node.js, such as Webpack, Rollup, or Parcel, to transpile your JS ahead of time.
However, there are some valid use cases for @babel/standalone:
* It provides an easy, convenient way to prototype with Babel. Using @babel/standalone, you can get started using Babel with just a simple script tag in your HTML. * Sites that compile user-provided JavaScript in real-time, like JSFiddle, JS Bin, the REPL on the Babel site, JSitor, etc. * Apps that embed a JavaScript engine such as V8 directly, and want to use Babel for compilation * Apps that want to use JavaScript as a scripting language for extending the app itself, including all the goodies that ES2015 provides. * Other non-Node.js environments (ReactJS.NET, ruby-babel-transpiler, php-babel-transpiler, etc).