File tree Expand file tree Collapse file tree
example/github-pages-example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 },
1111 "homepage" : " https://texlyre.github.io/codemirror-lang-latex/" ,
1212 "private" : true ,
13+ "overrides" : {
14+ "uuid" : " ^14.0.0"
15+ },
1316 "scripts" : {
1417 "build" : " webpack --mode production" ,
1518 "start" : " webpack serve --mode development"
Original file line number Diff line number Diff line change 4747 "@lezer/generator" : " ^1.8.0" ,
4848 "@lezer/highlight" : " ^1.2.3" ,
4949 "@lezer/lr" : " ^1.4.8" ,
50+ "@rollup/plugin-typescript" : " ^12.3.0" ,
5051 "rollup" : " ^2.70.0" ,
5152 "rollup-plugin-dts" : " ^4.2.0" ,
52- "rollup-plugin-ts " : " ^3.0.2 " ,
53+ "tslib " : " ^2.8.1 " ,
5354 "typescript" : " ^4.6.2"
5455 },
5556 "files" : [
6566 " latex" ,
6667 " lezer"
6768 ]
68- }
69+ }
Original file line number Diff line number Diff line change 11// rollup.config.js
2- import typescript from 'rollup- plugin-ts '
2+ import typescript from '@ rollup/ plugin-typescript '
33import dts from 'rollup-plugin-dts'
44
55export default [
@@ -21,7 +21,12 @@ export default [
2121 '@lezer/lr' ,
2222 'tslib'
2323 ] ,
24- plugins : [ typescript ( ) ]
24+ plugins : [
25+ typescript ( {
26+ sourceMap : true ,
27+ inlineSources : true
28+ } )
29+ ]
2530 } ,
2631 {
2732 input : 'src/index.ts' ,
You can’t perform that action at this time.
0 commit comments