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-05 09:04:41 -05:00
Code
Issues
Wiki
Activity
17574f1ef7
denoland-deno
/
cli
/
tests
/
testdata
/
package_json
/
basic
/
fail_check.ts
4 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: fix flaky package_json_basic tests (#17940) https://github.com/denoland/deno/actions/runs/4267836955/jobs/7429836369 Closes #17946
2023-02-25 08:56:39 -05:00
import
{
getValue
}
from
"./lib.ts"
;
feat(npm): support bare specifiers from package.json in more subcommands and language server (#17891)
2023-02-23 10:58:10 -05:00
const
_test
:
string
=
getValue
(
)
;
Copy permalink