Skip to content

Commit

Permalink
copy2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Mar 11, 2022
1 parent 9a561c2 commit d2b5d1e
Show file tree
Hide file tree
Showing 19 changed files with 32,100 additions and 31,385 deletions.
File renamed without changes.
File renamed without changes.
17,269 changes: 8,957 additions & 8,312 deletions static/js/copy/analytics.js → notes/scrap/copy/analytics.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
};
k(n, m);
n.prototype.name = 'AssertionError';
var p = function (a, b, d) {
var p = function (a, b) {
if (!a) {
var e = 'Assertion failed';
if (b) {
e += ': ' + b;
var c = Array.prototype.slice.call(arguments, 2);
const c = Array.prototype.slice.call(arguments, 2);
}
throw new n('' + e, c || []);
}
},
r = function (a, b) {
r = function (a) {
throw new n('Failure' + (a ? ': ' + a : ''), Array.prototype.slice.call(arguments, 1));
};
var t;
Expand All @@ -58,11 +58,11 @@
w.prototype.toString = function () {
return 'Const{' + this.h + '}';
};
var x = function (a) {
if (a instanceof w && a.constructor === w && a.i === v) return a.h;
r("expected object of type Const, got '" + a + "'");
return 'type_error:Const';
},
let x = function (a) {
if (a instanceof w && a.constructor === w && a.i === v) return a.h;
r("expected object of type Const, got '" + a + "'");
return 'type_error:Const';
},
v = {},
u = {};
var z = function (a, b) {
Expand All @@ -71,12 +71,12 @@
z.prototype.toString = function () {
return this.g + '';
};
var A = function (a) {
if (a instanceof z && a.constructor === z) return a.g;
var b = typeof a;
r("expected object of type TrustedResourceUrl, got '" + a + "' of type " + ('object' != b ? b : a ? (Array.isArray(a) ? 'array' : b) : 'null'));
return 'type_error:TrustedResourceUrl';
},
let A = function (a) {
if (a instanceof z && a.constructor === z) return a.g;
var b = typeof a;
r("expected object of type TrustedResourceUrl, got '" + a + "' of type " + ('object' != b ? b : a ? (Array.isArray(a) ? 'array' : b) : 'null'));
return 'type_error:TrustedResourceUrl';
},
E = function (a, b) {
var d = x(a);
if (!B.test(d)) throw Error('Invalid TrustedResourceUrl format: ' + d);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ console.log('[inject-netlify-identity-widget.js] injecting netlify-cms scripts')
const fs = require('fs');
const path = require('path');

const publishDir = process.argv[2];
let publishDir = process.argv[2];

if (!publishDir) {
throw new Error(`[inject-netlify-identity-widget.js] command must be called with single argument specifying the location of publish dir`);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d2b5d1e

Please sign in to comment.