eclipse-typescript icon indicating copy to clipboard operation
eclipse-typescript copied to clipboard

Cannot compile modules unless the '--module' flag is provided.

Open biswardas opened this issue 8 years ago • 0 comments

Version: Luna SR2 (4.4.2) TypeScript 1.5.0.v20150727-0436 com.palantir.typescript.feature.feature.group Palantir Technologies, Inc.

compiler

export class Test { tmember: string; } Cannot compile modules unless the '--module' flag is provided. whenever the export is used.

I tried all combinations in the module code generation dropdown. Not sure which combination will send --module flag to compiler.

biswardas avatar Sep 02 '16 18:09 biswardas