This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-02 09:34:19 -04:00
Code
Issues
Wiki
Activity
e7562eed8c
denoland-deno
/
std
/
prettier
/
testdata
/
opts
/
0.ts
7 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: Implement strict mode (denoland/deno_std#453) Original: https://github.com/denoland/deno_std/commit/be24677d15494e83eea2e99bfc5ccfdde31cb892
2019-05-30 08:59:30 -04:00
console
.
log
(
0
)
;
console
.
log
(
[
function
foo() {
}
,
function
baz() {
}
,
a
=
>
{
}
]
)
;
Copy permalink