mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
🚑 Add missing files on exporter subdirectory.
This commit is contained in:
parent
8c6863e2ad
commit
4000855f45
3 changed files with 13 additions and 2 deletions
9
exporter/deps.edn
Normal file
9
exporter/deps.edn
Normal 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"]}
|
||||||
|
}}
|
||||||
|
|
|
@ -33,5 +33,3 @@
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
:anon-fn-naming-policy :off
|
:anon-fn-naming-policy :off
|
||||||
:source-map-detail-level :all}}}}}
|
:source-map-detail-level :all}}}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
4
exporter/vendor/cuerdas/impl/xregexp.cljs
vendored
Normal file
4
exporter/vendor/cuerdas/impl/xregexp.cljs
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(ns cuerdas.impl.xregexp
|
||||||
|
(:require ["xregexp" :as XRegExp]))
|
||||||
|
|
||||||
|
(goog/exportSymbol "XRegExp" XRegExp)
|
Loading…
Reference in a new issue