Home
last modified time | relevance | path

Searched refs:syntax (Results 1 – 25 of 90) sorted by relevance

1234

/expo/packages/@expo/metro-config/src/transform-worker/
H A Dpostcss.ts19 syntax?: string;
71 config: { plugins: inputPlugins, map, parser, stringifier, syntax, ...config } = {},
136 if (typeof syntax === 'string') {
138 processOptions.syntax = await tryRequireThenImport(
139 resolveFrom.silent(projectRoot, syntax) ?? syntax
142 throw new Error(`Loading PostCSS "${syntax}" syntax failed: ${error.message}\n\n(@${file})`);
H A Dtransform-worker.ts104 const syntax = matchSass(filename); constant
105 if (syntax) {
106 code = compileSass(projectRoot, { filename, src: code }, { syntax }).src;
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dpostcss.js99 syntax,
147 if (typeof syntax === 'string') {
150syntax = await (0, _require().tryRequireThenImport)((_resolveFrom$silent3 = _resolveFrom().default…
152 throw new Error(`Loading PostCSS "${syntax}" syntax failed: ${error.message}\n\n(@${file})`);
H A Dpostcss.d.ts5 syntax?: string;
H A Dtransform-worker.js94 const syntax = (0, _sass().matchSass)(filename);
95 if (syntax) {
100 syntax field
H A Dpostcss.js.map1syntax","factory","pluginFactory","item","plugin","options","loadPlugin","from","path","resolve","…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js534syntax&&(s[o]=i?t[o].syntax:c(t[o].syntax,{compact:n}));return s}function k(n,i,s){var o={};for(va… property
535 …eturn i.rawMessage=s,i.syntax=c?t(c):'<generic>',i.css=h,i.mismatchOffset=v,i.mismatchLength=y,i.m…
548syntax:t},l,u));else for(var p=t.min||1;p<=t.max;p++)t.comma&&l!==n&&(l=o({type:'Comma',syntax:t},… property
549syntax:h.syntax,token:E,prev:D},x(),B=null,P>R&&(R=P)}function C(){D=2===D.type?D.prev:{type:3,syn… property
550 …gth;y++)if(i(o.match[y]))return n(o.syntax)&&u.unshift(o.syntax),!0}else if(o.node===t)return u=n(…
551 …==h.matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x…
570syntax||t[l];for(var p in s)p in t?s[p].syntax?n[p]=o.test(s[p].syntax)?n[p]+' '+s[p].syntax.trim(…
571syntax:"@charset \"<charset>\";",groups:["CSS Charsets"],status:"standard",mdn_url:"https://develo… property
572syntax:"<declaration-value>",media:"all",inherited:!0,animationType:"discrete",percentages:"no",gr… property
573syntax:"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-valu… property
[all …]
H A DEXDevMenuApp.android.js535syntax&&(s[o]=i?t[o].syntax:c(t[o].syntax,{compact:n}));return s}function k(n,i,s){var o={};for(va… property
536 …eturn i.rawMessage=s,i.syntax=c?t(c):'<generic>',i.css=h,i.mismatchOffset=v,i.mismatchLength=y,i.m…
549syntax:t},l,u));else for(var p=t.min||1;p<=t.max;p++)t.comma&&l!==n&&(l=o({type:'Comma',syntax:t},… property
550syntax:h.syntax,token:E,prev:D},x(),B=null,P>R&&(R=P)}function C(){D=2===D.type?D.prev:{type:3,syn… property
551 …gth;y++)if(i(o.match[y]))return n(o.syntax)&&u.unshift(o.syntax),!0}else if(o.node===t)return u=n(…
552 …==h.matched&&(function h(y){if(null!==y.syntax&&y.syntax.type===f&&y.syntax.name===l){var p=t(y),x…
571syntax||t[l];for(var p in s)p in t?s[p].syntax?n[p]=o.test(s[p].syntax)?n[p]+' '+s[p].syntax.trim(…
572syntax:"@charset \"<charset>\";",groups:["CSS Charsets"],status:"standard",mdn_url:"https://develo… property
573syntax:"<declaration-value>",media:"all",inherited:!0,animationType:"discrete",percentages:"no",gr… property
574syntax:"xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"},"alpha-valu… property
[all …]
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorHeader.tsx25 if (props.level === 'syntax') {
79 syntax: {
127 syntax: {
H A DLogBoxInspectorMessageHeader.tsx96 syntax: {
H A DLogBoxInspectorFooter.tsx22 if (['static', 'syntax'].includes(log.level)) {
/expo/packages/html-elements/babel/__tests__/fixtures/
H A Done.js17 With <code>@expo/html-elements</code>, you can write HTML syntax that renders to real
/expo/docs/pages/technical-specs/
H A Dexpo-sfv-0.mdx7 …(https://tools.ietf.org/html/rfc8941), is a proposal to formalize header syntax and facilitate nes…
/expo/docs/pages/router/advanced/
H A Dshared-routes.mdx33 > Array syntax is an advanced concept that is unique to native app development.
35 Instead of defining the same route multiple times with different layouts, use the array syntax `(,)…
H A Drouter-settings.mdx34 When using [array syntax](/router/advanced/shared-routes/#arrays) `(foo,bar)` you can specify the n…
/expo/tools/
H A Dtaskfile-swc.js26 syntax: 'typescript', property
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorHeader.js75 syntax: { property
102 syntax: { property
/expo/packages/@expo/cli/
H A Dtaskfile-swc.js26 syntax: 'typescript', property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorFooter-test.js.snap3 exports[`LogBoxInspectorFooter should render no buttons and a message for syntax error 1`] = `
H A DLogBoxInspectorMesageHeader-test.js.snap401 exports[`LogBoxInspectorMessageHeader should render syntax error 1`] = `
464 "content": "Some syntax error message",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorFooter-test.js.snap3 exports[`LogBoxInspectorFooter should render no buttons and a message for syntax error 1`] = `
H A DLogBoxInspectorMessageHeader-test.js.snap401 exports[`LogBoxInspectorMessageHeader should render syntax error 1`] = `
464 "content": "Some syntax error message",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorFooter-test.js.snap3 exports[`LogBoxInspectorFooter should render no buttons and a message for syntax error 1`] = `
H A DLogBoxInspectorMesageHeader-test.js.snap401 exports[`LogBoxInspectorMessageHeader should render syntax error 1`] = `
464 "content": "Some syntax error message",
/expo/guides/
H A DMigrating Universal Modules to TypeScript.md50syntax "import { FileSystem } from 'expo-file-system'" is deprecated. Use "import * as FileSystem …

1234