isc30 / linq-collections

Strongly typed Linq and Collections implementation for Javascript and TypeScript (ECMAScript 5)
https://www.npmjs.com/package/linq-collections
MIT License
119 stars 12 forks source link

warning when building #46

Open RicardoDuinkerken opened 4 years ago

RicardoDuinkerken commented 4 years ago

‼ Could not load source file "../../src/Linq.ts" in source map of "../node_modules/linq-collections/build/src/Linq.js". ‼ Could not load source file "../../src/Enumerables.ts" in source map of "../node_modules/linq-collections/build/src/Enumerables.js". ‼ Could not load source file "../../src/Iterators.ts" in source map of "../node_modules/linq-collections/build/src/Iterators.js". ‼ Could not load source file "../../src/Comparers.ts" in source map of "../node_modules/linq-collections/build/src/Comparers.js". ‼ Could not load source file "../../src/Collections.ts" in source map of "../node_modules/linq-collections/build/src/Collections.js". ‼ Could not load source file "../../src/Utils.ts" in source map of "../node_modules/linq-collections/build/src/Utils.js".

isc30 commented 4 years ago

Hi, can you create a dummy repo where I can reproduce the issue? Thanks

RicardoDuinkerken commented 4 years ago

git: https://github.com/RicardoDuinkerken/TSlinqTest.git