Giter Club home page Giter Club logo

Comments (12)

jmezach avatar jmezach commented on June 18, 2024 2

I think that d359e83 might have broken this. For example, with aurelia-binding 2.2.0 I can import the disableConnectQueue function from aurelia-binding, but with 2.2.1 I cannot, even though it's available at runtime. This seems like a regression.

from binding.

bigopon avatar bigopon commented on June 18, 2024

@dhanapalschandran Thanks for filing this. Can you help paste the full error message? It seems important parts of the error were not captured.

from binding.

dhanapalschandran avatar dhanapalschandran commented on June 18, 2024

@dhanapalschandran Thanks for filing this. Can you help paste the full error message? It seems important parts of the error were not captured.

Hi @bigopon , I have provided the screenshot of the error we got during gulp build, Thanks.

from binding.

bigopon avatar bigopon commented on June 18, 2024

@dhanapalschandran I see the updated picture. I'm curious about your usage, as it seems you are importing bindingMode from aurelia-templating?
As far as I know, it should have never worked because it's the import from aurelia-binding. The only module that reexport bindingMode is aurelia-framework, which means:

// not working
- import { bindingMode } from 'aurelia-templating';
// working
+ import { bindingMode } from 'aurelia-framework';

from binding.

dhanapalschandran avatar dhanapalschandran commented on June 18, 2024

@dhanapalschandran I see the updated picture. I'm curious about your usage, as it seems you are importing bindingMode from aurelia-templating?
As far as I know, it should have never worked because it's the import from aurelia-binding. The only module that reexport bindingMode is aurelia-framework, which means:

// not working
- import { bindingMode } from 'aurelia-templating';
// working
+ import { bindingMode } from 'aurelia-framework';

Yes correct, this was error was popped from aurelia-templating index.d.ts, when i change the aurelia-binding version to 2.1.7, the error disappears

from binding.

bigopon avatar bigopon commented on June 18, 2024

@dhanapalschandran If possible, can you help do a clean install of project dependencies to see if anything interesting happens? It shouldn't matter, but since we've had issues related to it before, a try may not hurt.

@josiahhaswell Can you help confirm if this is the same issue you mentioned on Gitter?

from binding.

bigopon avatar bigopon commented on June 18, 2024

@dhanapalschandran Also can I know your typescript version?

from binding.

dhanapalschandran avatar dhanapalschandran commented on June 18, 2024

@dhanapalschandran If possible, can you help do a clean install of project dependencies to see if anything interesting happens? It shouldn't matter, but since we've had issues related to it before, a try may not hurt.

@josiahhaswell Can you help confirm if this is the same issue you mentioned on Gitter?

Hi @bigopon , I have done clean install several times before posting the issue

from binding.

dhanapalschandran avatar dhanapalschandran commented on June 18, 2024

@dhanapalschandran Also can I know your typescript version?

"typescript": "^2.8.1",

from binding.

fkleuver avatar fkleuver commented on June 18, 2024

@dhanapalschandran Are you somehow directly installing from the master branch? We are moving towards a new, more streamlined workflow with CircleCI but it seems the build process is not entirely correct yet. The dist files do seem to be missing stuff. Will fix this asap

from binding.

bigopon avatar bigopon commented on June 18, 2024

@jmezach nice, thanks for the catch. The issue comes from the fact that typings was commited to dist file in this f4012aa while it should have been committed to typings file in src. I'll fix that soon.

from binding.

bigopon avatar bigopon commented on June 18, 2024

All issues have been fixed after #746 .
It can be closed @EisenbergEffect @dhanapalschandran

from binding.

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.