Commit 8c40f42
committed
Extract parser into new @marko/parse package
1 parent e02d004 commit 8c40f42
60 files changed
Lines changed: 938 additions & 637 deletions
File tree
- .changeset
- packages
- language-server/src
- __tests__/fixtures/script
- attr-tags-dynamic-for-typed/__snapshots__/attr-tags-dynamic-for-typed.expected
- attr-tags-dynamic-for/__snapshots__/attr-tags-dynamic-for.expected
- attr-tags-dynamic-while/__snapshots__/attr-tags-dynamic-while.expected
- attr-tags-dynamic-with-scriptlets/__snapshots__/attr-tags-dynamic-with-scriptlets.expected
- attr-tags-for-narrowing/__snapshots__/attr-tags-for-narrowing.expected
- attr-tags-generic/__snapshots__/attr-tags-generic.expected
- attr-tags-nested-dynamic-for-typed/__snapshots__/attr-tags-nested-dynamic-for-typed.expected
- attr-tags-nested-type/__snapshots__/attr-tags-nested-type.expected
- attr-tags-params-js/__snapshots__/attr-tags-params-js.expected
- attr-tags-params/__snapshots__/attr-tags-params.expected
- attr-tags-static-dynamic-renderbody/__snapshots__/attr-tags-static-dynamic-renderbody.expected
- basic/__snapshots__/basic.expected
- el-ref-hoist/__snapshots__/el-ref-hoist.expected
- for-tag-input/__snapshots__/for-tag-input.expected
- for-tag/__snapshots__/for-tag.expected
- leading-comment-pragma
- __snapshots__/leading-comment-pragma.expected
- mutate-within-attr-tag/__snapshots__/mutate-within-attr-tag.expected
- recursive-define-tag/__snapshots__/recursive-define-tag.expected
- return-as-type/__snapshots__/return-as-type.expected
- return-tag-nested/__snapshots__/return-tag-nested.expected
- tag-params-basic/__snapshots__/tag-params-basic.expected
- tag-params-with-generics/__snapshots__/tag-params-with-generics.expected
- tag-type-params/__snapshots__/tag-type-params.expected
- tag-var-hoisting-from-control-flow/__snapshots__/tag-var-hoisting-from-control-flow.expected
- tags-api-basic/__snapshots__/tags-api-basic.expected
- while-tag/__snapshots__/while-tag.expected
- service
- marko
- script
- language-tools
- src
- extractors
- css-module
- html
- script
- util
- style
- processors
- util
- parse
- src
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 14 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
67 | 63 | | |
| 64 | + | |
68 | 65 | | |
69 | | - | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
110 | | - | |
0 commit comments