GithubHelp home page GithubHelp logo

jrburke / adapt-pkg-main Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 3.0 184 KB

Creates a package.js sibling to package directory for easier front end module loader consumption

License: MIT License

JavaScript 100.00%

adapt-pkg-main's People

Contributors

jrburke avatar lambdabaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

erikorbons kdana1

adapt-pkg-main's Issues

jquery - have to list jquery in config path

jquery will not work for me unless I put in in the require config:

require.config({
	baseUrl: 'node_modules',
	paths: {
		app: "../app",
		jquery: 'jquery/dist/jquery'
	}
}

If I remove it from the require.config, I can see it (and the wrapper file created by adapt-pkg-main) downloading in the network traffic, but for modules using it with a define, like this:

define(['jquery', 'knockout'], function ($, ko) { .... }

$ is undefined. If I put it in the require config, it works.

Awesome library by the way! Thanks

Trim leading . from main values

Right now if the "main" value is something like "./lib/main", the dependency in the adapter ends up being "pkg/./lib/main". This should be fine as the dependency ID gets normalized internally by a loader, it but just looks a bit cleaner to trim it.

Add command line option to select which modules to adapt

This is coming up because of

/home/gareth/Documents/simplestform/.tup/mnt/@tupjob-49105/home/gareth/Documents/simplestform/node_modules/babel-core.js:1
(function (exports, require, module, __filename, __dirname) { define(['./babel
                                                              ^
ReferenceError: define is not defined
    at Object.<anonymous> (/home/gareth/Documents/simplestform/.tup/mnt/@tupjob-49105/home/gareth/Documents/simplestform/node_modules/babel-core.js:1:63)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/home/gareth/Documents/simplestform/.tup/mnt/@tupjob-49105/home/gareth/Documents/simplestform/node_modules/babel/bin/babel/index.js:5:24)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)

which happens since babel-core is being used from node, but it's being adapted/transformed to prime it for amd/browser usage. When someone (in this case babel) tries to require('babel-core') from within node, the amd wrapper chokes.

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.