Skip to content

Commit 899fd2d

Browse files
committed
don't run pureClassAssignment on dts file
1 parent 1da5c82 commit 899fd2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsc-multi",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Compile multiple TypeScript projects into multiple targets.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/worker/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export class Worker {
264264
afterDeclarations: [
265265
createTransformer({
266266
extname: this.data.extname || JS_EXT,
267-
pureClassAssignment: this.data.pureClassAssignment || false,
267+
pureClassAssignment: false,
268268
getResolvedShareHelpers: () => resolvedShareHelpers,
269269
helpersNeeded,
270270
system: this.system,

0 commit comments

Comments
 (0)