feat: add internal node moudle punycode

Signed-off-by: MiaoWoo <admin@yumc.pw>
master
MiaoWoo 2020-04-01 14:41:07 +08:00
parent 876c9b77f7
commit ac83acd4c8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
var JavaString = Java.type('java.lang.String')
var separatorChar = File.separatorChar;
var CoreModules = ['assert', 'async_hooks', 'child_process', 'cluster', 'crypto', 'dns', 'domain', 'events', 'fs', 'http', 'http2', 'https', 'inspector', 'net', 'os', 'path', 'vm', 'url', 'util', 'zlib', 'worker_threads']
var CoreModules = ['assert', 'async_hooks', 'child_process', 'cluster', 'crypto', 'dns', 'domain', 'events', 'fs', 'http', 'http2', 'https', 'inspector', 'net', 'os', 'path', 'vm', 'url', 'util', 'zlib', 'worker_threads', 'punycode']
/**
* @param {...object} t