DylanNelly

Results 27 comments of DylanNelly

@romainmenke `"uglify-js": "^2.7.5"` try { minified = uglify.minify(source, { fromString: true, compress: { screw_ie8: false, keep_fnames: true }, mangle: { screw_ie8: false }, output: { screw_ie8: false, beautify: false }...

1. delete node_modules 2. npm i 3. npm run build ```shell Writing compiled polyfill sources to /Users/chenyulun390/github/polyfill-library/polyfills/__dist/... WARN: Output exceeds 32000 characters WARN: Output exceeds 32000 characters Waiting for files...

Consider upgrading your compression tools? `uglify-js` does not support advanced syntax It would be nice if the environment could support Node16.(The latest versions of Apicache do not support Node16) ```shell...

nvm use nodev12.22.3

Add compat data for Hermes: https://github.com/zloirock/core-js/pull/1099

all `.java` files no has `public class XXXX implements ReactPackage` ```js function getPackageClassName(folder) { const files = _glob().default.sync('**/+(*.java|*.kt)', { cwd: folder }); const packages = files.map(filePath => _fs().default.readFileSync(_path().default.join(folder, filePath), 'utf8')).map(matchClassName).filter(match...

Can't identify 'public class ReactNativeBlobUtilPackage extends TurboReactPackage {' `@react-native-community/[email protected]` `node_modules/@react-native-community/cli-platform-android/build/config/findPackageClassName.js`

The `@react-native-community/[email protected]` attached to RN 6.4.4 will not parse properly

woking in RN 0.65.3, `@react-native-community/[email protected]` `@react-native-community/[email protected]` node_modules/@react-native-community/cli-platform-android/build/config/findPackageClassName.js ```js function matchClassName(file) { const nativeModuleMatch = file.match(/class\s+(\w+[^(\s]*)[\s\w():]*(\s+implements\s+|:)[\s\w():,]*[^{]*ReactPackage/); // We first check for implementation of ReactPackage to find native // modules and then...