mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
deno2: fmt js dir
This commit is contained in:
parent
314f086721
commit
997b300745
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
const globalEval = eval;
|
||||
const window = globalEval("this");
|
||||
window['foo'] = () => {
|
||||
window["foo"] = () => {
|
||||
deno_print("Hello world from foo");
|
||||
return "foo";
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
@ -4,3 +4,4 @@ clang-format -i -style Google *.cc *.h include/*.h
|
|||
gn format BUILD.gn
|
||||
gn format .gn
|
||||
yapf -i tools/*.py
|
||||
prettier --write js/*.ts js/*.js
|
||||
|
|
Loading…
Reference in a new issue