starting-style.js 143 B

12345678
  1. export default {
  2. parse: {
  3. prelude: null,
  4. block(nested = false) {
  5. return this.Block(nested);
  6. }
  7. }
  8. };