mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🚑 Add missing files on exporter subdirectory.
This commit is contained in:
parent
8c6863e2ad
commit
4000855f45
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…
x
Reference in New Issue
Block a user