-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
126 additions
and
880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
21 changes: 0 additions & 21 deletions
21
stack--2022/3-advanced--browser/css--reset/doc/demo/index.html
This file was deleted.
Oops, something went wrong.
606 changes: 0 additions & 606 deletions
606
stack--2022/3-advanced--browser/css--reset/doc/demo/kitchen-sink.html
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
stack--2022/3-advanced--browser/css--reset/doc/demo/perfect-motherfucking-website--raw.html
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
...k--2022/3-advanced--browser/css--reset/doc/demo/perfect-motherfucking-website--reset.html
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
stack--2022/3-advanced--browser/css--reset/doc/demo/storypad.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
|
||
export const LIB = '@offirmo-private/storypad' | ||
|
||
export const SEPⵧSEGMENTS = '/' | ||
export const SEPⵧSTORY = '--' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
import * as InMemState from './state--in-mem' | ||
|
||
///////////////////////////////////////////////// | ||
|
||
let stateⵧin_mem: InMemState.State = InMemState.create() | ||
|
||
// DO NOT USE, only for the flux | ||
function _getꓽstateⵧin_mem(): InMemState.State { | ||
return stateⵧin_mem | ||
} | ||
function _setꓽstateⵧin_mem(s: InMemState.State) { | ||
stateⵧin_mem = s | ||
} | ||
|
||
///////////////////////////////////////////////// | ||
|
||
export { | ||
_getꓽstateⵧin_mem, | ||
_setꓽstateⵧin_mem, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.