Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite14aee3

Browse files
committed
version bump 0.18.3
- XLSX / XLSB dynamic array formulae- use Uint8Array when available in write (fixes#2539 h/t@RScherzer)- mini build cleanup to satiate webpack (fixes#2526#2530)
1 parent4f6a849 commite14aee3

File tree

57 files changed

+3508
-2133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3508
-2133
lines changed

‎.spelling‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ExtendScript
4141
IndexedDB
4242
JavaScriptCore
4343
LocalStorage
44+
NestJS
4445
NPM
4546
Nuxt.js
4647
Redis

‎Makefile‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ESMJSDEPS=$(shell cat misc/mjs.lst)
1818
ULIB=$(shell echo$(LIB) | tr a-z A-Z)
1919
DEPS=$(sort$(wildcard bits/*.js))
2020
TSBITS=$(patsubst modules/%,bits/%,$(wildcard modules/[0-9][0-9]_*.js))
21+
MTSBITS=$(patsubst modules/%,misc/%,$(wildcard modules/[0-9][0-9]_*.js))
2122
TARGET=$(LIB).js
2223
FLOWTARGET=$(LIB).flow.js
2324
FLOWAUX=$(patsubst%.js,%.flow.js,$(AUXTARGETS))
@@ -52,6 +53,9 @@ bits/18_cfb.js: node_modules/cfb/xlscfb.flow.js
5253
$(TSBITS): bits/%: modules/%
5354
cp$^$@
5455

56+
$(MTSBITS): misc/%: modules/%
57+
cp$^$@
58+
5559

5660
.PHONY: clean
5761
clean:## Remove targets and build artifacts
@@ -82,6 +86,7 @@ dist: dist-deps $(TARGET) bower.json ## Prepare JS files for distribution
8286
uglifyjs$(REQS) dist/$(TARGET)$(UGLIFYOPTS) -o dist/$(LIB).core.min.js --source-map dist/$(LIB).core.min.map --preamble"$$(head -n 1 bits/00_header.js)"
8387
misc/strip_sourcemap.sh dist/$(LIB).core.min.js
8488
@# full
89+
#cat <(head -n 1 bits/00_header.js) $(DISTHDR) $(REQS) $(ADDONS) dist/$(TARGET) $(AUXTARGETS) > dist/$(LIB).full.js
8590
uglifyjs$(DISTHDR)$(REQS)$(ADDONS) dist/$(TARGET)$(AUXTARGETS)$(UGLIFYOPTS) -o dist/$(LIB).full.min.js --source-map dist/$(LIB).full.min.map --preamble"$$(head -n 1 bits/00_header.js)"
8691
misc/strip_sourcemap.sh dist/$(LIB).full.min.js
8792
@# mini
@@ -101,7 +106,7 @@ dist-deps: ## Copy dependencies for distribution
101106
aux:$(AUXTARGETS)
102107

103108
BYTEFILEC=dist/xlsx.{full,core,mini}.min.js
104-
BYTEFILER=dist/xlsx.extendscript.js
109+
BYTEFILER=dist/xlsx.extendscript.js xlsx.mjs
105110
.PHONY: bytes
106111
bytes:## Display minified and gzipped file sizes
107112
@for iin$(BYTEFILEC);do printj"%-30s %7d %10d"$$i$$(wc -c < $$i)$$(gzip --best --stdout $$i | wc -c);done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp