-
umaar updated
6 years ago
-
## 注
本系列文章不是技术教程,只是个人的知识点整理。
## 为什么写ES6?
我从IE6时代开始写JavaScript,到2016年左右迎接真正的成年JS:ES6,接下来是前端爆发时代:CoffeeScript、TypeScript、Webpack、Angular、React、Node、Eslint等百十个技术点或框架层出不穷走向成熟。我和大部分人一样,在有限的精力里…
-
I have [a long comment](https://users.rust-lang.org/t/rust-as-a-high-level-language/4644/72) at the Rust forum (some of the inspiration came from @keean linking me to Sean Parent's [video](https://you…
-
protobuf.js version: 6.10.1
### Expected behavior
pbjs should generate javascript free of syntax errors when using wrap = es6
### Actual behavior
If there are 2 map fields in a protobuf messag…
-
I think it would be a favourable improvement, if you could centrally provide Typescript Enums for a few things, rather than having everyone writing their own. This would create a smoother DX for anyon…
-
# [Javascript] Prototype
In truth, JavaScript doesn’t truly have the concept of classes. While it’s accurate that ES6 introduced class syntax, this addition is merely syntactical sugar rather than a …
-
类跟函数一样. 都有**两种**存在形式
- 声明形式.
- 表达式形式.
函数声明 和 类声明 由**相应关键字** ( function & class) 进行定义, 随后紧跟标识符
表达式形式的 函数 和 类 与之相似.. 只是不需要在关键字后面添加 标识符..
>类表达式的 **设计初衷** 是为了声明相应变量或传入函数作为参数.
-
Search quickstart codebase for non-es6 javascript and list results here, we can make new tickets for each one we find.
ES6 documentation here: https://github.com/az-digital/az_quickstart/blob/main/…
-
The next major release of Java, JDK9, will provide an updated version of the Nashorn JavaScript engine.
This version will include a JavaScript parsing API, and will support ES6.
http://www.javamag…
-
## Description
We need to take a look at https://decaffeinate-project.org/
Steps:
1. See conversion guide https://github.com/decaffeinate/decaffeinate/blob/master/docs/conversion-guide.md
2.…