Pawel Badenski

Results 45 issues of Pawel Badenski

I double checked that I used the same python to generate the exe file and I'm using the same version with unpy2exe and still getting: `RuntimeError: Bad code object in...

Experiencing similar to: https://github.com/matiasb/unpy2exe/issues/1 but on Python 3.8

I had to monkeypatch the code to include declaration files: ``` var declarationFiles = _b.compilerConfig.fileNames.filter(f => f.endsWith(".d.ts")); var files = [sourceFileName].concat(declarationFiles); var program = typescript_1.default.createProgram(files, options, compilerHost); ``` Am I...

There's been really valuable commits - for instance upgrading tsickle dependency to 0.38 - and version has been bumped, but never released to npm.