-
Hi,
We are using grails-babel plugin (https://grails.org/plugin/babel-asset-pipeline). Which is using es6 file extension by default (we have mix of js and es6 files)
Is there is a way to enable ng-a…
Luxor updated
8 years ago
-
## 先聊下 babel 与 polyfill
ES2015 标准已经发布三年了, 在项目中我们会写 ES2015(或者更高版本) 的代码, 但是代码最终运行的环境(浏览器)通常是不可控的, 因此需要将 ES2015 编译为低版本代码, 来保证所有目标环境可运行
babel 就是用来将高版本编译为低版本的工具, 在不配置额外插件的情况下, babel 仅仅是将 ES2015 的语法(例如`…
-
### Detail:
I have updated a third party library **axios** version to 1.6.7 . When I ran tests I started to get the following error
` Jest encountered an unexpected token
This usually mea…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```js
// Just using Template strings
```
### Configuration file name
.babelrc
…
-
### 相关平台
微信小程序
**小程序基础库: 3.6.0**
**使用框架: React**
### 复现步骤
上传或者预览,需要开启小程序的转为es5才能上传
### 期望结果
1
### 实际结果
2
### 环境信息
```
Taro CLI 4.0.5 environment info:
System:
O…
-
Recently we're starting to want to pull in libraries that export, or have dependencies that export, ES6. As far as I can tell, there are no guidelines or structure whatsoever in NPM / the JS ecosystem…
-
Since Babel has good support for many of the most useful ES6 features, and Babel is capable of working in an [online REPL](https://babeljs.io/repl/), we should add ES6 support to GitBook exercises.
U…
-
When using Mockery to mock out dependencies of modules that are written in ES6 using Babel, there are a number of core Babel modules that get required automatically that need to be marked as allowed t…
-
## Link to bug demonstration repository
https://github.com/jroose/nyc_out_of_heap_mem
## Expected Behavior
Doesn't throw a JavaScript heap overflow error.
## Observed Behavior
Throws a Java…
-
### Version
29.7.0
### Steps to reproduce
After I upgraded `typeScript` version from `5.5.4` to `5.6.2`, my test pipeline execution failed.
My execution failed pipeline is https://github.com/wtt…