Giter VIP home page Giter VIP logo

Comments (6)

frankwallis avatar frankwallis commented on June 10, 2024

Both the built in typescript compiler and this plugin will always produce "system" format as that is what is used by SystemJS. This compiler option is ignored.

from plugin-typescript.

rootical avatar rootical commented on June 10, 2024

Thanks for the quick response. Is there any hope to add support for this?

from plugin-typescript.

frankwallis avatar frankwallis commented on June 10, 2024

If you can give me a valid use case for setting it to anything other than "system" then I will consider it...

from plugin-typescript.

rootical avatar rootical commented on June 10, 2024

I am building a framework on top of TypeScript and Angular, generated output should contain of:

  • plain es5 module
  • commonjs module
  • systemjs module

That's why I need it so bad... And not only me, I believe. Thank you once more.

from plugin-typescript.

frankwallis avatar frankwallis commented on June 10, 2024

You can get buildSFX to produce other formats using

builder.buildSFX('myModule.js', 'outfile.js', { sfxFormat: 'cjs' });

See here https://github.com/systemjs/builder#sfx-format. But the output of this plugin will still be "system", systemJS will just expose the entry point of the bundle as a commonJS module.

Otherwise it sounds like you may be better to just use the TypeScript compiler directly instead of bundling with systemJS?

from plugin-typescript.

rootical avatar rootical commented on June 10, 2024

I've tried that option and still ended up with SystemJS kind of commonjs module.

It's very pity SystemJS can't do it, would be so nice to let one tool taking care of all problems.

from plugin-typescript.

Related Issues (20)

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.