greenkeeper[bot] on webpack-4.41.3
greenkeeper[bot] on webpack-4.41.3
chore(package): update webpack … (compare)
greenkeeper[bot] on semver-7.0.0
chore(package): update semver t… (compare)
greenkeeper[bot] on can-super-model-2.0.0
fix(package): update can-super-… (compare)
greenkeeper[bot] on can-define-rest-model-2.0.0
fix(package): update can-define… (compare)
greenkeeper[bot] on can-define-realtime-rest-model-2.0.0
fix(package): update can-define… (compare)
greenkeeper[bot] on can-connect-ndjson-2.0.0
fix(package): update can-connec… (compare)
greenkeeper[bot] on @octokit
greenkeeper[bot] on @octokit
chore(package): update @octokit… (compare)
onData: function( packet ) {
var action = packet[0],
data = packet[2];
switch (action) {
case 'DELETE channel':
return Channel.model(data).destroyed();
case 'DELETE message':
return Message.model(data).destroyed();
case 'DELETE user':
return User.model(data).destroyed();
case 'channel':
return this.dispatch('channel', [Channel.model(data)]);
case 'message':
return this.dispatch('message', [Message.model(data)]);
case 'user':
return this.dispatch('user', [User.model(data)]);
}
},
'{scope} onlineAt': function( scope, ev, onlineAt ) {
var channel = scope.attr('channel');
if (onlineAt) {
Message.findAll({
channel: channel._id,
limit: channel.config.loadMessageCount
});
User.findAll({
channel: channel._id,
limit: config.chat.loadMessageCount
});
}
},
"system": {
"main": "modules/page.players-redesign/player-bio/components/player-bio.js"
},
/git/pgatour-cq-v2/front-end/node_modules/steal-tools/lib/graph/make_graph_with_bundles.js:83
if( Array.isArray(cfg.main) ) {
^
TypeError: Cannot read property 'main' of undefined
at module.exports (/git/pgatour-cq-v2/front-end/node_modules/steal-tools/lib/graph/make_graph_with_bundles.js:83:23)
<!DOCTYPE html>
<html>
<head>
<title>PGAT</title>
</head>
<body>
<script type="text/javascript" src="/js/vendor/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/js/pgatour.base.js"></script>
<script type="text/javascript" src="/js/pgatour.eventEmitter.js"></script>
<script type="text/javascript" src="/js/pgatour.baseModule.js"></script>
<script type="text/javascript" src="/js/pgatour.asyncScriptLoader.js"></script>
<script type="text/javascript" src="/js/pgatour.adTimer.js"></script>
<script type="text/javascript" src="/js/pgatour.adGroup.js"></script>
<script type="text/javascript" src="/js/pgatour.ad.js"></script>
<script type="text/javascript" src="/js/pgatour.browserActivityWatcher.js"></script>
<script src="../../../node_modules/steal/steal.js"
main="modules/page.players-redesign/player-bio/components/player-bio"></script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>PGAT</title>
</head>
<body>
<can-import from="./vendor/jquery-1.10.2.min"></can-import>
<can-import from="./pgatour.base"></can-import>
<can-import from="./pgatour.eventEmitter"></can-import>
<can-import from="./pgatour.baseModule"></can-import>
<can-import from="./pgatour.asyncScriptLoader"></can-import>
<can-import from="./pgatour.adTimer"></can-import>
<can-import from="./pgatour.adGroup"></can-import>
<can-import from="./pgatour.ad"></can-import>
<can-import from="./pgatour.browserActivityWatcher"></can-import>
{{#switch env.NODE_ENV}}
{{#case "production"}}
<script src="{{joinBase 'node_modules/steal/steal.production.js'}}" main="acme/index.stache!done-autorender"></script>
{{/case}}
{{#default}}
<script src="/node_modules/steal/steal.js"></script>
{{/default}}
{{/switch}}
</body>
</html>