Closed davismj closed 9 years ago
We were previously using import core from core-js which generates d.ts that do not match the corejs d.ts. This is now updated to import * as core 'core-js', which resolves TypeScript compilation warnings.
import core from core-js
import * as core 'core-js'
closes aurelia/framework#177
We were previously using
import core from core-js
which generates d.ts that do not match the corejs d.ts. This is now updated toimport * as core 'core-js'
, which resolves TypeScript compilation warnings.closes aurelia/framework#177