File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed
Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5454 "tape" : " ^5.0.0" ,
5555 "type-coverage" : " ^2.0.0" ,
5656 "typescript" : " ^4.0.0" ,
57- "xo" : " ^0.39 .0"
57+ "xo" : " ^0.42 .0"
5858 },
5959 "scripts" : {
6060 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 11import test from 'tape'
22import parse5 from 'parse5'
3- import { json } from './json.js'
43import { toParse5 } from '../index.js'
4+ import { json } from './json.js'
55
66test ( 'element' , ( t ) => {
77 t . test ( 'should transform elements' , ( st ) => {
Original file line number Diff line number Diff line change 1- 'use strict'
2-
31/* eslint-disable import/no-unassigned-import */
42
53import './root.js'
Original file line number Diff line number Diff line change 11import test from 'tape'
22import parse5 from 'parse5'
3- import { json } from './json.js'
43import { toParse5 } from '../index.js'
4+ import { json } from './json.js'
55
66test ( 'position' , ( t ) => {
77 const actual = toParse5 ( {
Original file line number Diff line number Diff line change 11import test from 'tape'
22import parse5 from 'parse5'
3- import { json } from './json.js'
43import { toParse5 } from '../index.js'
4+ import { json } from './json.js'
55
66test ( 'root' , ( t ) => {
77 t . test ( 'should transform a root (quirks)' , ( st ) => {
Original file line number Diff line number Diff line change 11import test from 'tape'
22import parse5 from 'parse5'
3- import { json } from './json.js'
43import { toParse5 } from '../index.js'
4+ import { json } from './json.js'
55
66test ( 'svg' , ( t ) => {
77 t . test ( 'should transform SVG in HTML' , ( st ) => {
You can’t perform that action at this time.
0 commit comments