Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed May 30, 2024
1 parent fe0846c commit f14e504
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
target
*.node
*.farm
dist
.DS_Store
Binary file modified playground/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion playground/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
const a = 123;
console.log(a)
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"clean": "farm clean"
},
"devDependencies": {
"@farmfe/cli": "^1.0.0",
"@farmfe/core": "^1.0.22",
"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.1.12",
"core-js": "^3.36.1"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ impl Plugin for FarmPluginReplaceDirname {
// param.content = Arc::new(code);
// println!("Module: {:?}", param.module_id.relative_path());
// let ast = &mut param.meta.as_script_mut().ast;
println!("AST: {:#?}", param.meta.as_script_mut().ast);
println!("module: {:#?}", module);
// println!("AST: {:#?}", param.meta.as_script_mut().ast);
// println!("module: {:#?}", module);
// param.meta.as_script_mut().ast = module;
let ast = &mut param.meta.as_script_mut().ast;
// println!("AST: {:#?}", ast);
Expand Down

0 comments on commit f14e504

Please sign in to comment.