Giter Site home page Giter Site logo

common-services's Introduction

Projects

Whook Knifecycle

Stats

GitHub Ranking

common-services's People

Contributors

nfroidure avatar

Watchers

 avatar  avatar  avatar

common-services's Issues

Make the `resolve` service use `import.meta.resolve`

To fully rely on the ESM module system, we still need to use import.meta.resolve to load files dynamically:
https://github.com/nfroidure/common-services/blob/main/src/services/resolve.ts#L43-L50

We will probably need to rely on the main file of the program so a MAIN_META_URL could be used to resolve any module from the projet root location. This will be usable with the --experimental-import-meta-resolve flag and the parent option of import.meta.resolve but in the meanwhile, we will probably need to cut the URLs by hand.

We could also add a counter that add some query string to be able to load the files in the same process after some changes: https://nodejs.org/api/esm.html#urls . It would be useful to avoid caching.

Error using package with Typescript

I get the following error when using the package with Typescript

node_modules/common-services/dist/process.d.ts(1,23): error TS1452: 'resolution-mode' assertions are only supported when `moduleResolution` is `node16` or `nodenext`.

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.