repo stringlengths 5 106 | file_url stringlengths 78 301 | file_path stringlengths 4 211 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 14:56:49 2026-01-05 02:23:25 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpineWebGLPlugin.js | plugins/spine/dist/SpineWebGLPlugin.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 4399:
/***/ ((module) => {
"use strict";
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event n... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpinePluginDebug.js | plugins/spine/dist/SpinePluginDebug.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "../../../node_modules/eventemitter3/index.js":
/*!****************************************************!*\
!*** ../../../node_modules/eventemitter3/index.js ***!
\****************************************************/
/***/ ((module)... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpineCanvasPluginDebug.js | plugins/spine/dist/SpineCanvasPluginDebug.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "../../../node_modules/eventemitter3/index.js":
/*!****************************************************!*\
!*** ../../../node_modules/eventemitter3/index.js ***!
\****************************************************/
/***/ ((module)... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpinePlugin.js | plugins/spine/dist/SpinePlugin.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 4399:
/***/ ((module) => {
"use strict";
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event n... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpineWebGLPluginDebug.js | plugins/spine/dist/SpineWebGLPluginDebug.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "../../../node_modules/eventemitter3/index.js":
/*!****************************************************!*\
!*** ../../../node_modules/eventemitter3/index.js ***!
\****************************************************/
/***/ ((module)... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine/dist/SpineWebGLPlugin.min.js | plugins/spine/dist/SpineWebGLPlugin.min.js | (()=>{var t={4399:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function n(){}function r(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function s(t,e,n,s,a){if("function"!=typeof n)throw new TypeError("The listener must be a function");var o=new r(n,s||t,a),h=i?i+e:e;return t._events[h]?t._events[h].fn... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.auto.dist.config.js | plugins/spine4.1/webpack.auto.dist.config.js | 'use strict';
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'production',
context: `${__dirname}/src/`,
entry: {
'SpinePl... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.canvas.config.js | plugins/spine4.1/webpack.canvas.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'development',
context: `${__dirname}/src/`,
entry: {
'SpineCanvasPluginDebug': './SpinePlugin.js'
},
outpu... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.webgl.dist.config.js | plugins/spine4.1/webpack.webgl.dist.config.js | 'use strict';
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'production',
context: `${__dirname}/src/`,
entry: {
'SpineWe... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/copy-to-examples.js | plugins/spine4.1/copy-to-examples.js | var fs = require('fs-extra');
var source = './plugins/spine4.1/dist/';
var dest = '../phaser3-examples/public/plugins/spine4.1/';
if (fs.existsSync(dest))
{
fs.copySync(source, dest, { overwrite: true });
}
else
{
console.log('Copy-to-Examples failed: Phaser 3 Examples not present at ../phaser3-examples');
}
... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.webgl.config.js | plugins/spine4.1/webpack.webgl.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'development',
context: `${__dirname}/src/`,
entry: {
'SpineWebGLPluginDebug': './SpinePlugin.js'
},
output... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.auto.config.js | plugins/spine4.1/webpack.auto.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'development',
context: `${__dirname}/src/`,
entry: {
'SpinePluginDebug': './SpinePlugin.js'
},
output: {
... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/webpack.canvas.dist.config.js | plugins/spine4.1/webpack.canvas.dist.config.js | 'use strict';
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const exec = require('child_process').exec;
const RemovePlugin = require('remove-files-webpack-plugin');
module.exports = {
mode: 'production',
context: `${__dirname}/src/`,
entry: {
'SpineCa... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/SpineFile.js | plugins/spine4.1/src/SpineFile.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Class = require('../../../src/utils/Class');
var GetFastValue = require('../../../src/utils/object/GetFastValue');... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/SpinePlugin.js | plugins/spine4.1/src/SpinePlugin.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var BuildGameObject = require('../../../src/gameobjects/BuildGameObject');
var Class = require('../../../src/utils/Cla... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/gameobject/SpineGameObjectRender.js | plugins/spine4.1/src/gameobject/SpineGameObjectRender.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var renderWebGL = require('../../../../src/utils/NOOP');
var renderCanvas = require('../../../../src/utils/NOOP');
var... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/gameobject/SpineGameObjectCanvasRenderer.js | plugins/spine4.1/src/gameobject/SpineGameObjectCanvasRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var CounterClockwise = require('../../../../src/math/angle/CounterClockwise');
var RadToDeg = require('../../../../src... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/gameobject/SpineGameObject.js | plugins/spine4.1/src/gameobject/SpineGameObject.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var AngleBetween = require('../../../../src/math/angle/Between');
var Clamp = require('../../../../src/math/Clamp');
v... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/gameobject/SpineGameObjectWebGLDirect.js | plugins/spine4.1/src/gameobject/SpineGameObjectWebGLDirect.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Clamp = require('../../../../src/math/Clamp');
var CounterClockwise = require('../../../../src/math/angle/CounterC... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/gameobject/SpineGameObjectWebGLRenderer.js | plugins/spine4.1/src/gameobject/SpineGameObjectWebGLRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Clamp = require('../../../../src/math/Clamp');
var CounterClockwise = require('../../../../src/math/angle/CounterC... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/runtimes/spine-both.js | plugins/spine4.1/src/runtimes/spine-both.js | var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProp... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/runtimes/spine-webgl.js | plugins/spine4.1/src/runtimes/spine-webgl.js | "use strict";
var spine = (() => {
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/runtimes/spine-canvas.js | plugins/spine4.1/src/runtimes/spine-canvas.js | "use strict";
var spine = (() => {
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/container/SpineContainerCanvasRenderer.js | plugins/spine4.1/src/container/SpineContainerCanvasRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* Renders this Game Object with the Canvas Renderer to the given Camera.
* The object will not render if any of its renderFlags are set or... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/container/SpineContainerWebGLRenderer.js | plugins/spine4.1/src/container/SpineContainerWebGLRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* Renders this Game Object with the WebGL Renderer to the given Camera.
* The object will not render if any of its renderFlags are set or ... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/container/SpineContainer.js | plugins/spine4.1/src/container/SpineContainer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Class = require('../../../../src/utils/Class');
var Container = require('../../../../src/gameobjects/container/Con... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/container/SpineContainerRender.js | plugins/spine4.1/src/container/SpineContainerRender.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var renderWebGL = require('../../../../src/utils/NOOP');
var renderCanvas = require('../../../../src/utils/NOOP');
if (typeof WEBGL_RENDERER)
{... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/DISPOSE_EVENT.js | plugins/spine4.1/src/events/DISPOSE_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Dispose Event.
*
* @event SpinePluginEvents#DISPOSE
* @since 3.19.0
*/
module.exports = 'dispose';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/index.js | plugins/spine4.1/src/events/index.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace SpinePluginEvents
*/
module.exports = {
COMPLETE: require('./COMPLETE_EVENT'),
DISPOSE: require('./DISPOSE_EVENT'),... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/END_EVENT.js | plugins/spine4.1/src/events/END_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The End Event.
*
* @event SpinePluginEvents#END
* @since 3.19.0
*/
module.exports = 'end';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/START_EVENT.js | plugins/spine4.1/src/events/START_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Start Event.
*
* @event SpinePluginEvents#START
* @since 3.19.0
*/
module.exports = 'start';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/EVENT_EVENT.js | plugins/spine4.1/src/events/EVENT_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Custom Event Event.
*
* @event SpinePluginEvents#EVENT
* @since 3.19.0
*/
module.exports = 'event';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/INTERRUPTED_EVENT.js | plugins/spine4.1/src/events/INTERRUPTED_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Interrupted Event.
*
* @event SpinePluginEvents#INTERRUPTED
* @since 3.19.0
*/
module.exports = 'interrupted';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/src/events/COMPLETE_EVENT.js | plugins/spine4.1/src/events/COMPLETE_EVENT.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2022 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* The Complete Event.
*
* @event SpinePluginEvents#COMPLETE
* @since 3.19.0
*/
module.exports = 'complete';
| javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineCanvasPlugin.min.js | plugins/spine4.1/dist/SpineCanvasPlugin.min.js | (()=>{var t={4399:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function r(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function n(t,e,s,n,a){if("function"!=typeof s)throw new TypeError("The listener must be a function");var o=new r(s,n||t,a),h=i?i+e:e;return t._events[h]?t._events[h].fn... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineCanvasPlugin.js | plugins/spine4.1/dist/SpineCanvasPlugin.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 4399:
/***/ ((module) => {
"use strict";
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event n... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpinePlugin.min.js | plugins/spine4.1/dist/SpinePlugin.min.js | (()=>{var t={4399:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function r(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function n(t,e,s,n,a){if("function"!=typeof s)throw new TypeError("The listener must be a function");var o=new r(s,n||t,a),h=i?i+e:e;return t._events[h]?t._events[h].fn... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineWebGLPlugin.js | plugins/spine4.1/dist/SpineWebGLPlugin.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 4399:
/***/ ((module) => {
"use strict";
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event n... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpinePluginDebug.js | plugins/spine4.1/dist/SpinePluginDebug.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "../../../node_modules/eventemitter3/index.js":
/*!****************************************************!*\
!*** ../../../node_modules/eventemitter3/index.js ***!
\****************************************************/
/***/ ((module)... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineCanvasPluginDebug.js | plugins/spine4.1/dist/SpineCanvasPluginDebug.js | window["SpinePlugin"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[mod... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpinePlugin.js | plugins/spine4.1/dist/SpinePlugin.js | /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 4399:
/***/ ((module) => {
"use strict";
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event n... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineWebGLPluginDebug.js | plugins/spine4.1/dist/SpineWebGLPluginDebug.js | window["SpinePlugin"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[mod... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/spine4.1/dist/SpineWebGLPlugin.min.js | plugins/spine4.1/dist/SpineWebGLPlugin.min.js | (()=>{var t={4399:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function r(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function n(t,e,s,n,a){if("function"!=typeof s)throw new TypeError("The listener must be a function");var o=new r(s,n||t,a),h=i?i+e:e;return t._events[h]?t._events[h].fn... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/Leaderboard.js | plugins/fbinstant/src/Leaderboard.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Class = require('../../../src/utils/Class');
var EventEmitter = require('eventemitter3');
var LeaderboardScore = r... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/Product.js | plugins/fbinstant/src/Product.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var GetFastValue = require('../../../src/utils/object/GetFastValue');
/**
* @typedef {object} Product
*
* @propert... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/LeaderboardScore.js | plugins/fbinstant/src/LeaderboardScore.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* @typedef {object} LeaderboardScore
*
* @property {integer} score - An integer score value.
* @property {stri... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/Purchase.js | plugins/fbinstant/src/Purchase.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var GetFastValue = require('../../../src/utils/object/GetFastValue');
/**
* @typedef {object} Purchase
*
* @proper... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/FacebookInstantGamesPlugin.js | plugins/fbinstant/src/FacebookInstantGamesPlugin.js | /* eslint no-console: 0 */
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var AdInstance = require('./AdInstance');
var Class = require('../../../src/utils/Class');... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/fbinstant/src/AdInstance.js | plugins/fbinstant/src/AdInstance.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* @typedef {object} AdInstance
*
* @property {any} instance - Represents an instance of an ad.
* @property {st... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/MeshPipeline.js | plugins/layer3d/MeshPipeline.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Class = require('../../../utils/Class');
var GetFastValue = require('../../../utils/object/GetFastValue');
var ShaderSourceFS = require('../... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DCreator.js | plugins/layer3d/Layer3DCreator.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var BuildGameObject = require('../BuildGameObject');
var GameObjectCreator = require('../GameObjectCreator');
var Layer3D = require('./Layer3D')... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DCamera.js | plugins/layer3d/Layer3DCamera.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Class = require('../../utils/Class');
var DegToRad = require('../../math/DegToRad');
var GetFastValue = require('../../utils/object/GetFastV... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DFactory.js | plugins/layer3d/Layer3DFactory.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Layer3D = require('./Layer3D');
var GameObjectFactory = require('../GameObjectFactory');
/**
* Creates a new Layer3D Game Object and adds ... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DLight.js | plugins/layer3d/Layer3DLight.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Class = require('../../utils/Class');
var RGB = require('../../display/RGB');
var Vector3 = require('../../math/Vector3');
/**
* @classdes... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DRender.js | plugins/layer3d/Layer3DRender.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var renderWebGL = require('../../utils/NOOP');
var renderCanvas = require('../../utils/NOOP');
if (typeof WEBGL_RENDERER)
{
renderWebGL = r... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3D.js | plugins/layer3d/Layer3D.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Class = require('../../utils/Class');
var Components = require('../components');
var CONST = require('../../renderer/webgl/pipelines/const')... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DCanvasRenderer.js | plugins/layer3d/Layer3DCanvasRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* This is a stub function for Layer3D.Render. There is no Canvas renderer for Layer3D objects.
*
* @method Phaser.GameObjects.Layer3D#ren... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/plugins/layer3d/Layer3DWebGLRenderer.js | plugins/layer3d/Layer3DWebGLRenderer.js | /**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* Renders this Game Object with the WebGL Renderer to the given Camera.
* The object will not render if any of its renderFlags are set or ... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser-ie9.js | dist/phaser-ie9.js | (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("Phaser", [], factory);
else if(typeof exports === 'object')
exports["Phaser"] = factory();
else
ro... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser.esm.min.js | dist/phaser.esm.min.js | var t={50792:t=>{var e=Object.prototype.hasOwnProperty,i="~";function s(){}function n(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function r(t,e,s,r,o){if("function"!=typeof s)throw new TypeError("The listener must be a function");var a=new n(s,r||t,o),h=i?i+e:e;return t._events[h]?t._events[h].fn?t._events[h]=[t._... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser.js | dist/phaser.js | (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("Phaser", [], factory);
else if(typeof exports === 'object')
exports["Phaser"] = factory();
else
ro... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser-arcade-physics.min.js | dist/phaser-arcade-physics.min.js | !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("Phaser",[],e):"object"==typeof exports?exports.Phaser=e():t.Phaser=e()}(this,(()=>(()=>{var t={50792:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function r(t,e... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser-arcade-physics.js | dist/phaser-arcade-physics.js | (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("Phaser", [], factory);
else if(typeof exports === 'object')
exports["Phaser"] = factory();
else
ro... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser.esm.js | dist/phaser.esm.js | /******/ var __webpack_modules__ = ({
/***/ 50792:
/***/ ((module) => {
var has = Object.prototype.hasOwnProperty
, prefix = '~';
/**
* Constructor to create a storage for our `EE` objects.
* An `Events` instance is a plain object whose properties are event names.
*
* @constructor
* @private
*/
function Ev... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser.min.js | dist/phaser.min.js | !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("Phaser",[],e):"object"==typeof exports?exports.Phaser=e():t.Phaser=e()}(this,(()=>(()=>{var t={50792:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function n(t,e... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/dist/phaser-ie9.min.js | dist/phaser-ie9.min.js | !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("Phaser",[],e):"object"==typeof exports?exports.Phaser=e():t.Phaser=e()}(this,(()=>(()=>{var t={50792:t=>{"use strict";var e=Object.prototype.hasOwnProperty,i="~";function s(){}function n(t,e... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | true |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/config/webpack.fb.config.js | config/webpack.fb.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
module.exports = {
mode: 'development',
context: `${__dirname}/../src/`,
entry: {
phaser: './phaser.js'
},
output: {
path: `${__dirname}/../build/`,
filename: 'phaser-facebook-i... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/config/webpack-nospector.config.js | config/webpack-nospector.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
module.exports = [
{
mode: 'development',
context: `${__dirname}/../src/`,
entry: {
phaser: './phaser.js'
},
devtool: 'source-map',
output: {
p... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/config/webpack.dist.config.js | config/webpack.dist.config.js | 'use strict';
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
module.exports = [
{
name: 'phaser-umd',
mode: 'production',
context: `${__dirname}/../src/`,
entry: {
... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/config/webpack.config.js | config/webpack.config.js | 'use strict';
const webpack = require('webpack');
const exec = require('child_process').exec;
module.exports = [
{
mode: 'development',
context: `${__dirname}/../src/`,
entry: {
phaser: './phaser.js'
},
devtool: 'source-map',
output: {
p... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
phaserjs/phaser | https://github.com/phaserjs/phaser/blob/a9965625f49cf366584f454556b039e06e8adad6/config/webpack.fb.dist.config.js | config/webpack.fb.dist.config.js | 'use strict';
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
module.exports = {
mode: 'production',
context: `${__dirname}/../src/`,
entry: {
'phaser-facebook-instant-games': './phaser.js',
'phaser-facebook-instant-games.min': './phaser.js'
... | javascript | MIT | a9965625f49cf366584f454556b039e06e8adad6 | 2026-01-04T14:59:32.525416Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/webpack.config.dev.js | webpack.config.dev.js | const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
module.exports = {
devtool: 'eval',
entry: {
demo: './source/demo/index',
},
output: {
path: path.join(__dirname, 'build'),
filename: 'static/[name].js',
},
plugins: [
new HtmlWebpackPlugin({
filen... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/postcss.config.js | postcss.config.js | module.exports = {
autoprefixer: {
browsers: ['last 2 version', 'Firefox 15', 'iOS 8'],
},
// The plugins section is used by postcss-loader with webpack
plugins: [require('autoprefixer')],
};
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/webpack.config.demo.js | webpack.config.demo.js | const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
const webpack = require('webpack');
module.exports = {
devtool: 'source-map',
entry: {
demo: './source/demo/index',
},
output: {
path: path.join(__dirname, 'build'),
filename: 'static/[name].js',
},
plugins:... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/.babelrc.js | .babelrc.js | const env = process.env.NODE_ENV;
if (env === 'commonjs' || env === 'es') {
module.exports = {
ignore: [
'*.jest.js',
'*.e2e.js',
'*.ssr.js',
'*.example.js',
'source/demo',
'source/jest-*.js',
'source/TestUtils.js',
],
plugins: [
'@babel/plugin-transform-ru... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/jest-puppeteer.config.js | jest-puppeteer.config.js | module.exports = {
launch: {
headless: process.env.HEADLESS !== 'false',
devtools: process.env.DEVTOOLS === 'true',
},
};
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/rollup.config.js | rollup.config.js | import nodeResolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import babel from 'rollup-plugin-babel';
import replace from 'rollup-plugin-replace';
import {uglify} from 'rollup-plugin-uglify';
export default {
input: './source/index.js',
output: {
file: 'dist/umd/react-vi... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/jest.config.js | jest.config.js | module.exports = {
globalSetup: 'jest-environment-puppeteer/setup',
globalTeardown: 'jest-environment-puppeteer/teardown',
setupFiles: ['./source/jest-setup.js'],
roots: ['./source'],
coverageReporters: ['lcov'],
collectCoverageFrom: [
'source/**/*.js',
'!source/vendor/**',
'!source/demo/**',
... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/codemods/7-to-8/rename-components.js | codemods/7-to-8/rename-components.js | const renameMap = {
FlexColumn: 'Column',
FlexTable: 'Table',
VirtualScroll: 'List'
}
module.exports = function transformer (file, api) {
const j = api.jscodeshift
return j(file.source)
.find(j.Identifier)
.filter(
identifier => !!renameMap[identifier.value.name]
)
.replaceWith(
... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/codemods/6-to-7/rename-properties.js | codemods/6-to-7/rename-properties.js | 'use strict'
// Renames react-virtualized version 6.x properties to be version-7 compatible
module.exports = function transformer (file, api) {
const jscodeshift = api.jscodeshift
let source = file.source
// Rename variable references
for (var property in propertyRenameMap) {
source = jscodeshift(source)... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/index.js | source/index.js | export {ArrowKeyStepper} from './ArrowKeyStepper';
export {AutoSizer} from './AutoSizer';
export {CellMeasurer, CellMeasurerCache} from './CellMeasurer';
export {Collection} from './Collection';
export {ColumnSizer} from './ColumnSizer';
export {
accessibilityOverscanIndicesGetter,
defaultCellRangeRenderer,
defau... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/jest-setup.js | source/jest-setup.js | jest.mock('dom-helpers/scrollbarSize', () => {
return function getScrollbarSize() {
return 20;
};
});
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/TestUtils.js | source/TestUtils.js | import * as ReactDOM from 'react-dom';
/**
* Helper method for testing components that may use Portal and thus require cleanup.
* This helper method renders components to a transient node that is destroyed after the test completes.
* Note that rendering twice within the same test method will update the same element... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ScrollSync/index.js | source/ScrollSync/index.js | /** @flow */
import ScrollSync from './ScrollSync';
export default ScrollSync;
export {ScrollSync};
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ScrollSync/ScrollSync.jest.js | source/ScrollSync/ScrollSync.jest.js | import * as React from 'react';
import {findDOMNode} from 'react-dom';
import {render} from '../TestUtils';
import ScrollSync from './ScrollSync';
function ChildComponent({
clientHeight,
clientWidth,
scrollHeight,
scrollLeft,
scrollTop,
scrollWidth,
}) {
return (
<div>
{`clientHeight:${clientHe... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ScrollSync/ScrollSync.example.js | source/ScrollSync/ScrollSync.example.js | /** @flow */
import * as React from 'react';
import {
ContentBox,
ContentBoxHeader,
ContentBoxParagraph,
} from '../demo/ContentBox';
import AutoSizer from '../AutoSizer';
import Grid from '../Grid';
import ScrollSync from './ScrollSync';
import clsx from 'clsx';
import styles from './ScrollSync.example.css';
imp... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ScrollSync/ScrollSync.js | source/ScrollSync/ScrollSync.js | import PropTypes from 'prop-types';
import * as React from 'react';
/**
* HOC that simplifies the process of synchronizing scrolling between two or more virtualized components.
*/
export default class ScrollSync extends React.PureComponent {
static propTypes = {
/**
* Function responsible for rendering 2 ... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ArrowKeyStepper/types.js | source/ArrowKeyStepper/types.js | // @flow
export type ScrollIndices = {
scrollToColumn: number,
scrollToRow: number,
};
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ArrowKeyStepper/ArrowKeyStepper.example.js | source/ArrowKeyStepper/ArrowKeyStepper.example.js | /** @flow */
import * as React from 'react';
import {
ContentBox,
ContentBoxHeader,
ContentBoxParagraph,
} from '../demo/ContentBox';
import ArrowKeyStepper, {type ScrollIndices} from './';
import AutoSizer from '../AutoSizer';
import Grid from '../Grid';
import clsx from 'clsx';
import styles from './ArrowKeySt... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ArrowKeyStepper/index.js | source/ArrowKeyStepper/index.js | // @flow
export type {ScrollIndices} from './types';
export {default} from './ArrowKeyStepper';
export {default as ArrowKeyStepper} from './ArrowKeyStepper';
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ArrowKeyStepper/ArrowKeyStepper.js | source/ArrowKeyStepper/ArrowKeyStepper.js | /** @flow */
import type {RenderedSection} from '../Grid';
import type {ScrollIndices} from './types';
import * as React from 'react';
import {polyfill} from 'react-lifecycles-compat';
/**
* This HOC decorates a virtualized component and responds to arrow-key events by scrolling one row or column at a time.
*/
ty... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/ArrowKeyStepper/ArrowKeyStepper.jest.js | source/ArrowKeyStepper/ArrowKeyStepper.jest.js | import * as React from 'react';
import {findDOMNode} from 'react-dom';
import {render} from '../TestUtils';
import ArrowKeyStepper from './ArrowKeyStepper';
import {Simulate} from 'react-dom/test-utils';
function renderTextContent(scrollToColumn, scrollToRow) {
return `scrollToColumn:${scrollToColumn}, scrollToRow:$... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/vendor/intervalTree.js | source/vendor/intervalTree.js | /**
* Binary Search Bounds
* https://github.com/mikolalysenko/interval-tree-1d
* Mikola Lysenko
*
* Inlined because of Content Security Policy issue caused by the use of `new Function(...)` syntax in an upstream dependency.
* Issue reported here: https://github.com/mikolalysenko/binary-search-bounds/issues/5
**/... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/vendor/binarySearchBounds.js | source/vendor/binarySearchBounds.js | /**
* Binary Search Bounds
* https://github.com/mikolalysenko/binary-search-bounds
* Mikola Lysenko
*
* Inlined because of Content Security Policy issue caused by the use of `new Function(...)` syntax.
* Issue reported here: https://github.com/mikolalysenko/binary-search-bounds/issues/5
**/
function _GEA(a, l, ... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/vendor/detectElementResize.js | source/vendor/detectElementResize.js | /**
* Detect Element Resize.
* https://github.com/sdecima/javascript-detect-element-resize
* Sebastian Decima
*
* Forked from version 0.5.3; includes the following modifications:
* 1) Guard against unsafe 'window' and 'document' references (to support SSR).
* 2) Defer initialization code via a top-level function... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/List/types.js | source/List/types.js | // @flow
import * as React from 'react';
export type RowRendererParams = {
index: number,
isScrolling: boolean,
isVisible: boolean,
key: string,
parent: Object,
style: Object,
};
export type RowRenderer = (params: RowRendererParams) => React.Element<*>;
export type RenderedRows = {
overscanStartIndex:... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/List/index.js | source/List/index.js | /** @flow */
export type {RowRendererParams} from './types';
export {default} from './List';
export {default as List} from './List';
| javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/List/List.jest.js | source/List/List.jest.js | import * as React from 'react';
import {findDOMNode} from 'react-dom';
import {render} from '../TestUtils';
import {Simulate} from 'react-dom/test-utils';
import Immutable from 'immutable';
import List from './List';
import {defaultOverscanIndicesGetter} from '../Grid';
describe('List', () => {
const array = [];
f... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/List/List.js | source/List/List.js | /** @flow */
import type {
NoContentRenderer,
Alignment,
CellSize,
CellPosition,
OverscanIndicesGetter,
RenderedSection,
CellRendererParams,
Scroll as GridScroll,
} from '../Grid';
import type {RowRenderer, RenderedRows, Scroll} from './types';
import Grid, {accessibilityOverscanIndicesGetter} from '.... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
bvaughn/react-virtualized | https://github.com/bvaughn/react-virtualized/blob/c737715486f724586aee8870ebea1e9efb7b0bfe/source/List/List.example.js | source/List/List.example.js | import clsx from 'clsx';
import Immutable from 'immutable';
import PropTypes from 'prop-types';
import * as React from 'react';
import styles from './List.example.css';
import AutoSizer from '../AutoSizer';
import List from './List';
import {
ContentBox,
ContentBoxHeader,
ContentBoxParagraph,
} from '../demo/Cont... | javascript | MIT | c737715486f724586aee8870ebea1e9efb7b0bfe | 2026-01-04T15:03:00.053082Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.