Skip to content

Commit bd3d9c7

Browse files
Bundling (seaofvoices#97)
Add bundling with path require mode that can be enabled in the configuration file. Fix the `remove_spaces` and `remove_comments` rules
1 parent 6581da9 commit bd3d9c7

File tree

127 files changed

+6749
-683
lines changed

Some content is hidden

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

127 files changed

+6749
-683
lines changed

.github/workflows/site.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
key: ${{ runner.os }}-cargo-wasm-${{ hashFiles('**/Cargo.lock') }}
4848

4949
- name: Build darklua-wasm for Node
50-
run: |
51-
wasm-pack -V
52-
wasm-pack build darklua-wasm -t nodejs -d pkg
50+
run: wasm-pack build darklua-wasm -t nodejs -d pkg
5351

5452
- name: Install JavaScript wasm tests dependencies
5553
working-directory: site/darklua-wasm/javascript-tests

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Unreleased
44

5-
* upgrade to full-moon parser to 0.18.1 ([#100](https://github.com/seaofvoices/darklua/pull/100))
5+
* add bundling with path require mode ([#97](https://github.com/seaofvoices/darklua/pull/97))
6+
* upgrade full-moon parser to 0.18.1 ([#100](https://github.com/seaofvoices/darklua/pull/100))
67

78
## 0.9.0
89

0 commit comments

Comments
 (0)