0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-04 13:50:12 -05:00

🚑 Add missing files on exporter subdirectory.

This commit is contained in:
Andrey Antukh 2021-05-04 14:34:27 +02:00
parent 8c6863e2ad
commit 4000855f45
3 changed files with 13 additions and 2 deletions

9
exporter/deps.edn Normal file
View file

@ -0,0 +1,9 @@
{:paths []
:deps {}
:aliases
{:outdated
{:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
org.slf4j/slf4j-nop {:mvn/version "RELEASE"}}
:main-opts ["-m" "antq.core"]}
}}

View file

@ -33,5 +33,3 @@
:pretty-print true
:anon-fn-naming-policy :off
:source-map-detail-level :all}}}}}

View file

@ -0,0 +1,4 @@
(ns cuerdas.impl.xregexp
(:require ["xregexp" :as XRegExp]))
(goog/exportSymbol "XRegExp" XRegExp)