Giter Site home page Giter Site logo

jasminetsconsolereporter's People

Contributors

seansobey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jasminetsconsolereporter's Issues

ts-stack-filter.js:57 - Source Mapping error

Hi Sean,

I have found a bug in ts-stack-filter.js.

  • line: 57

  • code: const fileName = path.resolve(srcMapResult.sourcesRelativeTo, originalPosition.source);

  • input to path.resolve:

    • srcMapResult.sourcesRelativeTo=${workspaceFolder}/dist/foo.spec.js.map
    • originalPosition.source=../src/foo.spec.ts
  • It looks as path.resolve treats foo.spec.js.map as a folder.

  • Thus the following absolute path is generated:
    ${workspaceFolder}/dist/foo.spec.js.map/../src/foo.spec.ts

  • But the right path would be
    ${workspaceFolder}/dist/../src/foo.spec.ts

  • Is there a reason why you are not removing the map file name foo.spec.js.map from the path before calculating the absolute path?

Would it be much for you to fix that and provide a new npm?

Let me know if you need more details, e.g. a sample implementation.
Let me know if I shall test a fix.

Best,
Gabriel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.