This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
7ef76c1dc3
denoland-deno
/
cli
/
tests
/
testdata
/
ts_with_generic.ts
4 lines
58 B
TypeScript
Raw
Normal View
History
Unescape
Escape
build: migrate to dlint (#8176) This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-11-03 10:19:29 -05:00
// deno-lint-ignore-file
fix: parsing of JSX and TSX in SWC (#5870)
2020-05-26 09:41:00 -04:00
const
foo
=
{
delete
<
S
>
(
)
{
}
}
;
Copy permalink