1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/testdata/npm/cjs-invalid-name-exports/main.out

14 lines
325 B
Text
Raw Normal View History

[Module: null prototype] {
"a \\ b": "a \\ b",
"another 'case'": "example",
default: {
'wow "double quotes"': "double quotes",
"another 'case'": "example",
"a \\ b": "a \\ b",
"name variable": "a",
"foo - bar": "foo - bar"
},
"foo - bar": "foo - bar",
'wow "double quotes"': "double quotes"
}