Skip to content

Commit

Permalink
Reattempting Deno support. Removed the non-mins.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Dec 4, 2022
1 parent f19fd1f commit 80bac8b
Show file tree
Hide file tree
Showing 25 changed files with 236 additions and 67,283 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ src/ts/jssm-dot.ts
build/

docs/docs/*.css.map
*.nonmin.js
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ src/site/
dist/jssm.es5.iife.nonmin.js
dist/jssm.es5.cjs.nonmin.js
dist/es6/jssm-dot.nonmin.js
dist/deno/

benchmark/
src/
Expand Down
34 changes: 33 additions & 1 deletion CHANGELOG.long.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1076 merges; 178 releases
1078 merges; 178 releases



Expand All @@ -18,6 +18,38 @@ Published tags:



 

 

## [Untagged] - 12/4/2022 9:34:08 AM

Commit [f19fd1f83037dc5c06fb13c46594f0091895be2c](https://github.com/StoneCypher/jssm/commit/f19fd1f83037dc5c06fb13c46594f0091895be2c)

Author: `John Haugeland <[email protected]>`

* forgot a version bump then went to sleep it seems




&nbsp;

&nbsp;

## [Untagged] - 12/3/2022 11:33:28 PM

Commit [7cfc1473e96944c1e52c05d0a2da4564342d3e94](https://github.com/StoneCypher/jssm/commit/7cfc1473e96944c1e52c05d0a2da4564342d3e94)

Author: `John Haugeland <[email protected]>`

Merges [d29b224, 85963d8]

* Modernize deno support




&nbsp;

&nbsp;
Expand Down
71 changes: 34 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

1076 merges; 178 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)
1078 merges; 178 releases; Changlogging the last 10 commits; Full changelog at [CHANGELOG.long.md](CHANGELOG.long.md)



Expand All @@ -18,6 +18,38 @@ Published tags:



&nbsp;

&nbsp;

## [Untagged] - 12/4/2022 9:34:08 AM

Commit [f19fd1f83037dc5c06fb13c46594f0091895be2c](https://github.com/StoneCypher/jssm/commit/f19fd1f83037dc5c06fb13c46594f0091895be2c)

Author: `John Haugeland <[email protected]>`

* forgot a version bump then went to sleep it seems




&nbsp;

&nbsp;

## [Untagged] - 12/3/2022 11:33:28 PM

Commit [7cfc1473e96944c1e52c05d0a2da4564342d3e94](https://github.com/StoneCypher/jssm/commit/7cfc1473e96944c1e52c05d0a2da4564342d3e94)

Author: `John Haugeland <[email protected]>`

Merges [d29b224, 85963d8]

* Modernize deno support




&nbsp;

&nbsp;
Expand Down Expand Up @@ -149,39 +181,4 @@ Commit [48b4f928eb1a4597122b64e6eea38a57c19a112f](https://github.com/StoneCypher

Author: `John Haugeland <[email protected]>`

* Allow override attribute in grammar, fixes StoneCypher/fsl#1226




&nbsp;

&nbsp;

<a name="5__86__0" />

## [5.86.0] - 11/11/2022 6:22:48 PM

Commit [31077c9256ee31f80398460b3af95bc65a8dbc3a](https://github.com/StoneCypher/jssm/commit/31077c9256ee31f80398460b3af95bc65a8dbc3a)

Author: `John Haugeland <[email protected]>`

Merges [793f2fc, 3941c30]

* Merge pull request #547 from StoneCypher/allows_override
* .allows_override fixes StoneCypher/fsl#1224




&nbsp;

&nbsp;

## [Untagged] - 11/11/2022 6:16:32 PM

Commit [3941c3000e8544e6b674b4a060abb93a8f5c3455](https://github.com/StoneCypher/jssm/commit/3941c3000e8544e6b674b4a060abb93a8f5c3455)

Author: `John Haugeland <[email protected]>`

* .allows_override fixes StoneCypher/fsl#1224
* Allow override attribute in grammar, fixes StoneCypher/fsl#1226
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
* Generated for version 5.87.0 at 12/3/2022, 11:31:57 PM
* Generated for version 5.88.0 at 12/4/2022, 11:35:57 AM
-->
# jssm
Expand Down
Loading

0 comments on commit 80bac8b

Please sign in to comment.