summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_extensions/js_without_extension.out
blob: 0273e6207f48ba31a60fb0f05ff7db1e058b72ed (plain)
1
2
3
4
5
6
7
8
[WILDCARD]
// deno-fmt-ignore-file
// deno-lint-ignore-file
// This code was bundled using `deno bundle` and it's not recommended to edit it manually

"hello";
console.log("executing javascript with no extension");