Skip to content

Commit f021b1a

Browse files
committed
feat: 修改
1 parent 7a73ef7 commit f021b1a

11 files changed

+812
-2862
lines changed
File renamed without changes.

__test__/compileMode.spec.mjs.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

__test__/compileMode.spec.mjs.snap

-575 Bytes
Binary file not shown.

__test__/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ const fs = require('fs')
22
const path = require('path')
33
process.env.platform = 'arm64'
44
const { parse } = require('../index.js')
5-
const component = fs.readFileSync(path.resolve(__dirname, 'fixure/pesudo.jsx'), 'utf8')
65
const css1 = fs.readFileSync(path.resolve(__dirname, 'fixure/pesudo.scss'), 'utf8')
7-
const { code } = parse(component, [css1], {
6+
const { code } = parse([css1], {
87
platformString: 'Harmony',
98
isEnableNesting: true
109
})

0 commit comments

Comments
 (0)