1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/pkg/js/parse_tests/complexImports/b/b.js
Tom Limoncelli 18d99fd30f Add .gitattributes file and fix line endings to match. (#1004)
* NEW: .gitattributes
* Fix line endings
* Fix File Endings
2020-12-25 10:18:01 -05:00

9 lines
137 B
JavaScript

require('pkg/js/parse_tests/complexImports/b/d/d.js');
function b() {
return [
d(),
CNAME("B", "foo.com.")
];
}