Giter Site home page Giter Site logo

typescript-linq's People

Contributors

lord-saumagen avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

typescript-linq's Issues

It would be nice to have a UMD wrapping

This is a very useful module that implements both collections and linq so I'd like to use it on both client and server, however lack of UMD wrapping causes all sort of "exports is not defined" problems.
Basically requirejs and wrapper like following would solve the problem:

(function (factory) {
    if (typeof module === "object" && typeof module.exports === "object") {
        var v = factory(require, exports);
        if (v !== undefined) module.exports = v;
    }
    else if (typeof define === "function" && define.amd) {
        define(["require", "exports"], factory);
    }
})(function (require, exports) {

... current source .....

});

Syntax Error in TS.js in IE11

I am getting a Syntax Error in TS.js line 17 in IE11 at the following line

    class Exception {

Looks like it is transpiled into ES6 instead of ES5 which IE11 understands. Is there a page where I can see which browsers are supported? Do you not support IE11?

Custom providers or only collections

Does it support the possibility to work with providers? Or it only works on collections? For example, could it be possible to create an odata provider?

Unexpected token: name (Exception)

ERROR in vendor.dc8d23889124525f7506.bundle.js from UglifyJs
Unexpected token: name (Exception) [vendor.dc8d23889124525f7506.bundle.js:43715,10]

When I use LINQ in Angular 2/4 with angular-cli and run "ng build --prod" to build release js, LINQ lib cause this Error.
If I remove all the LINQ references, that's OK.

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.