File tree Expand file tree Collapse file tree 5 files changed +28
-8
lines changed Expand file tree Collapse file tree 5 files changed +28
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,7 @@ export const compilerCommand = (() => {
21
21
? 'linux-musl'
22
22
: ( process . platform as string ) ;
23
23
24
- // https://github.com/sass/embedded-host-node/issues/263
25
- // Use windows-x64 emulation on windows-arm64
26
- //
27
- // TODO: Make sure to remove "arm64" from "npm/win32-x64/package.json" when
28
- // this logic is removed once we have true windows-arm64 support.
29
- const arch =
30
- platform === 'win32' && process . arch === 'arm64' ? 'x64' : process . arch ;
24
+ const arch = process . arch ;
31
25
32
26
// find for development
33
27
for ( const path of [ 'vendor' , '../../../lib/src/vendor' ] ) {
Original file line number Diff line number Diff line change
1
+ # ` sass-embedded-win32-arm64 `
2
+
3
+ This is the ** win32-arm64** binary for [ ` sass-embedded ` ] ( https://www.npmjs.com/package/sass-embedded )
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " sass-embedded-win32-arm64" ,
3
+ "version" : " 1.72.0" ,
4
+ "description" : " The win32-arm64 binary for sass-embedded" ,
5
+ "repository" : " sass/embedded-host-node" ,
6
+ "author" : " Google Inc." ,
7
+ "license" : " MIT" ,
8
+ "files" : [
9
+ " dart-sass/**/*"
10
+ ],
11
+ "engines" : {
12
+ "node" : " >=14.0.0"
13
+ },
14
+ "bin" : {
15
+ "sass" : " ./dart-sass/sass.bat"
16
+ },
17
+ "os" : [
18
+ " win32"
19
+ ],
20
+ "cpu" : [
21
+ " arm64"
22
+ ]
23
+ }
Original file line number Diff line number Diff line change 18
18
" win32"
19
19
],
20
20
"cpu" : [
21
- " arm64" ,
22
21
" x64"
23
22
]
24
23
}
Original file line number Diff line number Diff line change 49
49
"sass-embedded-linux-musl-arm64" : " 1.72.0" ,
50
50
"sass-embedded-linux-musl-ia32" : " 1.72.0" ,
51
51
"sass-embedded-linux-musl-x64" : " 1.72.0" ,
52
+ "sass-embedded-win32-arm64" : " 1.72.0" ,
52
53
"sass-embedded-win32-ia32" : " 1.72.0" ,
53
54
"sass-embedded-win32-x64" : " 1.72.0"
54
55
},
You can’t perform that action at this time.
0 commit comments