Skip to content

Commit 13edb1a

Browse files
Revert revert Parsing New JS Expression Types + bugfix (#4974)
* Revert "Revert "Parsing New JS Expression Types. (#4966)" (#4973)" This reverts commit d4979ea. * do not parse optional chained property and element access
1 parent d4979ea commit 13edb1a

29 files changed

+2059
-6676
lines changed

editor/.dependency-cruiser.js

-15
Original file line numberDiff line numberDiff line change
@@ -197,21 +197,6 @@ module.exports = {
197197
path: '\\.tsx$',
198198
},
199199
},
200-
{
201-
name: 'not-from-editor-to-parser-printer-worker',
202-
comment: 'Stop the mainline editor code from reaching into the parser-printer worker.',
203-
severity: 'error',
204-
from: {
205-
path: '^src',
206-
pathNot: [
207-
'^src/core/workers/',
208-
'\\.(spec|test|spec.browser|spec.browser2|test-utils)\\.(js|mjs|cjs|ts|tsx|ls|coffee|litcoffee|coffee\\.md)$|(src/scripts/.*$)',
209-
],
210-
},
211-
to: {
212-
path: '^src/core/workers/parser-printer',
213-
},
214-
},
215200
{
216201
name: 'not-from-editor-to-ts-worker',
217202
comment: 'Stop the mainline editor code from reaching into the ts-worker.',

0 commit comments

Comments
 (0)