File tree Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ class RawDataUrlModule extends Module {
125
125
write ( this . url ) ;
126
126
write ( this . identifierStr ) ;
127
127
write ( this . readableIdentifierStr ) ;
128
- write ( this . runtimeRequirements ) ;
129
128
130
129
super . serialize ( context ) ;
131
130
}
@@ -136,7 +135,6 @@ class RawDataUrlModule extends Module {
136
135
this . url = read ( ) ;
137
136
this . identifierStr = read ( ) ;
138
137
this . readableIdentifierStr = read ( ) ;
139
- this . runtimeRequirements = read ( ) ;
140
138
141
139
super . deserialize ( context ) ;
142
140
}
Original file line number Diff line number Diff line change @@ -1944,27 +1944,45 @@ describe("Defaults", () => {
1944
1944
+ },
1945
1945
+ "resolve": Object {
1946
1946
+ "fullySpecified": true,
1947
- @@ ... @@
1947
+ + },
1948
1948
+ },
1949
1949
+ ],
1950
1950
+ "type": "webassembly/async",
1951
1951
+ },
1952
1952
+ Object {
1953
- + "resolve": Object {
1954
- + "fullySpecified": true,
1955
- + "preferRelative": true,
1956
- + },
1953
+ + "oneOf": Array [
1954
+ + Object {
1955
+ + "resolve": Object {
1956
+ + "fullySpecified": true,
1957
+ + },
1958
+ + "test": /\\.module\\.css$/i,
1959
+ + "type": "css/module",
1960
+ + },
1961
+ + Object {
1962
+ + "resolve": Object {
1963
+ + "fullySpecified": true,
1964
+ + "preferRelative": true,
1965
+ + },
1966
+ + "type": "css",
1967
+ + },
1968
+ + ],
1957
1969
+ "test": /\\.css$/i,
1958
- + "type": "css",
1959
1970
+ },
1960
1971
+ Object {
1972
+ + "mimetype": "text/css+module",
1973
+ + "resolve": Object {
1974
+ + "fullySpecified": true,
1975
+ + },
1976
+ + "type": "css/module",
1977
+ @@ ... @@
1961
1978
+ "mimetype": "text/css",
1962
1979
+ "resolve": Object {
1963
1980
+ "fullySpecified": true,
1964
1981
+ "preferRelative": true,
1965
1982
+ },
1966
1983
+ "type": "css",
1967
1984
+ },
1985
+ + Object {
1968
1986
@@ ... @@
1969
1987
+ "exportsPresence": "error",
1970
1988
@@ ... @@
You can’t perform that action at this time.
0 commit comments