Code Monkey home page Code Monkey logo

Comments (10)

Deraen avatar Deraen commented on June 21, 2024 2

It doesn't solve this, it works around this.

I'd still prefer solution which doesn't involve calling npm and instead packages the files to JARs.

from boot-cljsjs.

martinklepsch avatar martinklepsch commented on June 21, 2024

@shaunlebron this sounds great, I assume this doesn't have any impact on externs (i.e. they're still required)?

from boot-cljsjs.

plexus avatar plexus commented on June 21, 2024

Externs are no longer required in this case. The CommonJS/AMD/ES2015 module gets converted into a Google Closure Compiler module and can be consumed as such.

from boot-cljsjs.

Deraen avatar Deraen commented on June 21, 2024

Blocked by: http://dev.clojure.org/jira/browse/CLJS-1762 and probably other bugs will be found once Closure compiler has been updated.

Currently module-type support is not good for other than very simple tests cases. For example npm modules can't be used.

from boot-cljsjs.

kommen avatar kommen commented on June 21, 2024

Now that there's :module-type support in ClojureScript since 1.9.454 (https://clojurescript.org/reference/javascript-module-support) would the be interest to support this option in cljsjs?

from boot-cljsjs.

Deraen avatar Deraen commented on June 21, 2024

Closure/ClojureScript doesn't currently support Node module resolution in classpath (e.g. Cljsjs JARs). Either files would need to be copied to filesystem in Cljs compiler, or something (Cljs, Cljsjs) should provide Closure node module resolution implementation which works with classpath.

from boot-cljsjs.

kommen avatar kommen commented on June 21, 2024

I see, thanks.

from boot-cljsjs.

burn2delete avatar burn2delete commented on June 21, 2024

Does the :npm-deps option solve this now?

from boot-cljsjs.

Deraen avatar Deraen commented on June 21, 2024

Also, when using :npm-deps, it doesn't make much sense to provide those in packages, it is easy for user to declare :npm-deps in the project. But for this use case we could provide separate externs packages.

from boot-cljsjs.

Deraen avatar Deraen commented on June 21, 2024

I don't think there is anything to do related to Cljsjs here. Deps.cljs can be generated with :module-type entries, but I think ClojureScript compiler and Closure only work if those files are available in filesystem, not classpath. This will need to be fixed elsewhere.

from boot-cljsjs.

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.