Skip to content

Commit 86426b0

Browse files
committed
feat: add dynamic generator implementation
1 parent 4455737 commit 86426b0

File tree

11 files changed

+700
-12
lines changed

11 files changed

+700
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: Test
4242
run: npm test
43+
44+
- name: Check generated JavaScript files ES5 compliance
45+
run: npx es-check --checkFeatures -v es5 './test/testcases/**/*.dynamic.gen' './test/testcases/**/expected/dynamic/**/*.js'

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
# Commit the version bump
6464
git add package.json
65+
git add package-lock.json
6566
git commit -m "chore: bump version to $NEW_VERSION [skip publish]"
6667
6768
# Push the changes

0 commit comments

Comments
 (0)