File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { html , TemplateResult } from 'lit' ;
2
2
import { unsafeHTML } from 'lit/directives/unsafe-html.js' ;
3
- import { htmlRender } from 'highlight-ts/es/render/html' ;
4
- import { registerLanguages } from 'highlight-ts/es/languages' ;
5
- import { XML } from 'highlight-ts/es/languages/xml' ;
6
- import { init , process } from 'highlight-ts/es/process' ;
3
+ import { htmlRender } from 'highlight-ts/es/render/html.js ' ;
4
+ import { registerLanguages } from 'highlight-ts/es/languages.js ' ;
5
+ import { XML } from 'highlight-ts/es/languages/xml.js ' ;
6
+ import { init , process } from 'highlight-ts/es/process.js ' ;
7
7
import { CssCustomPropertyValue , SlotValue } from './manifest.js' ;
8
8
import { Knob } from './knobs.js' ;
9
9
import { CSS } from './highlight-css.js' ;
Original file line number Diff line number Diff line change 1
- import { LanguageDef } from 'highlight-ts/es/types' ;
1
+ import { LanguageDef } from 'highlight-ts/es/types.js ' ;
2
2
import {
3
3
APOS_STRING_MODE ,
4
4
QUOTE_STRING_MODE ,
5
5
CSS_NUMBER_MODE ,
6
6
C_BLOCK_COMMENT_MODE
7
- } from 'highlight-ts/es/common' ;
7
+ } from 'highlight-ts/es/common.js ' ;
8
8
9
9
const FUNCTION_LIKE = {
10
10
begin : / [ \w - ] + \( / ,
You can’t perform that action at this time.
0 commit comments