SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

Weakmap is not referenced as dependency, but is required by package. #53

Open blazkovicz opened 8 years ago

blazkovicz commented 8 years ago

Weakmap is not supplied by bower package, but is required in code from '../lib/weakmap'. I can not use weakmap, installed independently.

archangel-irk commented 8 years ago

Weakmap is already included in dist/knockout-es5.min.js and dist/knockout-es5.js

robkins commented 7 years ago

This is still causing issues for me. var WM = global.WeakMap || require('../lib/weakmap');

Why have this line if the weakmap file doesn't exist?