mirror of https://github.com/penpot/penpot.git
🚑 Add missing files on exporter subdirectory.
This commit is contained in:
parent
8c6863e2ad
commit
4000855f45
|
|
@ -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
|
||||
:anon-fn-naming-policy :off
|
||||
:source-map-detail-level :all}}}}}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
(ns cuerdas.impl.xregexp
|
||||
(:require ["xregexp" :as XRegExp]))
|
||||
|
||||
(goog/exportSymbol "XRegExp" XRegExp)
|
||||
Loading…
Reference in New Issue