Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
(function() {
var O="/o/js/resolved-module/";
Liferay.PATHS = {
"porygon-theme@2.0.19": "/o/porygon-theme",
"porygon-theme": "/o/porygon-theme",
"portal-template-react-renderer-impl$ua-parser-js@0.7.20":O+"portal-template-react-renderer-impl$ua-parser-js@0.7.20",
"commerce-organization-web$iconv-lite@0.4.24":O+"commerce-organization-web$iconv-lite@0.4.24",
"frontend-taglib-clay$d3-ease@1.0.6":O+"frontend-taglib-clay$d3-ease@1.0.6",
"commerce-dashboard-web$loose-envify@1.4.0":O+"commerce-dashboard-web$loose-envify@1.4.0",
"commerce-dashboard-web$scheduler@0.13.6":O+"commerce-dashboard-web$scheduler@0.13.6",
From ac79dd7c726dde04be6a1a1dfdd6c781276b31b4 Mon Sep 17 00:00:00 2001
From: Wincent Colaiuta <win@wincent.com>
Date: Tue, 6 Jul 2010 17:48:20 +0200
Subject: [PATCH] Make view helpers available in view specs
This maintains the behavior established in RSpec 1.
See:
http://github.com/rspec/rspec-rails/issues/issue/119
./META-INF/liferay-clay.tld
./META-INF/MANIFEST.MF
./META-INF/taglib-mappings.properties
./META-INF/resources/bridge/clayui%2Fdrop-down/src/Divider.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/Action.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/ItemList.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/hooks.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/index.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/Help.js
./META-INF/resources/bridge/clayui%2Fdrop-down/src/DropDown.js
/**
* For windows compatibility, we need to use windows path separators for webpack
* "test" properties.
*/
function toTestRegExp(file) {
return new RegExp(
file.split('/').join(path.sep).replace(/\\/g, '\\')
);
}
import '../scripts/test/globals.js';
import '../src/adapter/main.js';
import '../src/core/debounce.js';
import '../src/core/link.js';
import '../src/core/plugins.js';
import '../src/core/selection-region.js';
import '../src/core/table.js';
import '../src/core/tools.js';
import '../src/core/uicore.js';
import '../src/plugins/.eslintrc.js';
diff --git a/package-lock.json b/package-lock.json
index 25b48e64..ad13d95a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1833,6 +1833,12 @@
"integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
"dev": true
},
+ "buffer-equal": {
+ "version": "1.0.0",
#!/usr/bin/env node
const words = [
'people',
'history',
'way',
'art',
'world',
'information',
'map',
SHELL = /bin/sh
# V=0 quiet, V=1 verbose. other values don't work.
V = 0
Q1 = $(V:1=)
Q = $(Q1:0=@)
ECHO1 = $(V:1=@ :)
ECHO = $(ECHO1:0=@ echo)
NULLCMD = :
let quote = Util.quote;
let fail_equal a b show location =>
failwith ("Expected " ^ show a ^ " to equal " ^ show b ^ " at " ^ location);
let bools a b => fail_equal a b string_of_bool;
let ints a b => fail_equal a b string_of_int;
let strings a b => fail_equal a b quote;
--- old.css 2016-12-13 11:26:59.000000000 -0800
+++ new.css 2016-12-13 12:42:57.000000000 -0800
@@ -1,9 +1,10 @@
.graphiql-container {
color: #141823;
- display: -webkit-flex;
+ display: -webkit-box;
display: -ms-flexbox;
display: flex;
- -webkit-flex-direction: row;