restructure
This commit is contained in:
0
test/assets/index.d.ts
vendored
Normal file
0
test/assets/index.d.ts
vendored
Normal file
5
test/assets/index.js
Normal file
5
test/assets/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
(function () {
|
||||
console.log("test");
|
||||
}());
|
14
test/assets/package.json
Normal file
14
test/assets/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "test",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"npmts": "*"
|
||||
}
|
||||
}
|
4
test/assets/ts/index.js
Normal file
4
test/assets/ts/index.js
Normal file
@ -0,0 +1,4 @@
|
||||
(function () {
|
||||
console.log("test");
|
||||
}());
|
||||
//# sourceMappingURL=index.js.map
|
1
test/assets/ts/index.js.map
Normal file
1
test/assets/ts/index.js.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,CAAC;IACG,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;AACvB,CAAC,EAAE,CAAC,CAAC"}
|
3
test/assets/ts/index.ts
Normal file
3
test/assets/ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
(function(){
|
||||
console.log("test")
|
||||
}());
|
1
test/assets/ts/test.js
Normal file
1
test/assets/ts/test.js
Normal file
@ -0,0 +1 @@
|
||||
//# sourceMappingURL=test.js.map
|
1
test/assets/ts/test.js.map
Normal file
1
test/assets/ts/test.js.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"test.js","sourceRoot":"","sources":["test.ts"],"names":[],"mappings":""}
|
0
test/assets/ts/test.ts
Normal file
0
test/assets/ts/test.ts
Normal file
18
test/assets/ts/tsd.json
Normal file
18
test/assets/ts/tsd.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": "v4",
|
||||
"repo": "borisyankov/DefinitelyTyped",
|
||||
"ref": "master",
|
||||
"path": "typings",
|
||||
"bundle": "typings/tsd.d.ts",
|
||||
"installed": {
|
||||
"node/node.d.ts": {
|
||||
"commit": "78d36dd49b6b55b9fdfe61776a12bf05c8b07777"
|
||||
},
|
||||
"colors/colors.d.ts": {
|
||||
"commit": "09e37435ffb2c56a6f908081194a74756f24f99d"
|
||||
},
|
||||
"vinyl/vinyl.d.ts": {
|
||||
"commit": "78d36dd49b6b55b9fdfe61776a12bf05c8b07777"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user