- Notifications
You must be signed in to change notification settings - Fork37
Commitc0e6ba0
Remove non-functional pragma comment from selfhost runtime
The comment `# Pragma: let prismParse = null` was attempting to usea custom raw output format that doesn't exist in the pragma filter.The pragma had no effect since `prismParse_ = nil` already correctlytranspiles to `let prismParse_ = null` at ES2020+.🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent0a39d79 commitc0e6ba0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments
Comments
(0)