Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion scripts/precomputeExpressionContainers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const regenerate = () => {

const fileContents = prettierFormat(`
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const ${componentName} = () => <ExpressionRunnerPrecomputed {...${util.inspect(
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Aaov = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Ablz = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Aeyv = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Aezk = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Ahsd = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Aimh = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Ainx = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Angp = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Awxz = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Badn = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bcae = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bcgc = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bdlj = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bgfl = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Blre = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bmms = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bmnc = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bozr = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bpsz = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bpwl = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bpza = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Brrh = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bxdf = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Bxfv = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Ccon = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cfms = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cgpd = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cnef = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cnoq = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cpbj = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cpkp = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cqpa = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Ctyl = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Cvtc = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Davn = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dcfi = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dhdk = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Diis = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dkbt = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dkiy = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dmwy = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dnvw = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dpar = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dpst = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dqey = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dqkc = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dret = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Drvu = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dtzu = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dvrw = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dwnj = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dxum = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dymt = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Dyov = () => (
<ExpressionRunnerPrecomputed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ExpressionRunnerPrecomputed from 'src/components/ExpressionRunnerPrecomputed'
import ExpressionRunnerPrecomputed from '../ExpressionRunnerPrecomputed'

const Eavp = () => (
<ExpressionRunnerPrecomputed
Expand Down
Loading