Coder Social home page Coder Social logo

Comments (2)

dsherret avatar dsherret commented on June 19, 2024 1

Took me a while to find, but duplicate of #16790

In the node world npm packages quite easily allow for this and I think deno could potentially allow for this with its byonm feature. (As an aside I prefer to reference my own packages from GitHub repositories rather than publishing them to the npm registry).

Node doesn't support TS files and so the Node compatibility layer aligns with Node.

I would like to be able to reference a node module and then to import TypeScript files as-is and to be able to configure nunjucks to read templates from a directory structure from a package, and to be able to process .scss files where some are imported from a package.

I believe you should be able to do this, minus the importing the TypeScript file as is. You should be able to import any js file in the package though.

from deno.

kruncher avatar kruncher commented on June 19, 2024

@dsherret I can appreciate your thoughts on the linked issue regarding pollution of npm with TypeScript modules although I believe it is possible to import .ts modules from other packages given the right configuration.

Instead of using node_modules as a workaround I'd prefer to see some sort of equivalent in deno. Otherwise the irony is that people will end up building deno packages to npm just to be able to have packages when instead it would be cleaner to avoid that altogether by simply having the option to have deno packages.

eg. instead of node_modules being a first class citizen in deno, have deno packages (or even a generalised package mechanism) which deno is able to import typescript scripts from.

Please don't take this the wrong way, this isn't intended to be salty. I am expressing what I would personally like to be able to do with deno.

from deno.

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.