eclipsesource / eclipsesource/J2V8
The New version of J2V8(Android) can not support ES6 Import/Export function.....
Open
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 387
- PR merge metrics
- No merged PRs in 30d
Description
import * from './function';
function aaa(){
for(let i=1;i<100;i++){
System.println("锟斤拷锟?====="+i);
}
return 0;
}
var a=System.getScreenResolution();
System.println("Screen======"+a);
aaa();
undefined:2: SyntaxError: Unexpected token import
import * from './function';
^^^^^^
Contributor guide
Assessment
This issue has not been assessed yet.