cli: add type definitions for transform test fixtures
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Generated
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
export const namedA: string
|
||||
export const namedB: string
|
||||
export const namedC: string
|
||||
export const defaultA: string
|
||||
export const defaultB: string
|
||||
export const defaultC: string
|
||||
|
||||
export namespace dyn {
|
||||
export const namedA: Promise<string>
|
||||
export const namedB: Promise<string>
|
||||
export const namedC: Promise<string>
|
||||
export const defaultA: Promise<string>
|
||||
export const defaultB: Promise<string>
|
||||
export const defaultC: Promise<string>
|
||||
}
|
||||
Generated
Vendored
+5
@@ -3,5 +3,10 @@
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
".": "./main.js"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [ "main.d.ts" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
export const namedA: string
|
||||
export const namedB: string
|
||||
export const namedC: string
|
||||
export const defaultA: string
|
||||
export const defaultB: string
|
||||
export const defaultC: string
|
||||
|
||||
export namespace dyn {
|
||||
export const namedA: Promise<string>
|
||||
export const namedB: Promise<string>
|
||||
export const namedC: Promise<string>
|
||||
export const defaultA: Promise<string>
|
||||
export const defaultB: Promise<string>
|
||||
export const defaultC: Promise<string>
|
||||
}
|
||||
Generated
Vendored
+5
@@ -2,5 +2,10 @@
|
||||
"name": "dep-default",
|
||||
"exports": {
|
||||
".": "./main.js"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [ "main.d.ts" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
export const namedA: string
|
||||
export const namedB: string
|
||||
export const namedC: string
|
||||
export const defaultA: string
|
||||
export const defaultB: string
|
||||
export const defaultC: string
|
||||
|
||||
export namespace dyn {
|
||||
export const namedA: Promise<string>
|
||||
export const namedB: Promise<string>
|
||||
export const namedC: Promise<string>
|
||||
export const defaultA: Promise<string>
|
||||
export const defaultB: Promise<string>
|
||||
export const defaultC: Promise<string>
|
||||
}
|
||||
Generated
Vendored
+5
@@ -3,5 +3,10 @@
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./main.js"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [ "main.d.ts" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user