You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jansi JAR, that windows-ansi depends on, weights about 280 kB (and has no dependency).
windows-ansi ought to work fine with just jansi-native (for the Kernel32 class) along with jansi-windows64 (for its jansi.dll, the only native library we're interested in here). That should squeeze its dependencies weight down to ~57 kB:
These could even be merged into the windows-ansi JAR, but they might conflict with the actual jansi JARs if our users depend on them.
The text was updated successfully, but these errors were encountered:
alexarchambault
changed the title
Remove jansi dependency, or only depend on jansi-windows64
Remove jansi dependency, or only depend on jansi-windows64 / jansi-native
Jan 28, 2020
The jansi JAR, that windows-ansi depends on, weights about 280 kB (and has no dependency).
windows-ansi ought to work fine with just
jansi-native
(for theKernel32
class) along withjansi-windows64
(for itsjansi.dll
, the only native library we're interested in here). That should squeeze its dependencies weight down to ~57 kB:These could even be merged into the windows-ansi JAR, but they might conflict with the actual jansi JARs if our users depend on them.
The text was updated successfully, but these errors were encountered: