Skip to content

Commit 8393302

Browse files
committed
pdev:set
1 parent 4713185 commit 8393302

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

code-generation/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import { SceMain } from "./interfaces";
2-
export declare const plugins: Array<SceMain>;
2+
export declare const plugins: Array<new () => SceMain>;

code-generation/index.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ import * as nodejsmocha from './values/nodejs-mocha';
77
import * as nodejssuman from './values/nodejs-suman';
88

99

10-
export const plugins : Array<SceMain>= [
11-
12-
13-
14-
15-
16-
10+
export const plugins : Array<new() => SceMain>= [
1711

1812
javajunit.CodeGenerator,
1913
javatestng.CodeGenerator,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy