Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript 1.9.0 breaks atom-wallaby #32

Closed
garycourt opened this issue Apr 7, 2016 · 1 comment
Closed

Typescript 1.9.0 breaks atom-wallaby #32

garycourt opened this issue Apr 7, 2016 · 1 comment

Comments

@garycourt
Copy link

I'm getting the following error when I try to run atom-wallaby@1.0.7 with typescript@1.9.0-dev.20160406 on some Typescript code:

Postprocessor run failure: e._compiler.getSourceFile is not a function

Here is my wallaby.js file:

module.exports = function (w) {
  return {
    files: [
      'src/*.ts'
    ],

    tests: [
      'src/tests/*.ts'
    ],

    env: {
      type: 'node'
    },

    compilers: {
      '**/*.ts': w.compilers.typeScript({module: 'commonjs', target: 'es5'})
    }
  };
};

This error does not occur if I downgrade Typescript to 1.8.9.

@ArtemGovorov
Copy link
Member

The issue is fixed in core v1.0.213. The core will be updated automatically in a few minutes, to get the update ASAP, you may force the core update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants