Skip to content

Commit

Permalink
Merge 49c219f
Browse files Browse the repository at this point in the history
  • Loading branch information
tatut committed Jan 30, 2024
2 parents da1f9c3 + 49c219f commit 4bef79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/BaselineOfLiveWeb/BaselineOfLiveWeb.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ BaselineOfLiveWeb >> baseline: spec [
package: 'LiveWeb-ReStore' with: [ spec requires: #('ReStore') ];
group: 'default' with: #(core tests);
group: 'core' with: #('LiveWeb-Core' 'LiveWeb-Styling');
group: 'developer' with: #(core 'LiveWeb-Developer');
group: 'tests' with: #('LiveWeb-Core-Tests' 'LiveWeb-Styling-Tests' 'LiveWeb-Developer-Tests');
group: 'examples' with: #('core' 'LiveWeb-Examples');
group: 'fulltests' with: #(core tests 'LiveWeb-Examples' 'LiveWeb-Examples-Tests')
Expand Down
2 changes: 1 addition & 1 deletion src/LiveWeb-Developer/LWDevHTMLCompiler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
I compile HTML into `renderOn:` methods.
I provide JS to convert an HTML DOM into JSON which can be compiled.
We don't parse HTML in Smalltalk, we just provide the JS that turns a DOM node into
I don't parse HTML in Smalltalk, I just provide the JS that turns a DOM node into
JSON.
A DOM element like:
Expand Down

0 comments on commit 4bef79d

Please sign in to comment.