aurelia-polyfills
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "aurelia-polyfills", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -368,2 +368,5 @@ define(['exports', 'aurelia-pal'], function (exports, _aureliaPal) { | ||
})(_aureliaPal.PLATFORM.global); | ||
var emptyMetadata = Object.freeze({}); | ||
var metadataContainerKey = '__metadata__'; | ||
if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') { | ||
@@ -370,0 +373,0 @@ _aureliaPal.PLATFORM.global.Reflect = {}; |
@@ -400,2 +400,5 @@ import {PLATFORM} from 'aurelia-pal'; | ||
})(PLATFORM.global); | ||
const emptyMetadata = Object.freeze({}); | ||
const metadataContainerKey = '__metadata__'; | ||
if (typeof PLATFORM.global.Reflect === 'undefined') { | ||
@@ -402,0 +405,0 @@ PLATFORM.global.Reflect = {}; |
@@ -369,2 +369,5 @@ 'use strict'; | ||
})(_aureliaPal.PLATFORM.global); | ||
var emptyMetadata = Object.freeze({}); | ||
var metadataContainerKey = '__metadata__'; | ||
if (typeof _aureliaPal.PLATFORM.global.Reflect === 'undefined') { | ||
@@ -371,0 +374,0 @@ _aureliaPal.PLATFORM.global.Reflect = {}; |
@@ -400,2 +400,5 @@ import {PLATFORM} from 'aurelia-pal'; | ||
})(PLATFORM.global); | ||
const emptyMetadata = Object.freeze({}); | ||
const metadataContainerKey = '__metadata__'; | ||
if (typeof PLATFORM.global.Reflect === 'undefined') { | ||
@@ -402,0 +405,0 @@ PLATFORM.global.Reflect = {}; |
System.register(['aurelia-pal'], function (_export) { | ||
'use strict'; | ||
var PLATFORM; | ||
var PLATFORM, emptyMetadata, metadataContainerKey; | ||
return { | ||
@@ -375,2 +375,5 @@ setters: [function (_aureliaPal) { | ||
})(PLATFORM.global); | ||
emptyMetadata = Object.freeze({}); | ||
metadataContainerKey = '__metadata__'; | ||
if (typeof PLATFORM.global.Reflect === 'undefined') { | ||
@@ -377,0 +380,0 @@ PLATFORM.global.Reflect = {}; |
@@ -0,1 +1,9 @@ | ||
### 0.1.2 (2016-02-17) | ||
#### Bug Fixes | ||
* **reflect:** missed constants for implementation internals ([36e7a3e6](http://github.com/aurelia/polyfills/commit/36e7a3e6b8f7327af65e01fc98e04352998b0abc)) | ||
### 0.1.1 (2016-02-17) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "aurelia-polyfills", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import {PLATFORM} from 'aurelia-pal'; | ||
const emptyMetadata = Object.freeze({}); | ||
const metadataContainerKey = '__metadata__'; | ||
if (typeof PLATFORM.global.Reflect === 'undefined') { | ||
@@ -4,0 +7,0 @@ PLATFORM.global.Reflect = {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
155331
2999