没有合适的资源?快使用搜索试试~ 我知道了~
babel-plugin-transform-class:简约的ES6级Babel变压器
共77个文件
js:45个
babelrc:13个
md:8个
需积分: 12 0 下载量 134 浏览量
2021-05-05
12:30:15
上传
评论
收藏 40KB ZIP 举报
温馨提示
babel-plugin-transform-class 简约的ES6级Babel变压器 概述 Transpiler非常强大,但是当生成的代码不符合我们的要求时,可能会令人沮丧。 如果您喜欢它为您生成的内容,请使用此转换插件。 。 因此,此转换插件纯粹将自己集中在ES6类符号上。 它仅使用一个遍历访问者,并且...不注入任何辅助函数 类/构造函数 class声明及其constructor ,成为函数声明 function MyClass ( args ) { /* code */ } 原型方法 使用Object.assign(MyClass.prototype, {/* methods */});将类方法分配给构造函数原型Object.assign(MyClass.prototype, {/* methods */}); 。 方法的缩写符号foo() {/* code */}变为
资源推荐
资源详情
资源评论
收起资源包目录
babel-plugin-transform-class-master.zip (77个子文件)
babel-plugin-transform-class-master
.gitignore 583B
.babelrc 39B
package.json 1KB
src
index.js 4KB
.travis.yml 193B
LICENSE 1KB
README.md 8KB
.npmignore 57B
test
index.js 802B
upcoming-fixtures
statement
actual.js 228B
super-illegal-non-constructor-call
options.json 55B
inferred-expression-name
actual.js 31B
super-call-only-allowed-in-derived-constructor
options.json 67B
actual.js 49B
README.md 151B
accessing-super-properties
actual.js 103B
calling-super-properties
actual.js 154B
super-function-fallback
actual.js 71B
README.md 474B
unwanted-fixtures
super-class-anonymous
actual.js 324B
method-return-type-annotation
actual.js 66B
super-illegal-non-constructor-call
options.json 55B
actual.js 42B
this-not-allowed-before-super-in-derived-classes
options.json 55B
actual.js 83B
export-super-class
actual.js 34B
README.md 136B
instance-getter
actual.js 50B
README.md 133B
derived-constructor-must-call-super
actual.js 49B
README.md 131B
this-not-allowed-before-super-in-derived-classes-2
options.json 55B
actual.js 65B
relaxed-method-coercion
actual.js 60B
computed-methods
actual.js 72B
README.md 93B
super-reference-before-bare-super
options.json 58B
actual.js 78B
super-class-id-member-expression
actual.js 116B
instance-getter-and-setter
actual.js 96B
README.md 133B
fixtures
constructor
.babelrc 44B
actual.js 240B
expected.js 272B
static-super
.babelrc 44B
actual.js 80B
expected.js 213B
preserves-directives
.babelrc 44B
actual.js 217B
expected.js 153B
instance-method
.babelrc 44B
actual.js 46B
expected.js 104B
static
.babelrc 44B
actual.js 81B
expected.js 106B
delay-arrow-function-for-bare-super-derived
.babelrc 44B
actual.js 91B
expected.js 166B
super-class
.babelrc 44B
actual.js 27B
expected.js 123B
name-method-collision
.babelrc 44B
actual.js 62B
expected.js 115B
support-readme-example
.babelrc 44B
actual.js 431B
expected.js 668B
constructor-binding-collision
.babelrc 44B
actual.js 81B
expected.js 62B
accessing-super-class
.babelrc 44B
actual.js 177B
expected.js 341B
plain-class
.babelrc 44B
actual.js 15B
expected.js 19B
共 77 条
- 1
资源评论
皂皂七虫
- 粉丝: 26
- 资源: 4636
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (40004052)HTML+CSS精美页面.zip
- 基于MPC模型预测控制的路径跟踪控制,通过设置路径函数或者以点的形式设置路径,五次多项式路径,双移线路径,sin曲线路径都有,可在S函数内随意切,同时加入了前轮侧偏角约束,可以完美运行 包括:模型
- (41341400)基于Java的宠物一线牵信息管理系统的设计与实现附源码
- (4337840)书籍借阅管理系统.rar 书籍借阅管理系统.rar 书籍借阅管理系统.rar
- (6700018)Java学生管理系统源代码
- (8292030)书籍借阅管理系统
- (12591438)java课程设计
- IGWO-SVM:改良的灰狼优化算法改进支持向量机 采用三种改进思路:两种Logistic和Tent混沌映射和采用DIH策略 采用基于DIH维度学习的狩猎搜索策略为每只狼构建邻域,增强局部和全局搜
- 计算机语言HTML+JS 新年贺卡源码,带背景音乐,自适应电脑端和移动端哦
- (15128638)屏幕截图及抓字软件
- (172701840)信号与系统实验报告1
- (17318638)信号与系统实验文档
- 跳棋(标记)检测5-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord数据集合集.rar
- (173627248)springboot宠物猫店管理系统的设计与实现(源码+数据库)140909
- (174504834)Matlab复杂网络各种模型实现的代码
- (174543422)医院挂号系统.rar(大一大二编程题目/大作业)含文件知识
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功