proposal-pattern-matching
Pattern matching syntax for ECMAScript
File Explorer
- build.yml
- ecma-header.png
- ecmarkup.css
- ecmarkup.js
- expand.js
- IBMPlexMono-Bold-SlashedZero.woff2
- IBMPlexMono-BoldItalic-SlashedZero.woff2
- IBMPlexMono-Italic-SlashedZero.woff2
- IBMPlexMono-Regular-SlashedZero.woff2
- IBMPlexSans-Bold-SlashedZero.woff2
- IBMPlexSans-BoldItalic-SlashedZero.woff2
- IBMPlexSans-Italic-SlashedZero.woff2
- IBMPlexSans-Regular-SlashedZero.woff2
- IBMPlexSerif-Bold-SlashedZero.woff2
- IBMPlexSerif-BoldItalic-SlashedZero.woff2
- IBMPlexSerif-Italic-SlashedZero.woff2
- IBMPlexSerif-Regular-SlashedZero.woff2
- print.css
- .gitattributes
- .gitignore
- .npmrc
- .prettierrc.json
- index.html
- LICENSE
- package.json
- README.md
- spec.emu
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
dir
View Details ▼
dir
List files.
dir
List files in the current working directory:
tldr ls
View documentation for the original command:
dir
Show the contents of the current directory:
then
View Details ▼
then
This shell keyword is used in combination with `if` and `elif` to separate branches and branch conditions.
tldr if
View documentation for `if` command:
size
View Details ▼
size
Display the sizes of sections inside binary files.
size {{path/to/file}}
Display the size of sections in a given object or executable file:
size {{[-o|--radix=8]}} {{path/to/file}}
Display the size of sections in a given object or executable file in [o]ctal:
size {{[-d|--radix=10]}} {{path/to/file}}
Display the size of sections in a given object or executable file in [d]ecimal:
