Taritsyn/BundleTransformer

BundleTransformer.TypeScript add "allowJs" configuration option

MingweiSamuel opened this issue · 2 comments

Just like all the other compiler options

<typeScript allowUnreachableCode="false" allowUnusedLabels="false"
alwaysStrict="false" downlevelIteration="false"
forceConsistentCasingInFileNames="false" keyofStringsOnly="false"
newLine="CrLf" noEmit="false" noEmitHelpers="false"
noEmitOnError="false" noErrorTruncation="false" noFallthroughCasesInSwitch="false"
noImplicitAny="false" noImplicitReturns="false" noImplicitThis="false"
noLib="false" noResolve="false" noStrictGenericChecks="false"
noUnusedLocals="false" noUnusedParameters="false"
preserveConstEnums="false" removeComments="false"
skipDefaultLibCheck="false" skipLibCheck="false"
strictNullChecks="false" strictFunctionTypes="false"
strictPropertyInitialization="false" stripInternal="false"
suppressExcessPropertyErrors="false" suppressImplicitAnyIndexErrors="false"
suppressTypeCheckingErrors="false"
target="EcmaScript3" transpileOnly="false">

Actually, I'm not sure if this would be useful

Hello, Mingwei!

Indeed, what need to do useful in the BundleTransformer.TypeScript module is to add support of TypeScript version 3.2.2, but I will do it in 2019.