Code Monkey home page Code Monkey logo

loader-nodejs's Introduction

aurelia-loader-nodejs

npm Version ZenHub Join the chat at https://gitter.im/aurelia/discuss CircleCI

This library is part of the Aurelia platform and contains an implementation of Aurelia's loader interface to enable execution under node.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions, please join our community on Gitter or use stack overflow. Documentation can be found in our developer hub. If you would like to have deeper insight into our development process, please install the ZenHub Chrome or Firefox Extension and visit any of our repository's boards.

loader-nodejs's People

Contributors

ckotzbauer avatar eisenbergeffect avatar meirionhughes avatar niieani avatar strahilkazlachev avatar vvnsk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

loader-nodejs's Issues

Fix Redeclaring imports - LoaderPlugin to support Typescript 3.7

I'm submitting a bug report

  • Library Version:

    1.0.1

Please tell us about your environment:

  • Operating System:

    Windows 10

  • Node Version:
    
8.9.4

  • NPM Version:

    5.6.0

  • JSPM OR Webpack AND Version
:
    Webpack

  • Language:

    TypeScript 3.7

Current behavior:
Since upgrading to TypeScript 3.7, I am getting the following error during transpilation:

Error in node_modules/aurelia-loader-nodejs/dist/aurelia-loader-nodejs.d.ts(2,41): error TS2440: Import declaration conflicts with local declaration of ‘LoaderPlugin'.

Expected/desired behavior:
TypeScript 3.7 transpilation to work.

Triage:

A bug fix introduced in TypeScript 3.7 seems to be the cause of the issues here under the 'Local and Imported Type Declarations Now Conflict' section:
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#local-and-imported-type-declarations-now-conflict

Unnecessary reference to @types/lodash

I'm submitting a bug report
I'm submitting a feature request

  • Library Version:
    1.0.1

Current behavior:
There was a unnecessary reference to @types/lodash in all builts.

/// <reference types="lodash" />

/// <reference types="lodash" />

Expected/desired behavior:

  • What is the expected behavior?
    Expect to drop the reference, and remove @types/lodash from package.json

  • What is the motivation / use case for changing the behavior?
    To cleanup.
    This is a follow up on aurelia/cli#1091 (comment)

New release

There is a name fix on master that isn't released yet. Currently when the aurelia-boostrapper tries to use this loader it crashes because of this.

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.