Compare commits

..

No commits in common. "301a6e623bae0e2f3bd64075ed752c6caeb54adb" and "0eb71ff289de35267ae46b47e86168135a2f5c65" have entirely different histories.

2 changed files with 4 additions and 0 deletions

2
dist/index.js vendored
View File

@ -32,6 +32,8 @@ function loadNativeModuleTemp (module, data) {
} }
loady(module, loadPath); loady(module, loadPath);
return loadPath;
}`; }`;
function bundleNativeModulesPlugin() { function bundleNativeModulesPlugin() {
return { return {

View File

@ -29,6 +29,8 @@ function loadNativeModuleTemp (module, data) {
} }
loady(module, loadPath); loady(module, loadPath);
return loadPath;
}`; }`;
type Edit = [number, number]; type Edit = [number, number];