-
This issue is epic. It is here to discuss and plan the transformation to a maintainable frontend code. We should create individual issues from it.
I believe the following should be done:
1) use diff…
-
As is it known YT Iframe API works on front-end. My question is: How can we use 'require' on front-end part?
After a little search I found that it is suggested on [Stack](https://stackoverflow.com/qu…
ghost updated
10 months ago
-
Is there any support for precinct `es6.mixedImports` in dependency-tree cli?
-
.babelrc是来设置转码和插件的,presets设置转码规则,plugins设置插件
babel-cli是命令行转码
babel-node是babel-cli自带的命令,提供REPL环境的
babel-register 是改写require命令的,使用它之后,require 加载js,jsx,es,es6的文件都会先用babel转码
babel-register只会对…
-
I'm getting the following error when building.
```
Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT to enable ES6 features
```
Adding this suggested option to `./build.sh` results in crashin…
-
replace it with es7
-
日期:110年7月26日20:30~22:00
進度:[JS201] 進階 JavaScript:那些你一直搞不懂的地方
----
課程筆記:
一、變數的資料型態
* Primitive type原始型態
* null
* undefined
* string
* number
* boolea…
-
[A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript)
[The Modern Javascript Tutorial](http://jav…
funme updated
5 years ago
-
The "addon" folder has several other folders in it though only the first one - "components" - is being picked up. Do I not have my configuration setup properly?
https://github.com/notmessenger/sl-em…
-
``` js
#!/bin/bash
function foo() {
}
```
Error:
```
Error: Line 1: Unexpected token ILLEGAL
```