Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 110 additions & 12 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,24 @@
"TypeError": false,
"URIError": false,
"Math": false,
"JSON": false
"JSON": false,
"ArrayBuffer": false,
"Float32Array": false,
"Float64Array": false,
"Int16Array": false,
"Int32Array": false,
"Int8Array": false,
"Uint16Array": false,
"Uint32Array": false,
"Uint8Array": false,
"Uint8ClampedArray": false,
"toString": false,
"hasOwnProperty": false,
"valueOf": false,
"propertyIsEnumerable": false,
"constructor": false,
"isPrototypeOf": false,
"toLocaleString": false
},
"es6": {
"Promise": false,
Expand All @@ -49,29 +66,34 @@
"browser": {
"addEventListener": false,
"applicationCache": false,
"ArrayBuffer": false,
"atob": false,
"Audio": false,
"Blob": false,
"blur": false,
"btoa": false,
"cancelAnimationFrame": false,
"CanvasGradient": false,
"CanvasPattern": false,
"CanvasRenderingContext2D": false,
"clearInterval": false,
"clearTimeout": false,
"close": false,
"closed": false,
"crypto": false,
"CSS": false,
"CustomEvent": false,
"DataView": false,
"defaultStatus": false,
"devicePixelRatio": false,
"dispatchEvent": false,
"document": false,
"DOMParser": false,
"Element": false,
"ElementTimeControl": false,
"Event": false,
"event": false,
"FileReader": false,
"find": false,
"Float32Array": false,
"Float64Array": false,
"focus": false,
"FormData": false,
"frameElement": false,
Expand All @@ -81,6 +103,7 @@
"history": false,
"HTMLAnchorElement": false,
"HTMLBaseElement": false,
"HTMLBlockquoteElement": false,
"HTMLBodyElement": false,
"HTMLBRElement": false,
"HTMLButtonElement": false,
Expand All @@ -101,7 +124,9 @@
"HTMLIFrameElement": false,
"HTMLImageElement": false,
"HTMLInputElement": false,
"HTMLIsIndexElement": false,
"HTMLLabelElement": false,
"HTMLLayerElement": false,
"HTMLLegendElement": false,
"HTMLLIElement": false,
"HTMLLinkElement": false,
Expand Down Expand Up @@ -134,9 +159,6 @@
"indexedDB": false,
"innerHeight": false,
"innerWidth": false,
"Int16Array": false,
"Int32Array": false,
"Int8Array": false,
"Intl": false,
"length": false,
"localStorage": false,
Expand All @@ -145,13 +167,15 @@
"MessageChannel": false,
"MessageEvent": false,
"MessagePort": false,
"MouseEvent": false,
"moveBy": false,
"moveTo": false,
"MutationObserver": false,
"name": false,
"navigator": false,
"Node": false,
"NodeFilter": false,
"NodeList": false,
"onbeforeunload": true,
"onblur": true,
"onerror": true,
Expand Down Expand Up @@ -189,6 +213,7 @@
"setTimeout": false,
"SharedWorker": false,
"showModalDialog": false,
"status": false,
"stop": false,
"SVGAElement": false,
"SVGAltGlyphDefElement": false,
Expand All @@ -204,6 +229,8 @@
"SVGAnimatedLengthList": false,
"SVGAnimatedNumber": false,
"SVGAnimatedNumberList": false,
"SVGAnimatedPathData": false,
"SVGAnimatedPoints": false,
"SVGAnimatedPreserveAspectRatio": false,
"SVGAnimatedRect": false,
"SVGAnimatedString": false,
Expand All @@ -215,7 +242,10 @@
"SVGCircleElement": false,
"SVGClipPathElement": false,
"SVGColor": false,
"SVGColorProfileElement": false,
"SVGColorProfileRule": false,
"SVGComponentTransferFunctionElement": false,
"SVGCSSRule": false,
"SVGCursorElement": false,
"SVGDefsElement": false,
"SVGDescElement": false,
Expand All @@ -224,6 +254,7 @@
"SVGElementInstance": false,
"SVGElementInstanceList": false,
"SVGEllipseElement": false,
"SVGExternalResourcesRequired": false,
"SVGFEBlendElement": false,
"SVGFEColorMatrixElement": false,
"SVGFEComponentTransferElement": false,
Expand All @@ -249,6 +280,8 @@
"SVGFETileElement": false,
"SVGFETurbulenceElement": false,
"SVGFilterElement": false,
"SVGFilterPrimitiveStandardAttributes": false,
"SVGFitToViewBox": false,
"SVGFontElement": false,
"SVGFontFaceElement": false,
"SVGFontFaceFormatElement": false,
Expand All @@ -261,11 +294,14 @@
"SVGGlyphRefElement": false,
"SVGGradientElement": false,
"SVGHKernElement": false,
"SVGICCColor": false,
"SVGImageElement": false,
"SVGLangSpace": false,
"SVGLength": false,
"SVGLengthList": false,
"SVGLinearGradientElement": false,
"SVGLineElement": false,
"SVGLocatable": false,
"SVGMarkerElement": false,
"SVGMaskElement": false,
"SVGMatrix": false,
Expand Down Expand Up @@ -311,36 +347,56 @@
"SVGSetElement": false,
"SVGStopElement": false,
"SVGStringList": false,
"SVGStylable": false,
"SVGStyleElement": false,
"SVGSVGElement": false,
"SVGSwitchElement": false,
"SVGSymbolElement": false,
"SVGTests": false,
"SVGTextContentElement": false,
"SVGTextElement": false,
"SVGTextPathElement": false,
"SVGTextPositioningElement": false,
"SVGTitleElement": false,
"SVGTransform": false,
"SVGTransformable": false,
"SVGTransformList": false,
"SVGTRefElement": false,
"SVGTSpanElement": false,
"SVGUnitTypes": false,
"SVGURIReference": false,
"SVGUseElement": false,
"SVGViewElement": false,
"SVGViewSpec": false,
"SVGVKernElement": false,
"SVGZoomAndPan": false,
"TextDecoder": false,
"TextEncoder": false,
"TimeEvent": false,
"top": false,
"Uint16Array": false,
"Uint32Array": false,
"Uint8Array": false,
"Uint8ClampedArray": false,
"URL": false,
"WebGLActiveInfo": false,
"WebGLBuffer": false,
"WebGLContextEvent": false,
"WebGLFramebuffer": false,
"WebGLProgram": false,
"WebGLRenderbuffer": false,
"WebGLRenderingContext": false,
"WebGLShader": false,
"WebGLShaderPrecisionFormat": false,
"WebGLTexture": false,
"WebGLUniformLocation": false,
"WebSocket": false,
"window": false,
"Worker": false,
"XDomainRequest": false,
"XMLHttpRequest": false,
"XMLSerializer": false,
"XPathEvaluator": false,
"XPathException": false,
"XPathExpression": false,
"XPathNamespace": false,
"XPathNSResolver": false,
"XPathResult": false
},
"worker": {
Expand Down Expand Up @@ -385,7 +441,49 @@
"before": false,
"after": false,
"beforeEach": false,
"afterEach": false
"afterEach": false,
"suite": false,
"test": false,
"setup": false,
"teardown": false,
"suiteSetup": false,
"suiteTeardown": false
},
"jasmine": {
"afterAll": false,
"afterEach": false,
"beforeAll": false,
"beforeEach": false,
"describe": false,
"expect": false,
"it": false,
"jasmine": false,
"pending": false,
"spyOn": false,
"waits": false,
"waitsFor": false,
"xdescribe": false,
"xit": false
},
"qunit": {
"asyncTest": false,
"deepEqual": false,
"equal": false,
"expect": false,
"module": false,
"notDeepEqual": false,
"notEqual": false,
"notPropEqual": false,
"notStrictEqual": false,
"ok": false,
"propEqual": false,
"QUnit": false,
"raises": false,
"start": false,
"stop": false,
"strictEqual": false,
"test": false,
"throws": false
},
"phantom": {
"phantom": true,
Expand Down